Bug 115048 - Flaky Test: media/media-element-play-after-eos.html
Summary: Flaky Test: media/media-element-play-after-eos.html
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Commit Bot
URL:
Keywords:
Depends on:
Blocks: 50856
  Show dependency treegraph
 
Reported: 2013-04-23 11:15 PDT by WebKit Commit Bot
Modified: 2013-10-01 22:00 PDT (History)
3 users (show)

See Also:


Attachments
Archive of layout-test-results from webkit-cq-01 (550.74 KB, application/zip)
2013-04-23 11:15 PDT, WebKit Commit Bot
no flags Details
Archive of layout-test-results from webkit-cq-02 (559.79 KB, application/zip)
2013-05-13 12:09 PDT, WebKit Commit Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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