Bug 123099 - Layout Test media/media-controller-time-clamp.html is flaky
Summary: Layout Test media/media-controller-time-clamp.html is flaky
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:
Depends on:
Blocks:
 
Reported: 2013-10-21 10:01 PDT by Alexey Proskuryakov
Modified: 2013-10-21 10:03 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 2013-10-21 10:01:37 PDT
The following layout test is flaky on most Mac bots

media/media-controller-time-clamp.html

The failure mode is that it sometimes times out:

--- /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/media/media-controller-time-clamp-expected.txt
+++ /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/media/media-controller-time-clamp-actual.txt
@@ -1,9 +1,7 @@
+FAIL: Timed out waiting for notifyDone to be called
 RUN(controller = video.controller)
 EVENT(canplaythrough)
 RUN(controller.currentTime = controller.duration - 0.05)
 RUN(video.play())
 RUN(controller.play())
-EVENT(ended)
-EXPECTED (controller.currentTime <= controller.duration == 'true') OK
-END OF TEST
 
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Fmedia-controller-time-clamp.html
Comment 1 Alexey Proskuryakov 2013-10-21 10:03:10 PDT
Marked as flaky in r157721.