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 / TestsAssignee: 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    

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.