Bug 228204
Summary: | [iOS] media/video-presentation-mode.html is a flaky timeout | ||
---|---|---|---|
Product: | WebKit | Reporter: | ayumi_kojima |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | eric.carlson, jer.noble, peng.liu6, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | iPhone / iPad | ||
OS: | Unspecified |
ayumi_kojima
media/video-presentation-mode.html
Is a flaky timeout on iOS 14 E Simulator wk2.
History: https://results.webkit.org/?suite=layout-tests&test=media%2Fvideo-presentation-mode.html
There is a bug about a crash seen on Big Sur Debug wk2: https://bugs.webkit.org/show_bug.cgi?id=221414
I am creating a separate bug for iOS since iOS is timing out instead of crashing.
I see one crash at r277964 (Crash Log URL: https://build.webkit.org/results/Apple-iOS-14-Simulator-Debug-WK2-Tests/r277964%20(1329)/media/video-presentation-mode-stderr.txt) which shows a very similar crash log to one reported in https://bugs.webkit.org/show_bug.cgi?id=221414
I was not able to reproduce the timeout on my local machine using run-webkit-tests -f --debug --exit-after-n-failures 2 --exit-after-n-crashes-or-timeouts 2 --ios-simulator --iterations 50 media/video-presentation-mode.html
Diff:
==============================
--- /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/media/video-presentation-mode-expected.txt
+++ /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/media/video-presentation-mode-actual.txt
@@ -1,35 +1,4 @@
+#PID UNRESPONSIVE - WebKitTestRunnerApp (pid 31101)
+FAIL: Timed out waiting for notifyDone to be called
-Test the video presentation mode (video fullscreen and picture-in-picture) API.
-
-
-EVENT(canplaythrough)
-EXPECTED (video.webkitSupportsFullscreen == 'true') OK
-EXPECTED (video.webkitPresentationMode == 'inline') OK
-
-** Try to enter fullscreen
-RUN(video.webkitSetPresentationMode('fullscreen'))
-EVENT(webkitpresentationmodechanged)
-
-** Received webkitpresentationmodechanged event
-EXPECTED (internals.isChangingPresentationMode(video) == 'false') OK
-EXPECTED (video.webkitPresentationMode == 'fullscreen') OK
-
-** Try to enter picture-in-picture
-RUN(video.webkitSetPresentationMode('picture-in-picture'))
-EVENT(webkitpresentationmodechanged)
-
-** Received webkitpresentationmodechanged event
-EXPECTED (internals.isChangingPresentationMode(video) == 'false') OK
-EXPECTED (video.webkitPresentationMode == 'picture-in-picture') OK
-
-** Try to return to inline
-RUN(video.webkitSetPresentationMode('inline'))
-EVENT(webkitpresentationmodechanged)
-
-** Received webkitpresentationmodechanged event
-EXPECTED (internals.isChangingPresentationMode(video) == 'false') OK
-EXPECTED (video.webkitPresentationMode == 'inline') OK
-
-** Test Completed
-END OF TEST
-
+#EOF
==============================
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/80986580>
ayumi_kojima
Updated test expectations https://trac.webkit.org/changeset/280206/webkit