Bug 135160 - 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?)
Summary: media/track/track-in-band-subtitles-too-large.html and media/track/track-long...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2014-07-22 09:35 PDT by Alexey Proskuryakov
Modified: 2015-12-07 16:10 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-07-22 09:35:34 PDT
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]
Comment 1 Alexey Proskuryakov 2014-07-22 09:39:23 PDT
Updated test expectations in <http://trac.webkit.org/r171344>.
Comment 2 Myles C. Maxfield 2015-12-07 16:03:39 PST
Removing Mavericks-specific lines from platform/mac/TestExpecations due to no longer supporting Mavericks.
Comment 3 Myles C. Maxfield 2015-12-07 16:10:04 PST
Committed r193663: <http://trac.webkit.org/changeset/193663>