Bug 139789

Summary: media/media-controls-timeline-updates.html is flaky
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: eric.carlson, jer.noble
Priority: P2 Keywords: LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Alexey Proskuryakov 2014-12-18 13:27:41 PST
media/media-controls-timeline-updates.html is flaky on Mac:

http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&showExpectations=true&revision=177510&tests=media%2Fmedia-controls-timeline-updates.html

The difference is:

 TEST(video.currentTime > 0) OK
-TEST(timeLineValue() > 0) OK
+TEST(timeLineValue() > 0) FAIL
 END OF TEST
Comment 1 Alexey Proskuryakov 2014-12-18 13:30:17 PST
Marked as flaky in r177520.

This tests seems so basic that I wonder if it captures some kind of a root cause that makes other media tests flaky.