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
<rdar://problem/82896239>
Marked test expectations: https://trac.webkit.org/changeset/282178/webkit
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
Tried on Catalina, but I was not able to reproduce the failure locally.