Bug 131855

Summary: [WK1] media/event-attributes.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    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 117767    

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>.