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
<rdar://problem/83955154>
Updated test expectations https://trac.webkit.org/changeset/283674/webkit
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.
Pull request: https://github.com/WebKit/WebKit/pull/1247
Committed r295426 (251432@main): <https://commits.webkit.org/251432@main> Reviewed commits have been landed. Closing PR #1247 and removing active labels.