NEW228087
[ iOS Debug & Mac wk2 ] media/video-seek-with-negative-playback.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=228087
Summary [ iOS Debug & Mac wk2 ] media/video-seek-with-negative-playback.html is a fla...
Eric Hutchison
Reported 2021-07-19 13:38:14 PDT
media/video-seek-with-negative-playback.html is a flaky failure on Mac wk2. History: https://results.webkit.org/?suite=layout-tests&test=media%2Fvideo-seek-with-negative-playback.html&platform=mac&platform=ios Diff: --- /Volumes/Data/worker/bigsur-debug-applesilicon-tests-wk2/build/layout-test-results/media/video-seek-with-negative-playback-expected.txt +++ /Volumes/Data/worker/bigsur-debug-applesilicon-tests-wk2/build/layout-test-results/media/video-seek-with-negative-playback-actual.txt @@ -5,6 +5,6 @@ EVENT(seeked) EVENT(timeupdate) EVENT(timeupdate) -EXPECTED (video.currentTime < '3') OK +EXPECTED (video.currentTime < '3'), OBSERVED '3' FAIL END OF TEST r278498 appears to be first instance of failure. reproduced on r280024 with run-webkit-tests --debug -f --iterations 500 --exit-after-n-failures 2 media/video-seek-with-negative-playback.html
Attachments
Update Test Expectations (2.39 KB, patch)
2021-07-19 14:01 PDT, Eric Hutchison
no flags
Test List (585.93 KB, text/plain)
2021-07-19 15:39 PDT, Eric Hutchison
no flags
Radar WebKit Bug Importer
Comment 1 2021-07-19 13:38:43 PDT
Eric Hutchison
Comment 2 2021-07-19 14:01:42 PDT
Created attachment 433822 [details] Update Test Expectations
Truitt Savell
Comment 3 2021-07-19 14:54:24 PDT
Comment on attachment 433822 [details] Update Test Expectations Clearing flags on attachment: 433822 Committed r280048 (239783@main): <https://commits.webkit.org/239783@main>
Eric Hutchison
Comment 4 2021-07-19 15:39:15 PDT
Created attachment 433829 [details] Test List unable to reproduce with attached test list using run-webkit-tests -f --test-list= (Test List)
ayumi_kojima
Comment 5 2021-09-17 11:18:30 PDT
The test is now flaky timing out/failing on iOS Debug and macOS wk2. Diff (Timeout): --- /Volumes/Data/worker/bigsur-release-applesilicon-tests-wk2/build/layout-test-results/media/video-seek-with-negative-playback-expected.txt +++ /Volumes/Data/worker/bigsur-release-applesilicon-tests-wk2/build/layout-test-results/media/video-seek-with-negative-playback-actual.txt @@ -1,10 +1,8 @@ +FAIL: Timed out waiting for notifyDone to be called + Test that seeking with a negative playbackRate works correctly. EVENT(canplaythrough) EVENT(seeked) -EVENT(timeupdate) -EVENT(timeupdate) -EXPECTED (video.currentTime < '3') OK -END OF TEST
ayumi_kojima
Comment 6 2021-09-17 11:23:09 PDT
Note You need to log in before you can comment on or make changes to this bug.