Bug 131855 - [WK1] media/event-attributes.html is flaky
Summary: [WK1] media/event-attributes.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: 117767
  Show dependency treegraph
 
Reported: 2014-04-18 13:47 PDT by Alexey Proskuryakov
Modified: 2014-04-18 13:48 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 2014-04-18 13:47:12 PDT
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())
Comment 1 Alexey Proskuryakov 2014-04-18 13:48:49 PDT
Marked as flaky in <http://trac.webkit.org/r167506>.