WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
72381
media-blocked-by-willsendrequest.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=72381
Summary
media-blocked-by-willsendrequest.html is flaky
Tony Gentilcore
Reported
2011-11-15 05:56:56 PST
The media/media-blocked-by-willsendrequest.html test has been flaky across all chromium platforms for as far back as we have history. My guess is that the flakiness isn't limited to chromium, though. When the test fails, we are missing the following two lines of output: EVENT(loadstart) EVENT(error) From the symptoms, my best guess is that the test is trying to run before the video's loadstart. Eric, assigning to you just because you are the test author and I don't want to leave this ownerless. Please feel free re-title if this is chromium specific and/or bounce back to me for any reason. Chromium flakiness dashboard results:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=media%2Fmedia-blocked-by-willsendrequest.html
Attachments
Patch
(1.25 KB, patch)
2011-11-15 06:43 PST
,
Tony Gentilcore
no flags
Details
Formatted Diff
Diff
Proposed patch
(2.65 KB, patch)
2011-11-15 07:45 PST
,
Eric Carlson
tonyg
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Tony Gentilcore
Comment 1
2011-11-15 06:43:15 PST
Created
attachment 115154
[details]
Patch
Tony Gentilcore
Comment 2
2011-11-15 06:43:53 PST
Committed
r100275
: <
http://trac.webkit.org/changeset/100275
>
Eric Carlson
Comment 3
2011-11-15 07:20:12 PST
(In reply to
comment #0
)
> The media/media-blocked-by-willsendrequest.html test has been flaky across all chromium platforms for as far back as we have history. My guess is that the flakiness isn't limited to chromium, though. When the test fails, we are missing the following two lines of output: > EVENT(loadstart) > EVENT(error) > > From the symptoms, my best guess is that the test is trying to run before the video's loadstart. >
I think your guess is correct. I believe that the test passes on other platforms but fails on chromium because the chromium media engine takes longer to start up so the widow's 'load' event is fired while the media events are in the queue waiting to be dispatched.
> Eric, assigning to you just because you are the test author and I don't want to leave this ownerless.
> I will change the test to not finish until all required events have been handled.
Eric Carlson
Comment 4
2011-11-15 07:45:48 PST
Created
attachment 115165
[details]
Proposed patch
Tony Gentilcore
Comment 5
2011-11-15 07:56:52 PST
Comment on
attachment 115165
[details]
Proposed patch Thanks! Any chance I could talk you into reverting
r100275
along with this patch?
Eric Carlson
Comment 6
2011-11-15 08:15:25 PST
(In reply to
comment #5
)
> (From update of
attachment 115165
[details]
) > Thanks! Any chance I could talk you into reverting
r100275
along with this patch?
Good point, will do.
Eric Carlson
Comment 7
2011-11-15 08:15:34 PST
http://trac.webkit.org/changeset/100282
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug