Bug 123099
Summary: | Layout Test media/media-controller-time-clamp.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | eric.carlson, jer.noble |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alexey Proskuryakov
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Marked as flaky in r157721.