Bug 100348
Summary: | New compositing/tiling/backface-preserve-3d-tiled.html introduced in r132394 fails on EFL, Qt | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nandor Huszka <hnandor> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | dino, noam, ossy, rakuco, simon.fraser |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 87008 |
Nandor Huszka
This test fails on EFL, QT.
--- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/compositing/tiling/backface-preserve-3d-tiled-expected.txt
+++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/compositing/tiling/backface-preserve-3d-tiled-actual.txt
@@ -35,7 +35,6 @@
(children 1
(GraphicsLayer
(bounds 202.00 2502.00)
- (usingTiledLayer 1)
(preserves3D 1)
(drawsContent 1)
(backfaceVisibility hidden)
Could you check it please?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nandor Huszka
--- /mnt/buildbot/efl-linux-slave-1/efl-linux-64-release/build/layout-test-results/compositing/tiling/backface-preserve-3d-tiled-expected.txt
+++ /mnt/buildbot/efl-linux-slave-1/efl-linux-64-release/build/layout-test-results/compositing/tiling/backface-preserve-3d-tiled-actual.txt
@@ -1,52 +1 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (children 2
- (GraphicsLayer
- (position 18.00 10.00)
- (bounds 204.00 204.00)
- (children 1
- (GraphicsLayer
- (position 2.00 2.00)
- (bounds 200.00 200.00)
- (childrenTransform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 -0.00] [0.00 0.00 0.00 1.00])
- (children 1
- (GraphicsLayer
- (bounds 202.00 202.00)
- (preserves3D 1)
- (drawsContent 1)
- (backfaceVisibility hidden)
- (transform [-1.00 0.00 -0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 -1.00 0.00] [0.00 0.00 0.00 1.00])
- )
- )
- )
- )
- )
- (GraphicsLayer
- (position 18.00 224.00)
- (bounds 204.00 204.00)
- (children 1
- (GraphicsLayer
- (position 2.00 2.00)
- (bounds 200.00 200.00)
- (childrenTransform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 -0.00] [0.00 0.00 0.00 1.00])
- (children 1
- (GraphicsLayer
- (bounds 202.00 2502.00)
- (usingTiledLayer 1)
- (preserves3D 1)
- (drawsContent 1)
- (backfaceVisibility hidden)
- (transform [-1.00 0.00 -0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 -1.00 0.00] [0.00 0.00 0.00 1.00])
- )
- )
- )
- )
- )
- )
- )
- )
-)
It seems there is no actual.txt on EFL or it is empty.
Csaba Osztrogonác
Skipped on Qt by https://trac.webkit.org/changeset/132459. Please unskip it with the proper fix.
Csaba Osztrogonác
cc Noam, he might be interested in failing compositing test
Simon Fraser (smfr)
EFL doesn't do compositing, I think, so the test should be skipped there.
Qt does not output the usingTiledLayer flag, so either new results should be landed, or the test skipped.