Bug 168773
| Summary: | [GTK] fast/mediastream/MediaStream-MediaElement-setObject-null.html fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | bugs-noreply, eric.carlson, jer.noble, lforschler, lmoura |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 168268 | ||
Carlos Alberto Lopez Perez
The test fast/mediastream/MediaStream-MediaElement-setObject-null.html added on r212311 <https://trac.webkit.org/r212311> fails on the GTK+ port with the following failure:
--- /home/clopez/webkit/webkit/layout-test-results/fast/mediastream/MediaStream-MediaElement-setObject-null-expected.txt
+++ /home/clopez/webkit/webkit/layout-test-results/fast/mediastream/MediaStream-MediaElement-setObject-null-actual.txt
@@ -1,5 +1,5 @@
PASS video.srcObject = stream did not throw exception.
-PASS video.duration is Number.POSITIVE_INFINITY
+FAIL video.duration should be Infinity. Was 0.
PASS video.srcObject = null did not throw exception.
PASS video.duration is Number.NaN
PASS successfullyParsed is true
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
The last fail happened between r222850-r222851, when it started timing out until starting passing since r232588. The only issue now is the occasional gst-related crashes already tracked in bug210528.
Closing.