Bug 230071
| Summary: | [ MacOS wk1 ] media/video-preload.html is flaky failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | ayumi_kojima |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | eric.carlson, hi, peng.liu6, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Mac (Intel) | ||
| OS: | Unspecified | ||
ayumi_kojima
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/82896239>
ayumi_kojima
Marked test expectations: https://trac.webkit.org/changeset/282178/webkit
ayumi_kojima
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
Tried on Catalina, but I was not able to reproduce the failure locally.