Title: [278757] trunk/LayoutTests
- Revision
- 278757
- Author
- dp...@igalia.com
- Date
- 2021-06-11 05:00:15 -0700 (Fri, 11 Jun 2021)
Log Message
[GTK] Test css3/filters/composited-during-animation-layertree.html is flaky since r214292
https://bugs.webkit.org/show_bug.cgi?id=171600
Reviewed by Adrian Perez de Castro.
The general baseline for this test was empty. Updated it with the
results of iOS. I also removed the test failure from iOS TestExpectations.
The test is marked as flaky in Mac because sometimes it produces empty
results (webkit.org/b/95622). I don't touch the Mac baseline and leave
the test as flaky in Mac TestExpectations.
Finally, I moved the current baseline that exists for WPE to GLIB, as
WebKitGTK produces the same results.
* css3/filters/composited-during-animation-layertree-expected.txt:
* platform/glib/css3/filters/composited-during-animation-layertree-expected.txt: Renamed from LayoutTests/platform/wpe/css3/filters/composited-during-animation-layertree-expected.txt.
* platform/gtk/TestExpectations:
* platform/ios/TestExpectations:
Modified Paths
Added Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (278756 => 278757)
--- trunk/LayoutTests/ChangeLog 2021-06-11 08:24:22 UTC (rev 278756)
+++ trunk/LayoutTests/ChangeLog 2021-06-11 12:00:15 UTC (rev 278757)
@@ -1,3 +1,25 @@
+2021-06-11 Diego Pino Garcia <dp...@igalia.com>
+
+ [GTK] Test css3/filters/composited-during-animation-layertree.html is flaky since r214292
+ https://bugs.webkit.org/show_bug.cgi?id=171600
+
+ Reviewed by Adrian Perez de Castro.
+
+ The general baseline for this test was empty. Updated it with the
+ results of iOS. I also removed the test failure from iOS TestExpectations.
+
+ The test is marked as flaky in Mac because sometimes it produces empty
+ results (webkit.org/b/95622). I don't touch the Mac baseline and leave
+ the test as flaky in Mac TestExpectations.
+
+ Finally, I moved the current baseline that exists for WPE to GLIB, as
+ WebKitGTK produces the same results.
+
+ * css3/filters/composited-during-animation-layertree-expected.txt:
+ * platform/glib/css3/filters/composited-during-animation-layertree-expected.txt: Renamed from LayoutTests/platform/wpe/css3/filters/composited-during-animation-layertree-expected.txt.
+ * platform/gtk/TestExpectations:
+ * platform/ios/TestExpectations:
+
2021-06-11 Kimmo Kinnunen <kkinnu...@apple.com>
WebGL context image buffer accumulates the NativeImage contents when drawn to RemoteImageBufferProxy
Modified: trunk/LayoutTests/css3/filters/composited-during-animation-layertree-expected.txt (278756 => 278757)
--- trunk/LayoutTests/css3/filters/composited-during-animation-layertree-expected.txt 2021-06-11 08:24:22 UTC (rev 278756)
+++ trunk/LayoutTests/css3/filters/composited-during-animation-layertree-expected.txt 2021-06-11 12:00:15 UTC (rev 278757)
@@ -2,4 +2,36 @@
+(GraphicsLayer
+ (anchor 0.00 0.00)
+ (bounds 800.00 600.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 800.00 600.00)
+ (contentsOpaque 1)
+ (children 4
+ (GraphicsLayer
+ (position 18.00 18.00)
+ (bounds 160.00 90.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 18.00 133.00)
+ (bounds 160.00 90.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 18.00 248.00)
+ (bounds 160.00 90.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 18.00 363.00)
+ (bounds 160.00 90.00)
+ (drawsContent 1)
+ )
+ )
+ )
+ )
+)
Copied: trunk/LayoutTests/platform/glib/css3/filters/composited-during-animation-layertree-expected.txt (from rev 278756, trunk/LayoutTests/platform/wpe/css3/filters/composited-during-animation-layertree-expected.txt) (0 => 278757)
--- trunk/LayoutTests/platform/glib/css3/filters/composited-during-animation-layertree-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/glib/css3/filters/composited-during-animation-layertree-expected.txt 2021-06-11 12:00:15 UTC (rev 278757)
@@ -0,0 +1,33 @@
+
+
+
+
+(GraphicsLayer
+ (anchor 0.00 0.00)
+ (bounds 800.00 600.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 800.00 600.00)
+ (contentsOpaque 1)
+ (children 4
+ (GraphicsLayer
+ (position 18.00 18.00)
+ (bounds 160.00 90.00)
+ )
+ (GraphicsLayer
+ (position 18.00 132.00)
+ (bounds 160.00 90.00)
+ )
+ (GraphicsLayer
+ (position 18.00 246.00)
+ (bounds 160.00 90.00)
+ )
+ (GraphicsLayer
+ (position 18.00 360.00)
+ (bounds 160.00 90.00)
+ )
+ )
+ )
+ )
+)
+
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (278756 => 278757)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2021-06-11 08:24:22 UTC (rev 278756)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2021-06-11 12:00:15 UTC (rev 278757)
@@ -1059,8 +1059,6 @@
webkit.org/b/170337 fast/repaint/obscured-background-no-repaint.html [ Failure ]
-webkit.org/b/171600 css3/filters/composited-during-animation-layertree.html [ Pass Failure ]
-
webkit.org/b/172283 inspector/worker/debugger-multiple-targets-pause.html [ Timeout Pass Failure ]
webkit.org/b/176757 fast/hidpi/filters-invert.html [ Pass ImageOnlyFailure ]
Modified: trunk/LayoutTests/platform/ios/TestExpectations (278756 => 278757)
--- trunk/LayoutTests/platform/ios/TestExpectations 2021-06-11 08:24:22 UTC (rev 278756)
+++ trunk/LayoutTests/platform/ios/TestExpectations 2021-06-11 12:00:15 UTC (rev 278757)
@@ -2194,7 +2194,6 @@
webkit.org/b/152701 fast/animation/request-animation-frame-disabled.html [ Skip ]
-webkit.org/b/152282 css3/filters/composited-during-animation-layertree.html [ Failure ]
webkit.org/b/152282 css3/filters/composited-during-transition-layertree.html [ Failure ]
webkit.org/b/152935 fast/scrolling/scroll-position-on-reload-rtl.html [ Failure ]
Deleted: trunk/LayoutTests/platform/wpe/css3/filters/composited-during-animation-layertree-expected.txt (278756 => 278757)
--- trunk/LayoutTests/platform/wpe/css3/filters/composited-during-animation-layertree-expected.txt 2021-06-11 08:24:22 UTC (rev 278756)
+++ trunk/LayoutTests/platform/wpe/css3/filters/composited-during-animation-layertree-expected.txt 2021-06-11 12:00:15 UTC (rev 278757)
@@ -1,33 +0,0 @@
-
-
-
-
-(GraphicsLayer
- (anchor 0.00 0.00)
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (children 4
- (GraphicsLayer
- (position 18.00 18.00)
- (bounds 160.00 90.00)
- )
- (GraphicsLayer
- (position 18.00 132.00)
- (bounds 160.00 90.00)
- )
- (GraphicsLayer
- (position 18.00 246.00)
- (bounds 160.00 90.00)
- )
- (GraphicsLayer
- (position 18.00 360.00)
- (bounds 160.00 90.00)
- )
- )
- )
- )
-)
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes