Bug 53056
| Summary: | [GTK] media/unsupported-rtsp.html fails after timing out | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Martin Robinson <mrobinson> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | pnormand |
| Priority: | P3 | Keywords: | Gtk |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Martin Robinson
Here's the test diff. It seems that it's just timing out:
+FAIL: Timed out waiting for notifyDone to be called
Test that QuickTime file with RTSP URL generates a load error.
-EVENT(error)
-EXPECTED (video.error != 'null') OK
-EXPECTED (video.error.code == '4') OK
-EXPECTED (video.networkState == '3') OK
-END OF TEST
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
It's normal that it fails and that it's skipped for us because we *CAN* play rtsp streams. So no error received in this test => timeout :)
Martin Robinson
Thanks. I'll update the skipped list explaining why this test is skipped.
Martin Robinson
Committed r76747: <http://trac.webkit.org/changeset/76747>