Title: [258993] trunk/LayoutTests
Revision
258993
Author
s...@apple.com
Date
2020-03-25 10:15:12 -0700 (Wed, 25 Mar 2020)

Log Message

Layout Test fast/images/async-image-multiple-clients-repaint.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=202328
<rdar://problem/54325032>

Unreviewed test gardening.

Remove flaky expectation for this test since it has been passing on all
Mac and iOS platforms. Make the iOS expected result the same for the 
device and for the simulator.

* platform/ios-simulator/fast/images: Removed.
* platform/ios/TestExpectations:
* platform/ios/fast/images/async-image-multiple-clients-repaint-expected.txt: Added.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:

Modified Paths

Added Paths

Removed Paths

  • trunk/LayoutTests/platform/ios-simulator/fast/images/

Diff

Modified: trunk/LayoutTests/ChangeLog (258992 => 258993)


--- trunk/LayoutTests/ChangeLog	2020-03-25 17:07:35 UTC (rev 258992)
+++ trunk/LayoutTests/ChangeLog	2020-03-25 17:15:12 UTC (rev 258993)
@@ -1,3 +1,21 @@
+2020-03-25  Said Abou-Hallawa  <sabouhall...@apple.com>
+
+        Layout Test fast/images/async-image-multiple-clients-repaint.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=202328
+        <rdar://problem/54325032>
+
+        Unreviewed test gardening.
+
+        Remove flaky expectation for this test since it has been passing on all
+        Mac and iOS platforms. Make the iOS expected result the same for the 
+        device and for the simulator.
+
+        * platform/ios-simulator/fast/images: Removed.
+        * platform/ios/TestExpectations:
+        * platform/ios/fast/images/async-image-multiple-clients-repaint-expected.txt: Added.
+        * platform/mac-wk1/TestExpectations:
+        * platform/mac/TestExpectations:
+
 2020-03-25  Frank Yang  <guowei_y...@apple.com>
 
         WebKit uses Alphabetic Baseline when "-webkit-text-orientation" is "mixed" in Vertical Writing Mode

Modified: trunk/LayoutTests/platform/ios/TestExpectations (258992 => 258993)


--- trunk/LayoutTests/platform/ios/TestExpectations	2020-03-25 17:07:35 UTC (rev 258992)
+++ trunk/LayoutTests/platform/ios/TestExpectations	2020-03-25 17:15:12 UTC (rev 258993)
@@ -3301,8 +3301,6 @@
 # <rdar://problem/52962272> fast/scrolling/ios/body-overflow-hidden.html is an Image failure
 fast/scrolling/ios/body-overflow-hidden.html [ Pass ImageOnlyFailure ]
 
-webkit.org/b/202328 fast/images/async-image-multiple-clients-repaint.html [ Pass Failure ]
-
 # drawFocusRing without keyboard enabled does nothing
 imported/w3c/web-platform-tests/2dcontext/drawing-paths-to-the-canvas/drawFocusIfNeeded_001.html [ Skip ]
 imported/w3c/web-platform-tests/2dcontext/drawing-paths-to-the-canvas/drawFocusIfNeeded_002.html [ Skip ]

Added: trunk/LayoutTests/platform/ios/fast/images/async-image-multiple-clients-repaint-expected.txt (0 => 258993)


--- trunk/LayoutTests/platform/ios/fast/images/async-image-multiple-clients-repaint-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/images/async-image-multiple-clients-repaint-expected.txt	2020-03-25 17:15:12 UTC (rev 258993)
@@ -0,0 +1,10 @@
+
+
+(repaint rects
+  (rect 8 348 200 100)
+  (rect 8 348 200 100)
+  (rect 8 348 200 100)
+  (rect 8 348 200 100)
+  (rect 8 348 200 100)
+)
+

Modified: trunk/LayoutTests/platform/mac/TestExpectations (258992 => 258993)


--- trunk/LayoutTests/platform/mac/TestExpectations	2020-03-25 17:07:35 UTC (rev 258992)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2020-03-25 17:15:12 UTC (rev 258993)
@@ -1833,9 +1833,6 @@
 # The test runner is failing in an unrelated, unexplained, invisible to the human eye, 2 pixels difference.
 webkit.org/b/201401 imported/w3c/web-platform-tests/media-source/mediasource-video-is-visible.html [ Skip ]
 
-# rdar://55484256 (REGRESSION: (Catalina) fast/images/async-image-multiple-clients-repaint.html is a flakey failure)
-[ Catalina+ ] fast/images/async-image-multiple-clients-repaint.html [ Pass Failure ]
-
 # Two canvas tests fail with small antialiasing diffs
 imported/w3c/web-platform-tests/2dcontext/building-paths/canvas_complexshapes_arcto_001.htm [ ImageOnlyFailure ]
 imported/w3c/web-platform-tests/2dcontext/building-paths/canvas_complexshapes_beziercurveto_001.htm [ ImageOnlyFailure ]

Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (258992 => 258993)


--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2020-03-25 17:07:35 UTC (rev 258992)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2020-03-25 17:15:12 UTC (rev 258993)
@@ -733,7 +733,6 @@
 [ Mojave+ ] fast/images/animated-gif-paint-after-animation.html [ Skip ]
 [ Mojave+ ] fast/images/async-image-background-image-repeated.html [ Skip ]
 [ Mojave+ ] fast/images/async-image-background-image.html [ Skip ]
-[ Mojave+ ] fast/images/async-image-multiple-clients-repaint.html [ Skip ]
 [ Mojave+ ] fast/images/composited-animated-gif-outside-viewport.html [ Skip ]
 [ Mojave+ ] fast/images/decode-render-animated-image.html [ Skip ]
 [ Mojave+ ] fast/images/decode-render-static-image.html [ Skip ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to