[webkit-changes] [WebKit/WebKit] 9e56d9: platform/ios/mediastream/video-muted-in-background...
Simon Fraser
noreply at github.com
Wed Nov 1 16:27:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9e56d9757c2c950361b591556d9cea8df2d467ff
https://github.com/WebKit/WebKit/commit/9e56d9757c2c950361b591556d9cea8df2d467ff
Author: Simon Fraser <simon.fraser at apple.com>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M LayoutTests/platform/ios-wk2/TestExpectations
Log Message:
-----------
platform/ios/mediastream/video-muted-in-background-tab.html causes crashes in subsequent tests
https://bugs.webkit.org/show_bug.cgi?id=264063
rdar://27990301
Unreviewed test gardening.
In EWS it's common to see crashes in tests that run after platform/ios/mediastream/video-muted-in-background-tab.html
(these are often scrollbar tests).
platform/ios/mediastream/video-muted-in-background-tab.html calls `window.internals.setPageVisibility(false)`
which seems to trigger this. When running locally, this test actually triggers a SpringBoard crash, and then
some subsequent test asserts in -[WebKitTestRunnerApp applicationDidEnterBackground:].
Skip this test until the issue is resolved.
* LayoutTests/platform/ios-wk2/TestExpectations:
Canonical link: https://commits.webkit.org/270089@main
More information about the webkit-changes
mailing list