Bug 139789
Summary: | media/media-controls-timeline-updates.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 | Keywords: | LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alexey Proskuryakov
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
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.