Bug 255697 - REGRESSION(macOS 13.3): [ Ventura ] http/tests/media/hls/track-in-band-hls-metadata-cue-duration.html is a constant text failure
Summary: REGRESSION(macOS 13.3): [ Ventura ] http/tests/media/hls/track-in-band-hls-me...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-19 17:35 PDT by Robert Jenner
Modified: 2023-04-23 14:39 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.