Flaky Test: media/media-element-play-after-eos.html
https://bugs.webkit.org/show_bug.cgi?id=115048
Summary Flaky Test: media/media-element-play-after-eos.html
WebKit Commit Bot
Reported 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.
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
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
WebKit Commit Bot
Comment 1 2013-04-23 11:15:32 PDT
Created attachment 199281 [details] Archive of layout-test-results from webkit-cq-01
WebKit Commit Bot
Comment 2 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
WebKit Commit Bot
Comment 3 2013-05-13 12:09:48 PDT
Created attachment 201619 [details] Archive of layout-test-results from webkit-cq-02
Alexey Proskuryakov
Comment 4 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>.
Alexey Proskuryakov
Comment 5 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
Note You need to log in before you can comment on or make changes to this bug.