Bug 135160
Summary: | media/track/track-in-band-subtitles-too-large.html and media/track/track-long-word-container-sizing.html fail on Mac (dependent on other tests?) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bfulgham, eric.carlson, jer.noble, mmaxfield, roger_fong, simon.fraser |
Priority: | P2 | Keywords: | LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alexey Proskuryakov
media/track/track-in-band-subtitles-too-large.html and media/track/track-long-word-container-sizing.html have been always failing since introduction.
This happens on most or all bots, but the tests pass on retry, making it look like they pass. Currently, the only bots that don't retry are Release WK1, so they make the failure more visible.
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Ftrack%2Ftrack-in-band-subtitles-too-large.html
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Ftrack%2Ftrack-long-word-container-sizing.html
Sample diff:
@@ -38,14 +38,14 @@
RenderFlexibleBox {DIV} at (49,7) size 187x12
layer at (57,231) size 45x11
RenderFlexibleBox {DIV} at (0,0) size 45x11 [color=#FFFFFF]
- RenderBlock (anonymous) at (10,0) size 25x11
- RenderText {#text} at (0,0) size 25x11
- text run at (0,0) width 25: "00:01"
+ RenderBlock (anonymous) at (9,0) size 27x11
+ RenderText {#text} at (0,0) size 26x11
+ text run at (0,0) width 26: "00:01"
layer at (199,231) size 45x11
RenderFlexibleBox {DIV} at (142,0) size 45x11 [color=#FFFFFF]
- RenderBlock (anonymous) at (8,0) size 29x11
- RenderText {#text} at (0,0) size 29x11
- text run at (0,0) width 29: "-00:05"
+ RenderBlock (anonymous) at (7,0) size 31x11
+ RenderText {#text} at (0,0) size 31x11
+ text run at (0,0) width 31: "-00:05"
layer at (104,232) size 93x9
RenderFlexibleBox {DIV} at (47,1) size 93x9
RenderSlider {INPUT} at (0,0) size 93x9 [color=#909090] [bgcolor=#4A4A4A]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Updated test expectations in <http://trac.webkit.org/r171344>.
Myles C. Maxfield
Removing Mavericks-specific lines from platform/mac/TestExpecations due to no longer supporting Mavericks.
Myles C. Maxfield
Committed r193663: <http://trac.webkit.org/changeset/193663>