Bug 224297
Summary: | [ macOS ] media/modern-media-controls/seek-forward-support/seek-forward-support.html is a flakey timeout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robert Jenner <jenner> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, dino, graouts, hi, 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/seek-forward-support/seek-forward-support.html
is a flakey timeout in macOS.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=media%2Fmodern-media-controls%2Fseek-forward-support%2Fseek-forward-support.html
TEXT TIMEOUT DIFF:
--- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/media/modern-media-controls/seek-forward-support/seek-forward-support-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/media/modern-media-controls/seek-forward-support/seek-forward-support-actual.txt
@@ -1,20 +1,6 @@
-Testing the forward button in fullscreen.
+CONSOLE MESSAGE: InvalidStateError: The object is in an invalid state.
+#PID UNRESPONSIVE - WebKitTestRunner (pid 98980)
+FAIL: Timed out waiting for notifyDone to be called
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS !!window.internals.shadowRoot(media).lastChild.querySelector("button.forward") became true
-PASS media.webkitDisplayingFullscreen is true
-
-Setting media.currentTime to 2s
-PASS media.currentTime is 2
-PASS media.paused is true
-
-Starting to press on the skip forward button
-PASS media.currentTime > 2.5 became true
-PASS media.paused is true
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
+#EOF
+#EOF
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/76358837>
Robert Jenner
Was able to reproduce the timeout at BigSur Debug ToT using the following test:
run-webkit-tests media/modern-media-controls/seek-forward-support/seek-forward-support.html --debug --iterations 100 -f
Test has been flakey for a while when looking back in the history.
Updated test expectations to Pass Timeout here:
https://trac.webkit.org/changeset/275621/webkit
Brent Fulgham
Removed expectation here:
https://trac.webkit.org/changeset/282292/webkit
Closing bug.