NEW 230071
[ MacOS wk1 ] media/video-preload.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=230071
Summary [ MacOS wk1 ] media/video-preload.html is flaky failing
ayumi_kojima
Reported 2021-09-08 15:58:03 PDT
media/video-preload.html Is a flaky failure on BigSur wk1 Release and Catalina wk1 Debug. History: https://results.webkit.org/?suite=layout-tests&test=media%2Fvideo-preload.html Result page: https://build.webkit.org/results/Apple-BigSur-Release-WK1-Tests/r279924%20(4049)/results.html Diff: --- /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/media/video-preload-expected.txt +++ /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/media/video-preload-actual.txt @@ -5,9 +5,9 @@ Will load with 'preload=none', should not buffer automatically until 'play()' is called RUN(video.setAttribute('preload', 'none')) RUN(video.removeAttribute('autoplay')) -EVENT(loadstart) did not buffer automatically OK RUN(handlePromise(video.play())) +EVENT(loadstart) EVENT(play) EVENT(loadedmetadata) buffered automatically OK
Attachments
Radar WebKit Bug Importer
Comment 1 2021-09-08 15:58:34 PDT
ayumi_kojima
Comment 2 2021-09-08 16:02:13 PDT
ayumi_kojima
Comment 3 2021-09-09 15:12:41 PDT
I was not able to reproduce the failure locally on BigSur using: run-webkit-tests --iterations 1000 --clobber-old-results --exit-after-n-failures 1 --force -1 media/video-preload.html -f
ayumi_kojima
Comment 4 2021-09-14 17:33:30 PDT
Tried on Catalina, but I was not able to reproduce the failure locally.
Note You need to log in before you can comment on or make changes to this bug.