Bug 224297 - [ macOS ] media/modern-media-controls/seek-forward-support/seek-forward-support.html is a flakey timeout
Summary: [ macOS ] media/modern-media-controls/seek-forward-support/seek-forward-suppo...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-04-07 11:55 PDT by Robert Jenner
Modified: 2022-02-12 18:32 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Jenner 2021-04-07 11:55:01 PDT
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
Comment 1 Radar WebKit Bug Importer 2021-04-07 11:56:50 PDT
<rdar://problem/76358837>
Comment 2 Robert Jenner 2021-04-07 12:31:48 PDT
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
Comment 3 Brent Fulgham 2022-02-12 18:32:37 PST
Removed expectation here:
https://trac.webkit.org/changeset/282292/webkit

Closing bug.