[Webkit-unassigned] [Bug 255697] New: REGRESSION(macOS 13.3): [ Ventura ] http/tests/media/hls/track-in-band-hls-metadata-cue-duration.html is a constant text failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 19 17:35:08 PDT 2023


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

            Bug ID: 255697
           Summary: REGRESSION(macOS 13.3): [ Ventura ]
                    http/tests/media/hls/track-in-band-hls-metadata-cue-du
                    ration.html is a constant text failure
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Jenner at apple.com

http/tests/media/hls/track-in-band-hls-metadata-cue-duration.html

is a constant text failure in macOS Ventura.

HISTORY:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fmedia%2Fhls%2Ftrack-in-band-hls-metadata-cue-duration.html


It became a constant text failure when we updated macOS Ventura to 13.3

DIFF URL:
https://build.webkit.org/results/Apple-Ventura-Release-AppleSilicon-WK2-Tests/263147@main%20(2802)/http/tests/media/hls/track-in-band-hls-metadata-cue-duration-pretty-diff.html

DIFF TEXT:
 ** Set video.src, wait for media data to load
 RUN(video.src = "http://127.0.0.1:8000/media/resources/hls/metadata/prog_index.m3u8")
+EVENT(canplaythrough)
+
 EVENT(addtrack)
 RUN(track = video.textTracks[0])
 RUN(track.mode = "hidden")
-EVENT(canplaythrough)
-

 cue 1
 EXPECTED (cue.startTime != 'Infinity') OK
@@ -31,8 +31,8 @@
 EXPECTED (cue.endTime != 'Infinity') OK

 cue 6
-EXPECTED (cue.startTime != 'Infinity') OK
-EXPECTED (cue.endTime != 'Infinity') OK
+TypeError: undefined is not an object (evaluating 'cue.startTime')
+TypeError: undefined is not an object (evaluating 'cue.endTime')

 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/20230420/d8e76adc/attachment-0001.htm>


More information about the webkit-unassigned mailing list