Bug 135071 - media/video-seek-with-negative-playback.html is flaky on Mac
Summary: media/video-seek-with-negative-playback.html is flaky on Mac
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2014-07-18 13:57 PDT by Alexey Proskuryakov
Modified: 2014-07-18 13:59 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-07-18 13:57:31 PDT
This test sometimes times out on Mountain Lion:

@@ -1,10 +1,7 @@
+FAIL: Timed out waiting for notifyDone to be called
 
 Test that seeking with a negative playbackRate works correctly.
 
 EVENT(canplaythrough)
 EVENT(seeked)
-EVENT(timeupdate)
-EVENT(timeupdate)
-EXPECTED (video.currentTime < '3') OK
-END OF TEST
Comment 1 Alexey Proskuryakov 2014-07-18 13:59:31 PDT
Marked as flaky on 10.8 in <http://trac.webkit.org/r171242>.