Bug 226520
| Summary: | [MacOS] media/video-played-collapse.html is flaky timeout and failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Amir Mark Jr <amir_mark> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jean-yves.avenard, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Amir Mark Jr
media/video-played-collapse.html
Is a flaky timeout on Big Sur Wk1 Release and WK1 Apple Silicon Release, Catalina Wk1 release and debug
It is also failing on Big Sur Wk1 Release, Wk1 Apple Silicon Release, Big Sur Wk2 Release, Big Sur Wk2 Debug, Catalina Wk2 Debug
History:
https://results.webkit.org/?suite=layout-tests&test=media%2Fvideo-played-collapse.html
Text Diff:
--- /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/media/video-played-collapse-expected.txt
+++ /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/media/video-played-collapse-actual.txt
@@ -1,3 +1,5 @@
+CONSOLE MESSAGE: IndexSizeError: The index is not in the allowed range.
+FAIL: Timed out waiting for notifyDone to be called
Test of the media element 'played' attribute
@@ -11,40 +13,9 @@
RUN(handlePromise(video.play()))
RUN(video.pause())
EVENT(pause)
-Test 2 OK
-Test 3 OK
-Test 4 OK
+EXPECTED (video.played.length == '1'), OBSERVED '0' FAIL
+IndexSizeError: The index is not in the allowed range.
+IndexSizeError: The index is not in the allowed range.
Create a new range
-EVENT(seeked)
-RUN(handlePromise(video.play()))
-RUN(video.pause())
-EVENT(pause)
-Test 5 OK
-Test 6 OK
-Test 7 OK
-Test 8 OK
-Test 9 OK
-Test playing from one range into another, should collapse the two ranges
-EVENT(seeked)
-RUN(handlePromise(video.play()))
-RUN(video.pause())
-EVENT(pause)
-Test 10 OK
-Test 11 OK
-Test 12 OK
-
-Test looping
-RUN(video.loop = true)
-EVENT(seeked)
-RUN(handlePromise(video.play()))
-RUN(video.pause())
-EVENT(pause)
-Test 13 OK
-Test 14 OK
-Test 15 OK
-Test 16 OK
-Test 17 OK
-END OF TEST
-
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/78741204>
Amir Mark Jr
Updated test expectations:
https://trac.webkit.org/changeset/278388/webkit
Jean-Yves Avenard [:jya]
fixed in 238771