RESOLVED FIXED 66310
[chromium] media/video-source-error.html is flaky in debug
https://bugs.webkit.org/show_bug.cgi?id=66310
Summary [chromium] media/video-source-error.html is flaky in debug
Tony Chang
Reported 2011-08-16 09:42:22 PDT
The test sometimes fails (text mismatch). http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=media%2Fvideo-source-error.html I'm going to mark the test as flaky.
Attachments
Tony Chang
Comment 1 2011-08-17 09:51:55 PDT
media/media-blocked-by-beforeload.html is also flaky. Will mark as such in test_expectations.txt: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=media%2Fmedia-blocked-by-beforeload.html
imasaki
Comment 2 2011-09-22 11:45:33 PDT
1) media/video-source-error.html Only sometime IN WIN DEBUG "EVENT(error) from <source id='format-error' src='content/unsupported_track.mov'> OK" show up twice 2) media/media-blocked-by-beforeload.html looks flaky on all platforms with different reason. Diff shows the following extra output in actual result. EVENT('beforeload') EXPECTED (event.target.tagName == 'VIDEO') OK blocking load of 'src +EVENT('load') +EXPECTED (video.error != 'null') OK +EXPECTED (video.error.code == '4') OK +EXPECTED (video.networkState == '3') OK http://code.google.com/p/chromium/issues/detail?id=97646 is filed for this.
imasaki
Comment 3 2011-09-28 09:41:47 PDT
It looks like this test is passing for a week. http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=media%2Fvideo-source-error.html I will remove this from test expectation.
imasaki
Comment 4 2011-09-28 15:07:32 PDT
It is successfully removed https://bugs.webkit.org/show_bug.cgi?id=66310. Closing this bug.
Note You need to log in before you can comment on or make changes to this bug.