[Webkit-unassigned] [Bug 228334] New: [ iOS ] media/track/track-forced-subtitles-in-band.html is a flaky timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 27 10:57:39 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=228334

            Bug ID: 228334
           Summary: [ iOS ]
                    media/track/track-forced-subtitles-in-band.html is a
                    flaky timeout
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ayumi_kojima at apple.com

media/track/track-forced-subtitles-in-band.html

Is a flaky timeout on iOS 14 E Simulator wk2.

History: https://results.webkit.org/?suite=layout-tests&test=media%2Ftrack%2Ftrack-forced-subtitles-in-band.html

Diff: 

--- /Volumes/Data/worker/ipados-simulator-14-release-tests-wk2/build/layout-test-results/media/track/track-forced-subtitles-in-band-expected.txt
+++ /Volumes/Data/worker/ipados-simulator-14-release-tests-wk2/build/layout-test-results/media/track/track-forced-subtitles-in-band-actual.txt
@@ -1,58 +1,4 @@
-Tests that forced subtitles are enable automatically.
+#PID UNRESPONSIVE - WebKitTestRunnerApp (pid 55989)
+FAIL: Timed out waiting for notifyDone to be called

-
-RUN(internals.settings.setShouldDisplayTrackKind('Captions', false))
-RUN(internals.settings.setShouldDisplayTrackKind('Subtitles', true))
-RUN(internals.setUserPreferredLanguages(['en']))
-RUN(internals.setPrimaryAudioTrackLanguageOverride('fr'))
-RUN(internals.setCaptionDisplayMode('ForcedOnly'))
-EVENT(canplaythrough)
-
-** Forced tracks should be in .textTracks, but not in the menu
-EXPECTED (video.textTracks.length == '9') OK
-
-** Only the 'fr' forced track should be showing
-EXPECTED (video.textTracks[0].language == 'en') OK
-EXPECTED (video.textTracks[0].kind == 'subtitles') OK
-EXPECTED (video.textTracks[0].mode == 'disabled') OK
-
-EXPECTED (video.textTracks[1].language == 'en') OK
-EXPECTED (video.textTracks[1].kind == 'forced') OK
-EXPECTED (video.textTracks[1].mode == 'disabled') OK
-
-EXPECTED (video.textTracks[2].language == 'fr') OK
-EXPECTED (video.textTracks[2].kind == 'subtitles') OK
-EXPECTED (video.textTracks[2].mode == 'disabled') OK
-
-EXPECTED (video.textTracks[3].language == 'fr') OK
-EXPECTED (video.textTracks[3].kind == 'forced') OK
-EXPECTED (video.textTracks[3].mode == 'showing') OK
-
-EXPECTED (video.textTracks[4].language == 'es') OK
-EXPECTED (video.textTracks[4].kind == 'subtitles') OK
-EXPECTED (video.textTracks[4].mode == 'disabled') OK
-
-EXPECTED (video.textTracks[5].language == 'es') OK
-EXPECTED (video.textTracks[5].kind == 'forced') OK
-EXPECTED (video.textTracks[5].mode == 'disabled') OK
-
-EXPECTED (video.textTracks[6].language == 'de') OK
-EXPECTED (video.textTracks[6].kind == 'subtitles') OK
-EXPECTED (video.textTracks[6].mode == 'disabled') OK
-
-EXPECTED (video.textTracks[7].language == 'de') OK
-EXPECTED (video.textTracks[7].kind == 'forced') OK
-EXPECTED (video.textTracks[7].mode == 'disabled') OK
-
-EXPECTED (video.textTracks[8].language == 'en') OK
-EXPECTED (video.textTracks[8].kind == 'captions') OK
-EXPECTED (video.textTracks[8].mode == 'disabled') OK
-
-RUN(video.currentTime = 9.5)
-
-EVENT(seeked)
-EVENT(cuechange)
-EXPECTED (video.textTracks[3].activeCues.length == '1') OK
-
-END OF TEST
-
+#EOF

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210727/c5705476/attachment-0001.htm>


More information about the webkit-unassigned mailing list