[Webkit-unassigned] [Bug 258183] New: [ macOS ] media/track/track-cues-missed.html is a flaky test.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 15 20:14:31 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=258183

            Bug ID: 258183
           Summary: [ macOS ] media/track/track-cues-missed.html is a
                    flaky test.
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bharris9 at apple.com

media/track/track-cues-missed.html


is a flaky crash on macOS Debug queues and a flaky text failure on Monterey release.


HISTORY:
https://results.webkit.org/?suite=layout-tests&test=media%2Ftrack%2Ftrack-cues-missed.html


DIFF TEXT:
@@ -4,46 +4,6 @@
 EVENT(canplaythrough)
 EXPECTED (testTrack.track.cues.length == '7') OK
 RUN(video.play())
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'I said Bear is coming now!!!!') OK
-EXPECTED (currentCue.id == '3') OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'I said Bear is coming now!!!!') OK
-EXPECTED (currentCue.id == '3') OK
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'This is the second missed cue in the test.') OK
-EXPECTED (currentCue.id == '4') OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'This is the second missed cue in the test.') OK
-EXPECTED (currentCue.id == '4') OK
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'Third missed cue - zero-length cue.') OK
-EXPECTED (currentCue.id == '5') OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'Third missed cue - zero-length cue.') OK
-EXPECTED (currentCue.id == '5') OK
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'Fourth missed cue.') OK
-EXPECTED (currentCue.id == '6') OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'Fourth missed cue.') OK
-EXPECTED (currentCue.id == '6') OK
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'Negative length cue. Should be treated correctly.') OK
-EXPECTED (currentCue.id == '7') OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'Negative length cue. Should be treated correctly.') OK
-EXPECTED (currentCue.id == '7') OK
 EVENT(ended)
 END OF TEST

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230616/188476b3/attachment.htm>


More information about the webkit-unassigned mailing list