Bug 86322
| Summary: | [EFL] media/media-continues-playing-after-replace-source.html fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | WebKit Review Bot <webkit.review.bot> |
| Component: | WebKit EFL | Assignee: | Raphael Kubo da Costa (:rakuco) <rakuco> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | d-r, gyuyoung.kim, lucas.de.marchi, mfeil, naginenis, rakuco, tmpsantos |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
WebKit Review Bot
[EFL] media/media-continues-playing-after-replace-source.html fails
Requested by rakuco on #webkit.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Raphael Kubo da Costa (:rakuco)
The test was added in <http://trac.webkit.org/changeset/116858> (from bug 86235) and is failing on the EFL bots.
FAIL: Timed out waiting for notifyDone to be called
Test that media keeps playing when the source element is replaced.
I am skipping it for now, but the cause of the failure should be investigated.
Raphael Kubo da Costa (:rakuco)
Test temporarily skipped in <http://trac.webkit.org/changeset/116901>
Max Feil
The test result in comment #1 was one I quoted from the release build tests. The more accurate one is from the debug build tests:
FAIL: Timed out waiting for notifyDone to be called
Test that media keeps playing when the source element is replaced.
EVENT(canplaythrough)
EXPECTED (testElement.currentTime == '0') OK
EVENT(playing)
EXPECTED (testElement.currentTime > '0') OK
Replacing the media's source element:
EXPECTED (testElement.currentTime == '0') OK
The above indicates that the media does not keep playing after the source element is replaced, which is different than the following passing tests:
Chromium Linux Release (Tests)
Lion Debug (Tests)
Lion Debug (WebKit2 Tests)
<and now the BlackBerry tests>
Raphael Kubo da Costa (:rakuco)
I think it makes sense to keep track of it in bug 86310, as it affects both gtk and efl.
*** This bug has been marked as a duplicate of bug 86310 ***