Bug 255697

Summary: REGRESSION(macOS 13.3): [ Ventura ] http/tests/media/hls/track-in-band-hls-metadata-cue-duration.html is a constant text failure
Product: WebKit Reporter: Robert Jenner <jenner>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: eric.carlson, jer.noble, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Robert Jenner 2023-04-19 17:35:08 PDT
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
Comment 1 Radar WebKit Bug Importer 2023-04-19 17:36:13 PDT
<rdar://problem/108290413>
Comment 2 Robert Jenner 2023-04-19 17:37:56 PDT
I was able to reproduce this as Ventura Release ToT running the test as follows:

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


Further, I have marked expectations for this test at: https://commits.webkit.org/262939@main



This test regressed with the macOS Ventura 13.3 update, and it doesn't look like a rebaseline to me like many of the others have.