Bug 100348 - New compositing/tiling/backface-preserve-3d-tiled.html introduced in r132394 fails on EFL, Qt
Summary: New compositing/tiling/backface-preserve-3d-tiled.html introduced in r132394 ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 87008
  Show dependency treegraph
 
Reported: 2012-10-25 01:11 PDT by Nandor Huszka
Modified: 2012-10-25 08:49 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nandor Huszka 2012-10-25 01:11:19 PDT
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?
Comment 1 Nandor Huszka 2012-10-25 01:27:34 PDT
--- /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.
Comment 2 Csaba Osztrogonác 2012-10-25 02:42:56 PDT
Skipped on Qt by https://trac.webkit.org/changeset/132459. Please unskip it with the proper fix.
Comment 3 Csaba Osztrogonác 2012-10-25 02:44:10 PDT
cc Noam, he might be interested in failing compositing test
Comment 4 Simon Fraser (smfr) 2012-10-25 08:49:54 PDT
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.