Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3b9a60d082ff908758cf6fa6bb286a34daae6b10
https://github.com/WebKit/WebKit/commit/3b9a60d082ff908758cf6fa6bb286a34daae6b10
Author: Alex Christensen <[email protected]>
Date: 2026-07-07 (Tue, 07 Jul 2026)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebKit/WKWebView/SiteIsolation.mm
Log Message:
-----------
[macOS] TestWebKitAPI.SiteIsolation.PostMessageWithMessagePorts is flaky
timeout
https://bugs.webkit.org/show_bug.cgi?id=310149
rdar://172787688
Reviewed by Megan Gardner.
We were waiting for two things at a time, and in release builds sometimes they
both
happen in the same call to TestWebKitAPI::Util::run. We don't need to wait for
the
navigation, we just need to wait for the alert.
* Tools/TestWebKitAPI/Tests/WebKit/WKWebView/SiteIsolation.mm:
(TestWebKitAPI::TEST(SiteIsolation, PostMessageWithMessagePorts)):
Canonical link: https://commits.webkit.org/316692@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications