Bug 136532
Summary: | Investigate test failures on ML caused by MediaTime refactoring | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jer Noble <jer.noble> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jer Noble
Investigate why the media/audio-data-url.html & media/sources-fallback-codecs.html tests fail on MountainLion after making MediaTimes the primary time type.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
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
-