[Webkit-unassigned] [Bug 228204] New: [iOS] media/video-presentation-mode.html is a flaky timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 22 15:45:14 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=228204

            Bug ID: 228204
           Summary: [iOS] media/video-presentation-mode.html is a flaky
                    timeout
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: iPhone / iPad
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ayumi_kojima at apple.com

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

==============================

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210722/13655b75/attachment.htm>


More information about the webkit-unassigned mailing list