Bug 136532 - Investigate test failures on ML caused by MediaTime refactoring
Summary: Investigate test failures on ML caused by MediaTime refactoring
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-04 08:35 PDT by Jer Noble
Modified: 2015-10-06 09:16 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2014-09-04 08:35:45 PDT
Investigate why the  media/audio-data-url.html & media/sources-fallback-codecs.html tests fail on MountainLion after making MediaTimes the primary time type.
Comment 1 Alexey Proskuryakov 2014-09-08 14:36:12 PDT
media/video-seek-past-end-playing.html has become substantially flaky around this time on 10.8 only, I'm going to assume that it's the same issue.

http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Fvideo-seek-past-end-playing.html

@@ -1,3 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
 
 Test that seeking video with 'loop' past it's end rewinds to the beginning and continues playback.
 
@@ -10,8 +11,3 @@
 EXPECTED (mediaElement.currentTime > '0') OK
 RUN(video.currentTime = 500)
 
-EXPECTED (video.paused == 'false') OK
-EXPECTED (mediaElement.currentTime > '0') OK
-
-END OF TEST
-