Bug 186136 - [GTK] compositing/animation/layer-for-filling-animation.html is failing
Summary: [GTK] compositing/animation/layer-for-filling-animation.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-31 02:45 PDT by Miguel Gomez
Modified: 2021-06-09 00:23 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)
+    )
+  )
+)