Bug 227055

Summary: [MacOS Debug] media/modern-media-controls/overflow-support/chapters.html is a flaky failure and timeout
Product: WebKit Reporter: Amir Mark Jr <amir_mark>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap, hi, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=226828
https://bugs.webkit.org/show_bug.cgi?id=271785

Description Amir Mark Jr 2021-06-15 17:13:25 PDT
media/modern-media-controls/overflow-support/chapters.html

Is a flaky failure and timeout on both BigSur Debug and Catalina Debug.

History:

https://results.webkit.org/?suite=layout-tests&test=media%2Fmodern-media-controls%2Foverflow-support%2Fchapters.html


Text Diff:

--- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/media/modern-media-controls/overflow-support/chapters-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/media/modern-media-controls/overflow-support/chapters-actual.txt
@@ -1,15 +1,5 @@
-Testing the OverflowSupport behavior for Playback Speed.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS shadowRoot.querySelector('button.overflow') became different from null
-PASS shadowRoot.querySelector('button.overflow').getBoundingClientRect().width became different from 0
-PASS media.textTracks[0].mode became different from 'disabled'
-Tapping overflow button...
-Selecting first chapter cue...
-PASS media.currentTime >= 5 became true
-PASS successfullyParsed is true
+CONSOLE MESSAGE: SyntaxError: Unexpected token '<<'
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
 
 TEST COMPLETE
Comment 1 Radar WebKit Bug Importer 2021-06-15 17:13:58 PDT
<rdar://problem/79370477>
Comment 2 Amir Mark Jr 2021-06-15 17:17:13 PDT
This test was initially timing out consistently when introduced. Then around r278674 appeared to only become flaky timing out and failing on Big Sur and Catalina Debug
Comment 3 Alexey Proskuryakov 2021-06-16 13:27:44 PDT
This is an unusual failure mode. Where is this '<<' even coming from?