Bug 231333
Summary: | Regression(r283217) : [ iOS 15 ] media/track/track-forced-subtitles-in-band.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | ayumi_kojima |
Component: | Media | Assignee: | Eric Carlson <eric.carlson> |
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: | iPhone / iPad | ||
OS: | Unspecified |
ayumi_kojima
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/83955154>
ayumi_kojima
Updated test expectations https://trac.webkit.org/changeset/283674/webkit
ayumi_kojima
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
Pull request: https://github.com/WebKit/WebKit/pull/1247
EWS
Committed r295426 (251432@main): <https://commits.webkit.org/251432@main>
Reviewed commits have been landed. Closing PR #1247 and removing active labels.