Bug 66310
Summary: | [chromium] media/video-source-error.html is flaky in debug | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tony Chang <tony> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | imasaki, scherkus |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tony Chang
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tony Chang
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
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
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
It is successfully removed https://bugs.webkit.org/show_bug.cgi?id=66310.
Closing this bug.