Title: [251910] trunk/LayoutTests
Revision
251910
Author
timothy_hor...@apple.com
Date
2019-10-31 22:03:23 -0700 (Thu, 31 Oct 2019)

Log Message

Turn on IOSurface support in the iOS Simulator
https://bugs.webkit.org/show_bug.cgi?id=203026
<rdar://problem/56320993>

* platform/ios/TestExpectations:
Adjust some more test expectations after turning on accelerated drawing.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (251909 => 251910)


--- trunk/LayoutTests/ChangeLog	2019-11-01 05:01:40 UTC (rev 251909)
+++ trunk/LayoutTests/ChangeLog	2019-11-01 05:03:23 UTC (rev 251910)
@@ -4,6 +4,15 @@
         https://bugs.webkit.org/show_bug.cgi?id=203026
         <rdar://problem/56320993>
 
+        * platform/ios/TestExpectations:
+        Adjust some more test expectations after turning on accelerated drawing.
+
+2019-10-31  Tim Horton  <timothy_hor...@apple.com>
+
+        Turn on IOSurface support in the iOS Simulator
+        https://bugs.webkit.org/show_bug.cgi?id=203026
+        <rdar://problem/56320993>
+
         Reviewed by Simon Fraser.
 
         * compositing/canvas/accelerated-canvas-compositing-size-limit-expected.txt:

Modified: trunk/LayoutTests/platform/ios/TestExpectations (251909 => 251910)


--- trunk/LayoutTests/platform/ios/TestExpectations	2019-11-01 05:01:40 UTC (rev 251909)
+++ trunk/LayoutTests/platform/ios/TestExpectations	2019-11-01 05:03:23 UTC (rev 251910)
@@ -3392,7 +3392,42 @@
 imported/w3c/canvas/2d.gradient.radial.touch2.html [ Failure ]
 imported/w3c/canvas/2d.gradient.radial.touch3.html [ Failure ]
 imported/w3c/canvas/2d.path.stroke.scale2.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.cone.front.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.cone.top.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.inside1.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.inside2.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.inside3.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.outside1.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.outside2.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.outside3.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.touch1.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.touch2.html [ Failure ]
+imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.gradient.radial.touch3.html [ Failure ]
 
+# These tests fail with tiny (0.01%) image diffs with accelerated drawing enabled.
+accessibility/smart-invert-reference.html [ ImageOnlyFailure ]
+fast/canvas/canvas-transform-inverse.html [ ImageOnlyFailure ]
+fast/overflow/border-radius-clipping-2.html [ ImageOnlyFailure ]
+imported/blink/compositing/video/video-controls-layer-creation-squashing.html [ ImageOnlyFailure ]
+imported/blink/css3/blending/mix-blend-mode-with-filters.html [ ImageOnlyFailure ]
+imported/blink/fast/canvas/bidi-multi-run.html [ ImageOnlyFailure ]
+imported/blink/fast/gradients/gradient-transparency.html [ ImageOnlyFailure ]
+
+# These tests fail unexpectedly with accelerated drawing enabled.
+# Interestingly, these versions fail worse than the more recently updated WPT versions above.
+canvas/philip/tests/2d.gradient.radial.cone.bottom.html [ Failure ]
+canvas/philip/tests/2d.gradient.radial.cone.cylinder.html [ Failure ]
+canvas/philip/tests/2d.gradient.radial.cone.front.html [ Failure ]
+canvas/philip/tests/2d.gradient.radial.cone.shape1.html [ Failure ]
+canvas/philip/tests/2d.gradient.radial.cone.top.html [ Failure ]
+canvas/philip/tests/2d.gradient.radial.touch1.html [ Failure ]
+canvas/philip/tests/2d.gradient.radial.touch2.html [ Failure ]
+canvas/philip/tests/2d.gradient.radial.touch3.html [ Failure ]
+fast/canvas/set-colors.html [ Failure ]
+
 webkit.org/b/202460 imported/w3c/web-platform-tests/2dcontext/image-smoothing/imagesmoothing.html [ Failure ]
 
 webkit.org/b/202523 imported/w3c/web-platform-tests/2dcontext/path-objects/2d.path.stroke.scale2.html [ Failure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to