Bug 206498 - [GTK] Several tests are failing since r253974
Summary: [GTK] Several tests are failing since r253974
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: 2020-01-20 06:14 PST by Diego Pino
Modified: 2020-02-05 02:12 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-01-20 06:14:14 PST
The following tests are failing since r253974 ([GTK] Make ondemand hardware acceleration policy never leave AC mode):

  * compositing/contents-format/deep-color-backing-store.html [ Failure ]
  * compositing/geometry/layer-due-to-layer-children-switch.html [ Failure ]
  * compositing/geometry/layer-due-to-layer-children-deep-switch.html [ Failure ]
  * compositing/iframes/leave-compositing-iframe.html failed unexpectedly [ Failure ]
  * compositing/layer-creation/fixed-position-change-out-of-view-in-view.html [ Failure ]
  * legacy-animation-engine/compositing/animation/layer-for-filling-animation.html [ Failure ]

Two other tests were identified as regressions of r253974 in https://bugs.webkit.org/show_bug.cgi?id=136066:

  * animations/fill-mode-iteration-count-non-integer.html [ Timeout Pass ]
  * animations/state-at-end-event.html [ Crash Timeout Pass ]
Comment 1 Diego Pino 2020-01-23 05:19:32 PST
One more tests has been failing since r253974:

  * compositing/iframes/iframe-size-to-zero.html [ Failure ]

Diff:

--- /compositing/iframes/iframe-size-to-zero-expected.txt
+++ /compositing/iframes/iframe-size-to-zero-actual.txt
@@ -1,2 +1,2 @@

-PASS: had layers, and now do not
+FAIL: layers should have gone. hadLayers = true, haveLayers = true
Comment 2 Diego Pino 2020-02-05 02:12:36 PST
animations/transform-non-accelerated.html is flaky since r253974

  * animations/transform-non-accelerated.html [ Pass Failure ]