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: RESOLVED FIXED    
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   

Robert Jenner
Reported 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
Attachments
Radar WebKit Bug Importer
Comment 1 2023-04-19 17:36:13 PDT
Robert Jenner
Comment 2 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.
Jonathan Bedard
Comment 3 2026-04-02 08:51:42 PDT
Test gardening pull request: https://github.com/WebKit/WebKit/pull/61918
EWS
Comment 4 2026-04-02 15:07:19 PDT
Committed 310469@main (e9b350cf4afb): <https://commits.webkit.org/310469@main> Reviewed commits have been landed. Closing PR #61918 and removing active labels.
EWS
Comment 5 2026-04-03 15:01:04 PDT
Test gardening commit 310538@main (be82362301ba): <https://commits.webkit.org/310538@main> Reviewed commits have been landed. Closing PR #61998 and removing active labels.
EWS
Comment 6 2026-04-06 17:06:36 PDT
Test gardening commit 310676@main (31ced095b774): <https://commits.webkit.org/310676@main> Reviewed commits have been landed. Closing PR #62153 and removing active labels.
EWS
Comment 7 2026-04-07 10:13:16 PDT
Test gardening commit 310720@main (5fe38c4b065b): <https://commits.webkit.org/310720@main> Reviewed commits have been landed. Closing PR #62203 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.