Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9c5ce431f0b320556cefe0cb619512f8beb4002c
https://github.com/WebKit/WebKit/commit/9c5ce431f0b320556cefe0cb619512f8beb4002c
Author: Ruthvik Konda <[email protected]>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M LayoutTests/fast/webgpu/nocrash/fuzz-295370.html
M LayoutTests/platform/mac-site-isolation/TestExpectations
Log Message:
-----------
Fix SI test failure fast/webgpu/nocrash/fuzz-295370.html
https://bugs.webkit.org/show_bug.cgi?id=305337
rdar://168008445
Reviewed by Mike Wyrzykowski.
With SI off, dump() happens synchronously before notifyDone() returns.
With SI on, notifyDone() uses async IPC to the main frame process for dump().
As a result, notifyDone() returns before dump() and allows subsequent JS to
execute
before output capture.
The log('the end') and log(location) statements that executed after notifyDone()
were captured with SI on but not with SI off which caused a test mismatch.
These logs are unnecessary
for this test since this is a no crash test. They can be safely removed.
* LayoutTests/fast/webgpu/nocrash/fuzz-295370.html:
* LayoutTests/platform/mac-site-isolation/TestExpectations:
Canonical link: https://commits.webkit.org/305627@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications