Bug 68536 - [GTK] media/media-blocked-by-beforeload.html is flaky
Summary: [GTK] media/media-blocked-by-beforeload.html is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 75599
  Show dependency treegraph
 
Reported: 2011-09-21 07:54 PDT by Philippe Normand
Modified: 2012-01-05 08:03 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2011-09-21 07:54:17 PDT
--- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/media/media-blocked-by-beforeload-expected.txt 
+++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/media/media-blocked-by-beforeload-actual.txt 
@@ -30,10 +30,6 @@
 
 EVENT('loadstart')
 
-EVENT('error')
-EXPECTED (event.target.tagName == 'SOURCE') OK
-EXPECTED (video.error == 'null') OK
-
 EVENT('loadedmetadata')
 
 END OF TEST

I've seen other occurences where a load event was fired. This is probably due to an issue in the GStreamer player. Will skip the test for now though.
Comment 1 Shadi 2012-01-04 14:38:05 PST
Bug 63558 https://bugs.webkit.org/show_bug.cgi?id=63558 has been updated to solve the flakiness of the test.

Philippe, do you want to revert skipping the test?

(In reply to comment #0)
> --- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/media/media-blocked-by-beforeload-expected.txt 
> +++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/media/media-blocked-by-beforeload-actual.txt 
> @@ -30,10 +30,6 @@
> 
>  EVENT('loadstart')
> 
> -EVENT('error')
> -EXPECTED (event.target.tagName == 'SOURCE') OK
> -EXPECTED (video.error == 'null') OK
> -
>  EVENT('loadedmetadata')
> 
>  END OF TEST
> 
> I've seen other occurences where a load event was fired. This is probably due to an issue in the GStreamer player. Will skip the test for now though.
Comment 2 Martin Robinson 2012-01-04 14:52:44 PST
(In reply to comment #1)
> Bug 63558 https://bugs.webkit.org/show_bug.cgi?id=63558 has been updated to solve the flakiness of the test.
> 
> Philippe, do you want to revert skipping the test?

Sure, go ahead. We can reskip it if there are problems.
Comment 3 Philippe Normand 2012-01-05 08:03:59 PST
(In reply to comment #2)
> (In reply to comment #1)
> > Bug 63558 https://bugs.webkit.org/show_bug.cgi?id=63558 has been updated to solve the flakiness of the test.
> > 
> > Philippe, do you want to revert skipping the test?
> 
> Sure, go ahead. We can reskip it if there are problems.

Commited http://trac.webkit.org/changeset/104164