Bug 252850
| Summary: | REGRESSION (260575@main?): [ iOS Release ] TestWebKitAPI.WKWebViewCloseAllMediaPresentations.VideoFullscreen is a consistent timeout | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bri Harris <bharris9> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | jer.noble, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=256589 | ||
Bri Harris
TestWebKitAPI.WKWebViewCloseAllMediaPresentations.VideoFullscreen
is a flaky timeout on iOS 16 only.
HISTORY:
https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WKWebViewCloseAllMediaPresentations.VideoFullscreen
TIMEOUT ERROR:
TestWebKitAPI.WKWebViewCloseAllMediaPresentations.VideoFullscreen
2023-02-23 10:13:10.597 TestWebKitAPI[38829:25202454] Encountered error: Error Domain=WKErrorDomain Code=5 "JavaScript execution returned a result of an unsupported type" UserInfo={NSLocalizedDescription=JavaScript execution returned a result of an unsupported type} while evaluating script: window.internals.setMockVideoPresentationModeEnabled(true)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Bri Harris
I was able to reproduce this time out on a release build as follows:
run-api-tests --ios-simulator --root WebKitBuild/Release-iphonesimulator TestWebKitAPI.WKWebViewCloseAllMediaPresentations.VideoFullscreen
Radar WebKit Bug Importer
<rdar://problem/105844731>
Ryan Haddad
This timeout appears to be consistent on iPhone simulator release queues. https://commits.webkit.org/260575@main is in the regression range, and seems like it could be related.
Ryan Haddad
This test is no longer timing out as of 261100@main, but I don't see an obvious change to credit with fixing it.