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
<rdar://problem/83459122>
Marked test expectations: https://trac.webkit.org/changeset/282978/webkit
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
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.