NEW 230708
[ iOS macOS Debug ] media/video-ended-seek-crash.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=230708
Summary [ iOS macOS Debug ] media/video-ended-seek-crash.html is a flaky timeout
ayumi_kojima
Reported 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
Attachments
Radar WebKit Bug Importer
Comment 1 2021-09-23 11:56:09 PDT
ayumi_kojima
Comment 2 2021-09-23 11:59:37 PDT
ayumi_kojima
Comment 3 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
ayumi_kojima
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.