Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aafadd2f78962d3e83fa1d693f99e6ca5a179aab
https://github.com/WebKit/WebKit/commit/aafadd2f78962d3e83fa1d693f99e6ca5a179aab
Author: Rupin Mittal <[email protected]>
Date: 2026-05-13 (Wed, 13 May 2026)
Changed paths:
M
LayoutTests/http/tests/site-isolation/cross-site-window-open-uses-different-process-expected.txt
M
LayoutTests/http/tests/site-isolation/cross-site-window-open-uses-different-process.html
Log Message:
-----------
[Site Isolation] [ iOS ]
http/tests/site-isolation/cross-site-window-open-uses-different-process.html is
a constant text failure
https://bugs.webkit.org/show_bug.cgi?id=314706
rdar://176902914
Reviewed by Ryosuke Niwa, Charlie Wolfe, and Sihui Liu.
This test is timing out because the response from the opened window takes longer
than the 5 second timeout the test sets. If we increase the timeout to 15
seconds,
the test passes. Going back in the history of this test's runs, it looks like
it was always flaky. It's possible that a recent change made the test slightly
slower so it now times out consistently instead of flakily. Instead of
explicitly
setting a longer timeout duration, we fix this test by rewriting it so that it
finishes when the opener receives the response. If it doesn't, the test will hit
the default timeout of the TestRunner.
*
LayoutTests/http/tests/site-isolation/cross-site-window-open-uses-different-process-expected.txt:
*
LayoutTests/http/tests/site-isolation/cross-site-window-open-uses-different-process.html:
Canonical link: https://commits.webkit.org/313216@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications