Summary: | Flaky Test: media/media-element-play-after-eos.html | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | WebKit Commit Bot <commit-queue> | ||||||
Component: | Tools / Tests | Assignee: | 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
WebKit Commit Bot
2013-04-23 11:15:30 PDT
Created attachment 199281 [details]
Archive of layout-test-results from webkit-cq-01
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 Created attachment 201619 [details]
Archive of layout-test-results from webkit-cq-02
This test still frequently times out on all Mountain Lion bots. Marked as flaky in <http://trac.webkit.org/r156763>. @@ -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 |