Title: [176433] trunk/LayoutTests
Revision
176433
Author
[email protected]
Date
2014-11-20 19:47:29 -0800 (Thu, 20 Nov 2014)

Log Message

[iOS] Skip some tests that fail with stderr

* platform/ios-simulator/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (176432 => 176433)


--- trunk/LayoutTests/ChangeLog	2014-11-21 03:17:44 UTC (rev 176432)
+++ trunk/LayoutTests/ChangeLog	2014-11-21 03:47:29 UTC (rev 176433)
@@ -1,3 +1,9 @@
+2014-11-20  Daniel Bates  <[email protected]>
+
+        [iOS] Skip some tests that fail with stderr
+
+        * platform/ios-simulator/TestExpectations:
+
 2014-11-20  Zalan Bujtas  <[email protected]>
 
         REGRESSION (174986): CSS clip property is ignored when border-radius is present.

Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (176432 => 176433)


--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2014-11-21 03:17:44 UTC (rev 176432)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2014-11-21 03:47:29 UTC (rev 176433)
@@ -37,8 +37,8 @@
 ###
 # Known failures
 ##
-webkit.org/b/137572 scrollbars/scroll-rtl-or-bt-layer.html [ Failure ]
-webkit.org/b/137572 scrollbars/scrollable-iframe-remove-crash.html [ Failure ]
+webkit.org/b/137572 scrollbars/scroll-rtl-or-bt-layer.html [ Skip ]
+webkit.org/b/137572 scrollbars/scrollable-iframe-remove-crash.html [ Skip ] # Timeout, Fail
 webkit.org/b/137572 scrollbars/scrollbar-drag-thumb-with-large-content.html [ Failure ]
 webkit.org/b/137572 scrollbars/scrollbar-iframe-click-does-not-blur-content.html [ Failure ]
 webkit.org/b/137572 scrollbars/scrollbar-selectors.html [ Failure ]
@@ -66,6 +66,7 @@
 
 # Animation tests that fail:
 animations/cross-fade-background-image.html [ ImageOnlyFailure ]
+animations/cross-fade-webkit-mask-box-image.html [ Failure ]
 
 # Animation tests that are flaky:
 animations/3d/matrix-transform-type-animation.html [ Skip ] # Pass, Timeout, Missing
@@ -74,7 +75,11 @@
 animations/animation-delay-changed.html [ Skip ] # Failure, Pass
 animations/cross-fade-border-image-source.html [ Skip ] # Failure, ImageOnlyFailure, Pass
 
-# Canvas
+# Animation tests that have stderr:
+animations/3d/transform-origin-vs-functions.html [ Skip ]
+animations/added-while-suspended.html [ Skip ]
+
+# Canvas tests that fail:
 webkit.org/b/137530 canvas/philip/tests/2d.composite.operation.clear.html [ Failure ]
 webkit.org/b/137530 canvas/philip/tests/2d.composite.operation.darker.html [ Failure ]
 webkit.org/b/137530 canvas/philip/tests/2d.drawImage.animated.poster.html [ Failure ]
@@ -98,6 +103,9 @@
 webkit.org/b/137530 canvas/philip/tests/2d.text.draw.space.collapse.start.html [ Failure ]
 webkit.org/b/137530 canvas/philip/tests/2d.text.measure.width.space.html [ Failure ]
 
+# Canvas tests that have stderr:
+canvas/philip/tests/2d.canvas.readonly.html [ Skip ]
+
 ###
 # Temporarily skip all others tests
 # We'll un-skip each directory as we land updated/new expected results
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to