[webkit-changes] [WebKit/WebKit] 67c6a0: [ iOS BigSur+ ] fast/loader/stateobjects/popstate-...
Chris Dumez
noreply at github.com
Tue Jan 31 16:45:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 67c6a041f39ce0314fd554bb4ec86f61150b890b
https://github.com/WebKit/WebKit/commit/67c6a041f39ce0314fd554bb4ec86f61150b890b
Author: Chris Dumez <cdumez at apple.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M LayoutTests/fast/loader/stateobjects/popstate-does-not-fire-with-page-cache.html
M LayoutTests/platform/ios/TestExpectations
M LayoutTests/platform/mac/TestExpectations
Log Message:
-----------
[ iOS BigSur+ ] fast/loader/stateobjects/popstate-does-not-fire-with-page-cache.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=251312
rdar://104775065
Reviewed by Alex Christensen.
We expect an event and call finishJSTest() when we get that event. However, we
also had a timeout handler to complete the test with an error in case we never
got the event. The timeout handler was too short (100ms) and would sometimes
trigger before receiving the event on some of the slower bots. Increase the
timeout delay to avoid the issue.
* LayoutTests/fast/loader/stateobjects/popstate-does-not-fire-with-page-cache.html:
* LayoutTests/platform/ios/TestExpectations:
* LayoutTests/platform/mac/TestExpectations:
Canonical link: https://commits.webkit.org/259649@main
More information about the webkit-changes
mailing list