RESOLVED FIXED 231333
Regression(r283217) : [ iOS 15 ] media/track/track-forced-subtitles-in-band.html is failing
https://bugs.webkit.org/show_bug.cgi?id=231333
Summary Regression(r283217) : [ iOS 15 ] media/track/track-forced-subtitles-in-band.h...
ayumi_kojima
Reported 2021-10-06 15:36:16 PDT
media/track/track-forced-subtitles-in-band.html Is failing on iOS 15 Debug and is flaky failing on iOS 15 Release. History: https://results.webkit.org/?suite=layout-tests&test=media%2Ftrack%2Ftrack-forced-subtitles-in-band.html Result page: https://build.webkit.org/results/Apple-iOS-15-Simulator-Debug-WK2-Tests/r283612%20(72)/results.html Diff: --- /Volumes/Data/worker/ios-simulator-15-debug-tests-wk2/build/layout-test-results/media/track/track-forced-subtitles-in-band-expected.txt +++ /Volumes/Data/worker/ios-simulator-15-debug-tests-wk2/build/layout-test-results/media/track/track-forced-subtitles-in-band-actual.txt @@ -9,7 +9,7 @@ EVENT(canplaythrough) ** Forced tracks should be in .textTracks, but not in the menu -EXPECTED (video.textTracks.length == '9') OK +EXPECTED (video.textTracks.length == '9'), OBSERVED '11' FAIL ** Only the 'fr' forced track should be showing EXPECTED (video.textTracks[0].language == 'en') OK
Attachments
Radar WebKit Bug Importer
Comment 1 2021-10-06 15:36:33 PDT
ayumi_kojima
Comment 2 2021-10-06 15:43:12 PDT
ayumi_kojima
Comment 3 2021-10-06 16:51:36 PDT
I was able to reproduce the failure locally on iOS 15 using run-webkit-tests --force --ios-simulator --debug media/track/track-forced-subtitles-in-band.html. Test failed on r283217 and newer, and passed on r283216 and older.
Eric Carlson
Comment 4 2022-06-02 11:49:48 PDT
EWS
Comment 5 2022-06-09 11:36:05 PDT
Committed r295426 (251432@main): <https://commits.webkit.org/251432@main> Reviewed commits have been landed. Closing PR #1247 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.