Bug 206498
| Summary: | [GTK] Several tests are failing since r253974 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aboya, bugs-noreply, calvaris |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
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 ]
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
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
Diego Pino
animations/transform-non-accelerated.html is flaky since r253974
* animations/transform-non-accelerated.html [ Pass Failure ]
Alicia Boya GarcĂa
Closing as fixed by https://bugs.webkit.org/show_bug.cgi?id=306856 since it has been passing since 306711@main was landed.