Bug 131855
Summary: | [WK1] media/event-attributes.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 | ||
Bug Depends on: | |||
Bug Blocks: | 117767 |
Alexey Proskuryakov
media/event-attributes.html is quite flaky on WK1, sometimes timing out, and other times failing with a text diff.
Note that there is another bug for WebKit2, where the test fails every time.
The diff is:
@@ -5,7 +5,7 @@
EVENT(loadeddata)
EVENT(canplay)
EVENT(canplaythrough)
-EXPECTED (progressEventCount >= '1') OK
+EXPECTED (progressEventCount >= '1'), OBSERVED '0' FAIL
*** starting playback
RUN(video.play())
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Marked as flaky in <http://trac.webkit.org/r167506>.