Bug 53056 - [GTK] media/unsupported-rtsp.html fails after timing out
Summary: [GTK] media/unsupported-rtsp.html fails after timing out
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2011-01-24 17:58 PST by Martin Robinson
Modified: 2011-01-26 18:02 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2011-01-24 17:58:41 PST
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
Comment 1 Philippe Normand 2011-01-25 00:12:14 PST
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 :)
Comment 2 Martin Robinson 2011-01-26 18:00:42 PST
Thanks. I'll update the skipped list explaining why this test is skipped.
Comment 3 Martin Robinson 2011-01-26 18:02:39 PST
Committed r76747: <http://trac.webkit.org/changeset/76747>