Bug 230708

Summary: [ iOS macOS Debug ] media/video-ended-seek-crash.html is a flaky timeout
Product: WebKit Reporter: ayumi_kojima
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description ayumi_kojima 2021-09-23 11:55:26 PDT
media/video-ended-seek-crash.html

Is a flaky timeout on iOS Debug and macOS Debug.

History: https://results.webkit.org/?suite=layout-tests&test=media%2Fvideo-ended-seek-crash.html

Result page: https://build.webkit.org/results/Apple-Catalina-Debug-WK1-Tests/r282960%20(4299)/results.html

Diff:

--- /Volumes/Data/worker/catalina-debug-tests-wk1/build/layout-test-results/media/video-ended-seek-crash-expected.txt
+++ /Volumes/Data/worker/catalina-debug-tests-wk1/build/layout-test-results/media/video-ended-seek-crash-actual.txt
@@ -1,11 +1,6 @@
+FAIL: Timed out waiting for notifyDone to be called
 
 EVENT(canplaythrough)
 RUN(video.currentTime = video.duration - 0.1)
 RUN(video.play())
-EVENT(ended)
-RUN(video.setAttribute("loop", "loop"))
-RUN(video.currentTime = 0)
-RUN(video.play())
-EVENT(seeked)
-END OF TEST
Comment 1 Radar WebKit Bug Importer 2021-09-23 11:56:09 PDT
<rdar://problem/83459122>
Comment 2 ayumi_kojima 2021-09-23 11:59:37 PDT
Marked test expectations: https://trac.webkit.org/changeset/282978/webkit
Comment 3 ayumi_kojima 2021-10-13 16:45:38 PDT
I was able to reproduce the timeout locally on BigSur using run-webkit-tests --debug -1 --force media/video-ended-seek-crash.html --iterations 100 --exit-after-n-crashes-or-timeouts 1 --exit-after-n-failures 1 -f
Comment 4 ayumi_kojima 2021-10-27 17:36:30 PDT
I cannot reproduce the timeout anymore after reinstalling an OS. (I had to install BigSur again on an available volume on my Mac because I started getting "No space on OS" error as I was bisecting. The test is still timing out in the history though.