Bug 115048

Summary: Flaky Test: media/media-element-play-after-eos.html
Product: WebKit Reporter: WebKit Commit Bot <commit-queue>
Component: Tools / TestsAssignee: WebKit Commit Bot <commit-queue>
Status: NEW ---    
Severity: Normal CC: eric.carlson, jer.noble, pnormand
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 50856    
Attachments:
Description Flags
Archive of layout-test-results from webkit-cq-01
none
Archive of layout-test-results from webkit-cq-02 none

Description WebKit Commit Bot 2013-04-23 11:15:30 PDT
This is an automatically generated bug from the commit-queue.
media/media-element-play-after-eos.html has been flaky on the commit-queue.

media/media-element-play-after-eos.html was authored by fischman@chromium.org and pnormand@igalia.com.
http://trac.webkit.org/browser/trunk/LayoutTests/media/media-element-play-after-eos.html

The commit-queue just saw media/media-element-play-after-eos.html flake (text diff) while processing attachment 199130 [details] on bug 114526.
Bot: webkit-cq-01  Port: <class 'webkitpy.common.config.ports.MacPort'>  Platform: Mac OS X 10.8.3

The bots will update this with information from each new failure.

If you believe this bug to be fixed or invalid, feel free to close.  The bots will re-open if the flake re-occurs.

If you would like to track this test fix with another bug, please close this bug as a duplicate.  The bots will follow the duplicate chain when making future comments.
Comment 1 WebKit Commit Bot 2013-04-23 11:15:32 PDT
Created attachment 199281 [details]
Archive of layout-test-results from webkit-cq-01
Comment 2 WebKit Commit Bot 2013-05-13 12:09:47 PDT
The commit-queue just saw media/media-element-play-after-eos.html flake (text diff) while processing attachment 201421 [details] on bug 115456.
Bot: webkit-cq-02  Port: <class 'webkitpy.common.config.ports.MacPort'>  Platform: Mac OS X 10.8.3
Comment 3 WebKit Commit Bot 2013-05-13 12:09:48 PDT
Created attachment 201619 [details]
Archive of layout-test-results from webkit-cq-02
Comment 4 Alexey Proskuryakov 2013-10-01 22:00:30 PDT
This test still frequently times out on all Mountain Lion bots. Marked as flaky in <http://trac.webkit.org/r156763>.
Comment 5 Alexey Proskuryakov 2013-10-01 22:00:53 PDT
@@ -1,17 +1,7 @@
+FAIL: Timed out waiting for notifyDone to be called
 This tests ensure that media element emits the 'playing' event every time it starts playing after eos. It also ensure that 'pause' and 'ended' events are sent when media playback ends.
 
 EVENT(loadedmetadata)
 RUN(mediaElement.play())
 EVENT(playing)
-EVENT(pause)
-EXPECTED (mediaElement.paused == 'true') OK
-EVENT(ended)
-EXPECTED (mediaElement.ended == 'true') OK
-RUN(mediaElement.play())
-EVENT(playing)
-EVENT(pause)
-EXPECTED (mediaElement.paused == 'true') OK
-EVENT(ended)
-EXPECTED (mediaElement.ended == 'true') OK
-END OF TEST