Bug 230708
Summary: | [ iOS macOS Debug ] media/video-ended-seek-crash.html is a flaky timeout | ||
---|---|---|---|
Product: | WebKit | Reporter: | ayumi_kojima |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
ayumi_kojima
media/video-ended-seek-crash.html
Is a flaky timeout on iOS Debug and macOS Debug.
History: https://results.webkit.org/?suite=layout-tests&test=media%2Fvideo-ended-seek-crash.html
Result page: https://build.webkit.org/results/Apple-Catalina-Debug-WK1-Tests/r282960%20(4299)/results.html
Diff:
--- /Volumes/Data/worker/catalina-debug-tests-wk1/build/layout-test-results/media/video-ended-seek-crash-expected.txt
+++ /Volumes/Data/worker/catalina-debug-tests-wk1/build/layout-test-results/media/video-ended-seek-crash-actual.txt
@@ -1,11 +1,6 @@
+FAIL: Timed out waiting for notifyDone to be called
EVENT(canplaythrough)
RUN(video.currentTime = video.duration - 0.1)
RUN(video.play())
-EVENT(ended)
-RUN(video.setAttribute("loop", "loop"))
-RUN(video.currentTime = 0)
-RUN(video.play())
-EVENT(seeked)
-END OF TEST
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/83459122>
ayumi_kojima
Marked test expectations: https://trac.webkit.org/changeset/282978/webkit
ayumi_kojima
I was able to reproduce the timeout locally on BigSur using run-webkit-tests --debug -1 --force media/video-ended-seek-crash.html --iterations 100 --exit-after-n-crashes-or-timeouts 1 --exit-after-n-failures 1 -f
ayumi_kojima
I cannot reproduce the timeout anymore after reinstalling an OS. (I had to install BigSur again on an available volume on my Mac because I started getting "No space on OS" error as I was bisecting. The test is still timing out in the history though.