Bug 240989

Summary: New test: [macOS] http/tests/media/hls/hls-webvtt-flashing.html is frequently failing
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: MediaAssignee: Robert Jenner <jenner>
Status: NEW    
Severity: Normal CC: ap, eric.carlson, jer.noble, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 13   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=240893

Ryan Haddad
Reported 2022-05-26 16:26:26 PDT
http/tests/media/hls/hls-webvtt-flashing.html is failing almost every run on macOS WK1 and is a flaky failure on macOS WK2 since it was added with https://commits.webkit.org/250988@main --- /Volumes/Data/worker/Apple-Monterey-Release-WK1-Tests/build/layout-test-results/http/tests/media/hls/hls-webvtt-flashing-expected.txt +++ /Volumes/Data/worker/Apple-Monterey-Release-WK1-Tests/build/layout-test-results/http/tests/media/hls/hls-webvtt-flashing-actual.txt @@ -5,6 +5,6 @@ EVENT(cuechange) EXPECTED (video.textTracks[0].activeCues.length == '1') OK EXPECTED (video.textTracks[0].activeCues[0].text == 'Subtitle Test') OK -EXPECTED (video.textTracks[0].activeCues[0].endTime > '0.100') OK +EXPECTED (video.textTracks[0].activeCues[0].endTime > '0.100'), OBSERVED '0.1' FAIL END OF TEST https://results.webkit.org/?suite=layout-tests&test=http/tests/media/hls/hls-webvtt-flashing.html
Attachments
Radar WebKit Bug Importer
Comment 1 2022-05-26 16:26:37 PDT
Robert Jenner
Comment 2 2022-05-26 16:38:32 PDT
EWS
Comment 3 2022-05-26 17:00:17 PDT
Test gardening commit r294911 (251032@main): <https://commits.webkit.org/251032@main> Reviewed commits have been landed. Closing PR #1076 and removing active labels.
Alexey Proskuryakov
Comment 4 2022-06-01 16:30:55 PDT
@Jer silly question, should the condition be ">="?
Note You need to log in before you can comment on or make changes to this bug.