Bug 186136
| Summary: | [GTK] compositing/animation/layer-for-filling-animation.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
| Component: | WebKitGTK | Assignee: | 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 | ||
Miguel Gomez
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)
+ )
+ )
+ )
+ )
+)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
This test is now timing out, see webkit.org/b/187264
Diego Pino
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)
+ )
+ )
+)