[Webkit-unassigned] [Bug 123498] New: Mavericks: media/track/track-in-band-cues-added-once.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 29 23:55:04 PDT 2013


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

           Summary: Mavericks:
                    media/track/track-in-band-cues-added-once.html is
                    failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: eric.carlson at apple.com, jer.noble at apple.com


http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=media%2Ftrack%2Ftrack-in-band-cues-added-once.html

It appears that this test has been failing since the Mavericks builders were added

e.g. http://build.webkit.org/results/Apple%20Mavericks%20Release%20WK2%20(Tests)/r158255%20(92)/results.html

--- /Volumes/Data/slave/mavericks-release-tests-wk2/build/layout-test-results/media/track/track-in-band-cues-added-once-expected.txt
+++ /Volumes/Data/slave/mavericks-release-tests-wk2/build/layout-test-results/media/track/track-in-band-cues-added-once-actual.txt
@@ -8,8 +8,8 @@
 ** Check initial in-band track states
 EXPECTED (video.textTracks.length == '1') OK
 RUN(inbandTrack1 = video.textTracks[0])
-EXPECTED (inbandTrack1.mode == 'disabled') OK
-EXPECTED (inbandTrack1.cues == 'null') OK
+EXPECTED (inbandTrack1.mode == 'disabled'), OBSERVED 'showing' FAIL
+EXPECTED (inbandTrack1.cues == 'null'), OBSERVED '[object TextTrackCueList]' FAIL
 EXPECTED (inbandTrack1.language == 'en') OK
 EXPECTED (inbandTrack1.kind == 'captions') OK

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list