Title: [177112] trunk/LayoutTests
Revision
177112
Author
a...@apple.com
Date
2014-12-10 15:55:37 -0800 (Wed, 10 Dec 2014)

Log Message

Mark more tests that fail on EWS bots with ATI graphics.

* platform/mac/TestExpectations:

* platform/mac/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Removed.
* platform/mac/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed.
These were expecting failure, but the tests pass on regular bots.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (177111 => 177112)


--- trunk/LayoutTests/ChangeLog	2014-12-10 23:48:41 UTC (rev 177111)
+++ trunk/LayoutTests/ChangeLog	2014-12-10 23:55:37 UTC (rev 177112)
@@ -1,5 +1,15 @@
 2014-12-10  Alexey Proskuryakov  <a...@apple.com>
 
+        Mark more tests that fail on EWS bots with ATI graphics.
+
+        * platform/mac/TestExpectations:
+
+        * platform/mac/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Removed.
+        * platform/mac/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed.
+        These were expecting failure, but the tests pass on regular bots.
+
+2014-12-10  Alexey Proskuryakov  <a...@apple.com>
+
         Rename layoutTestController to testRunner in TestExpectations.
 
         * platform/gtk/TestExpectations:

Modified: trunk/LayoutTests/platform/mac/TestExpectations (177111 => 177112)


--- trunk/LayoutTests/platform/mac/TestExpectations	2014-12-10 23:48:41 UTC (rev 177111)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2014-12-10 23:55:37 UTC (rev 177112)
@@ -328,13 +328,6 @@
 
 webkit.org/b/81410 scrollbars/scrollbar-middleclick-nopaste.html
 
-# These canvas tests are flaky (fail on bots, not locally, or vice versa)
-webkit.org/b/81599 fast/canvas/canvas-createPattern-fillRect-shadow.html [ Pass Failure ]
-webkit.org/b/81599 fast/canvas/canvas-draw-canvas-on-canvas-shadow.html [ Pass Failure ]
-webkit.org/b/81599 fast/canvas/canvas-fillRect-gradient-shadow.html [ Pass Failure ]
-webkit.org/b/81599 fast/canvas/set-colors.html [ Pass Failure ]
-webkit.org/b/81599 canvas/philip/tests/2d.path.arc.scale.1.html [ Pass Failure ]
-
 webkit.org/b/81618 fast/workers/storage/use-same-database-in-page-and-workers.html [ Pass Failure ]
 
 # Has failed since its introduction in r105826. Skipped everywhere but chromium.
@@ -873,8 +866,6 @@
 
 webkit.org/b/117427 compositing/reflections/load-video-in-reflection.html [ Pass Failure Crash Timeout ]
 
-webkit.org/b/137589 compositing/hidpi-compositing-vs-non-compositing-check-on-testing-framework.html [ Pass ImageOnlyFailure ]
-
 # Resizing windows appears broken in both DRT and WTR, making the test fail or time out flakily.
 webkit.org/b/96642 loader/go-back-to-different-window-size.html [ Pass Failure Timeout ]
 
@@ -1447,3 +1438,25 @@
 [ MountainLion ] compositing/hidpi-nested-compositing-layers-with-subpixel-accumulation.html [ Pass ImageOnlyFailure ]
 [ MountainLion ] compositing/hidpi-non-simple-compositing-layer-with-fractional-size-and-background.html [ Pass ImageOnlyFailure ]
 [ MountainLion ] fast/layers/hidpi-transform-on-child-content-is-mispositioned.html [ Pass ImageOnlyFailure ]
+# Probably the same issue as above, but noticed earlier
+webkit.org/b/137589 compositing/hidpi-compositing-vs-non-compositing-check-on-testing-framework.html [ Pass ImageOnlyFailure ]
+
+# More tests that pass on all regression test bots, but flakily fail on 10.8 EWS, possibly also on ATI graphics only.
+[ MountainLion ] fast/borders/hidpi-border-radius-outer-border-goes-rectangle.html [ Pass ImageOnlyFailure ]
+[ MountainLion ] fast/canvas/canvas-fillRect-shadow.html [ Pass Failure ]
+[ MountainLion ] fast/canvas/canvas-scale-fillRect-shadow.html [ Pass Failure ]
+[ MountainLion ] fast/canvas/canvas-scale-shadowBlur.html [ Pass Failure ]
+[ MountainLion ] fast/canvas/canvas-shadow.html [ Pass Failure ]
+[ MountainLion ] fast/canvas/canvas-transforms-fillRect-shadow.html [ Pass Failure ]
+[ MountainLion ] fast/canvas/webgl/array-bounds-clamping.html [ Pass Failure ]
+[ MountainLion ] fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgb565.html [ Pass Failure ]
+[ MountainLion ] fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba4444.html [ Pass Failure ]
+[ MountainLion ] fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551.html [ Pass Failure ]
+[ MountainLion ] fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas.html [ Pass Failure ]
+[ MountainLion ] fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgb565.html [ Pass Failure ]
+[ MountainLion ] fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image.html [ Pass Failure ]
+webkit.org/b/81599 [ MountainLion ] canvas/philip/tests/2d.path.arc.scale.1.html [ Pass Failure ]
+webkit.org/b/81599 [ MountainLion ] fast/canvas/canvas-createPattern-fillRect-shadow.html [ Pass Failure ]
+webkit.org/b/81599 [ MountainLion ] fast/canvas/canvas-draw-canvas-on-canvas-shadow.html [ Pass Failure ]
+webkit.org/b/81599 [ MountainLion ] fast/canvas/canvas-fillRect-gradient-shadow.html [ Pass Failure ]
+webkit.org/b/81599 [ MountainLion ] fast/canvas/set-colors.html [ Pass Failure ]

Deleted: trunk/LayoutTests/platform/mac/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt (177111 => 177112)


--- trunk/LayoutTests/platform/mac/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt	2014-12-10 23:48:41 UTC (rev 177111)
+++ trunk/LayoutTests/platform/mac/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt	2014-12-10 23:55:37 UTC (rev 177112)
@@ -1,57 +0,0 @@
-Ensure correct behavior when drawing a canvas on a canvas with shadows. A blue and red checkered pattern should be displayed.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is 255
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is 255
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-FAIL d[3] should be 255. Was 254.
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is around 127
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is around 127
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is around 127
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is around 100
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is around 100
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is around 100
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is around 50
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is around 50
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is around 50
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/platform/mac/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt (177111 => 177112)


--- trunk/LayoutTests/platform/mac/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt	2014-12-10 23:48:41 UTC (rev 177111)
+++ trunk/LayoutTests/platform/mac/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt	2014-12-10 23:55:37 UTC (rev 177112)
@@ -1,89 +0,0 @@
-Ensure correct behavior of canvas with fillRect using a gradient fillStyle and a shadow
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is 255
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is 255
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-FAIL d[3] should be 255. Was 254.
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-FAIL d[3] should be 255. Was 254.
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is around 76
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is around 76
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is around 76
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is around 76
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is smaller than 25
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is smaller than 25
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is smaller than 25
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is smaller than 25
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is smaller than 10
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is smaller than 10
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is smaller than 10
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is smaller than 10
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is smaller than 15
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is smaller than 15
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is smaller than 15
-PASS d[0] is 255
-PASS d[1] is 0
-PASS d[2] is 0
-PASS d[3] is smaller than 15
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to