Bug 186136

Summary: [GTK] compositing/animation/layer-for-filling-animation.html is failing
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, calvaris, dpino, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=187163

Description Miguel Gomez 2018-05-31 02:45:10 PDT
Moves between pass and fail. First fail was r232256, and it failed 4 times since that.

This is the diff when it fails:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/compositing/animation/layer-for-filling-animation-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/compositing/animation/layer-for-filling-animation-actual.txt
@@ -1 +1,19 @@
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 1
+        (GraphicsLayer
+          (offsetFromRenderer width=-14 height=-14)
+          (position 44.00 36.00)
+          (bounds 128.00 128.00)
+          (drawsContent 1)
+        )
+      )
+    )
+  )
+)
Comment 1 Michael Catanzaro 2018-07-02 15:06:37 PDT
This test is now timing out, see webkit.org/b/187264
Comment 2 Diego Pino 2021-06-09 00:21:09 PDT
The only test filed under this bug was:

  - compositing/animation/layer-for-filling-animation.html

GTK post-commit test bot reports the test has been failing consistently for the last 4000 revisions.

Diff:

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/compositing/animation/layer-for-filling-animation-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/compositing/animation/layer-for-filling-animation-actual.txt
@@ -1 +1,11 @@
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+    )
+  )
+)