Bug 287967
Summary: | [macOS] media/modern-media-controls/overflow-support/playback-speed.html is a flaky timeout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robert Jenner <jenner> |
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 |
Robert Jenner
media/modern-media-controls/overflow-support/playback-speed.html
is a flaky timeout on macOS. As of this writing it is a flaky timeout on Ventura and higher.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=media%2Fmodern-media-controls%2Foverflow-support%2Fplayback-speed.html
DIFF:
https://build.webkit.org/results/Apple-Sequoia-Debug-AppleSilicon-WK2-Tests/290604@main%20(835)/media/modern-media-controls/overflow-support/playback-speed-pretty-diff.html
+FAIL: Timed out waiting for notifyDone to be called
+
Testing the OverflowSupport behavior for Playback Speed.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -10,14 +12,4 @@
PASS checkedItems[0].title is "1×"
Changing playback speed via JavaScript...
Tapping overflow button...
-PASS checkedItems.length is 1
-PASS checkedItems[0].title is "2×"
-Selecting '1.5×' playback speed...
-PASS media.playbackRate is 1.5
-Tapping overflow button...
-PASS checkedItems.length is 1
-PASS checkedItems[0].title is "1.5×"
-PASS successfullyParsed is true
-TEST COMPLETE
-
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/145147059>
EWS
Test gardening commit 290622@main (deeda48c5500): <https://commits.webkit.org/290622@main>
Reviewed commits have been landed. Closing PR #40868 and removing active labels.
Robert Jenner
I was able to reproduce this at macOS Sequoia ToT running the test as follows:
run-webkit-tests media/modern-media-controls/overflow-support/playback-speed.html --iterations 1000
The test timed out 3 times during those 1000 iterations.
I have marked expectations as Pass Timeout for this test.