Title: [176419] trunk/LayoutTests
Revision
176419
Author
[email protected]
Date
2014-11-20 14:33:07 -0800 (Thu, 20 Nov 2014)

Log Message

[iOS] Update TestExpectation file for LayoutTests/canvas tests

Also skip some LayoutTests/animation tests that are flaky or fail due to an assertion failure.

* platform/ios-simulator/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (176418 => 176419)


--- trunk/LayoutTests/ChangeLog	2014-11-20 22:26:10 UTC (rev 176418)
+++ trunk/LayoutTests/ChangeLog	2014-11-20 22:33:07 UTC (rev 176419)
@@ -1,3 +1,11 @@
+2014-11-20  Daniel Bates  <[email protected]>
+
+        [iOS] Update TestExpectation file for LayoutTests/canvas tests
+
+        Also skip some LayoutTests/animation tests that are flaky or fail due to an assertion failure.
+
+        * platform/ios-simulator/TestExpectations:
+
 2014-11-20  Alexey Proskuryakov  <[email protected]>
 
         Skip flaky inspector-protocol/debugger tests.

Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (176418 => 176419)


--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2014-11-20 22:26:10 UTC (rev 176418)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2014-11-20 22:33:07 UTC (rev 176419)
@@ -53,6 +53,8 @@
 webkit.org/b/137588 fast/animation
 
 # <rdar://problem/19017465> ASSERTION FAILED: param >= 0 in AnimationBase::updateStateMachine()
+animations/3d/change-transform-in-end-event.html [ Skip ] # Also flaky: Pass, Timeout, Missing
+animations/3d/transform-perspective.html [ Skip ] # Also flaky: Pass, Timeout, Missing
 animations/animation-controller-drt-api.html [ Skip ]
 animations/animation-direction-reverse-fill-mode-hardware.html [ Skip ]
 animations/change-transform-style-during-animation.html [ Skip ]
@@ -66,14 +68,40 @@
 animations/cross-fade-background-image.html [ ImageOnlyFailure ]
 
 # Animation tests that are flaky:
+animations/3d/matrix-transform-type-animation.html [ Skip ] # Pass, Timeout, Missing
+animations/3d/replace-filling-transform.html [ Skip ] # ImageOnlyFailure, Timeout, Pass
+animations/3d/state-at-end-event-transform.html [ Skip ] # Pass, Timeout, Missing 
 animations/animation-delay-changed.html [ Skip ] # Failure, Pass
 animations/cross-fade-border-image-source.html [ Skip ] # Failure, ImageOnlyFailure, Pass
 
+# Canvas
+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 ]
+webkit.org/b/137530 canvas/philip/tests/2d.drawImage.broken.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.drawImage.outsidesource.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.missingargs.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.path.rect.winding.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.pattern.image.incomplete.omitted.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.text-custom-font-load-crash.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.text.draw.baseline.bottom.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.text.draw.baseline.hanging.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.text.draw.baseline.ideographic.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.text.draw.baseline.middle.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.text.draw.baseline.top.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.text.draw.space.collapse.end.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.text.draw.space.collapse.other.html [ Failure ]
+webkit.org/b/137530 canvas/philip/tests/2d.text.draw.space.collapse.space.html [ Failure ]
+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 ]
+
 ###
 # Temporarily skip all others tests
 # We'll un-skip each directory as we land updated/new expected results
 ##
-canvas
 compositing
 crypto
 css1
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to