Title: [124216] trunk/LayoutTests
Revision
124216
Author
[email protected]
Date
2012-07-31 10:02:10 -0700 (Tue, 31 Jul 2012)

Log Message

[Qt][WK2] Unreviewed gardening, last attempt to paint the WK2 bot green today.

* platform/qt-5.0-wk2/Skipped: Skip a failing test.
* platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
* platform/qt/Skipped:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (124215 => 124216)


--- trunk/LayoutTests/ChangeLog	2012-07-31 16:42:20 UTC (rev 124215)
+++ trunk/LayoutTests/ChangeLog	2012-07-31 17:02:10 UTC (rev 124216)
@@ -1,3 +1,12 @@
+2012-07-31  Csaba Osztrogonác  <[email protected]>
+
+        [Qt][WK2] Unreviewed gardening, last attempt to paint the WK2 bot green today.
+
+        * platform/qt-5.0-wk2/Skipped: Skip a failing test.
+        * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt: Added.
+        * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
+        * platform/qt/Skipped:
+
 2012-07-31  Stephen Chenney  <[email protected]>
 
         xmlserializer strips xlink from xlink:html svg image tag

Modified: trunk/LayoutTests/platform/qt/Skipped (124215 => 124216)


--- trunk/LayoutTests/platform/qt/Skipped	2012-07-31 16:42:20 UTC (rev 124215)
+++ trunk/LayoutTests/platform/qt/Skipped	2012-07-31 17:02:10 UTC (rev 124216)
@@ -1973,6 +1973,7 @@
 fast/animation/request-animation-frame-detach-element.html
 fast/animation/request-animation-frame-during-modal.html
 fast/animation/request-animation-frame-timestamps.html
+fast/dom/Window/post-message-crash.html
 
 # [Qt] fast/block/positioning/offsetLeft-offsetTop-multicolumn.html is failing
 # https://bugs.webkit.org/show_bug.cgi?id=86130

Modified: trunk/LayoutTests/platform/qt-5.0-wk2/Skipped (124215 => 124216)


--- trunk/LayoutTests/platform/qt-5.0-wk2/Skipped	2012-07-31 16:42:20 UTC (rev 124215)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/Skipped	2012-07-31 17:02:10 UTC (rev 124216)
@@ -543,3 +543,8 @@
 fast/animation/request-animation-frame-timestamps.html
 fast/animation/request-animation-frame-within-callback.html
 fast/animation/request-animation-frame.html
+
+# [Qt] REGRESSION http/tests/security/contentSecurityPolicy/object-src-none-blocked.html fails after r123978
+# https://bugs.webkit.org/show_bug.cgi?id=92649
+# skipping http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html made this one fail on WK2
+http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html

Added: trunk/LayoutTests/platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt (0 => 124216)


--- trunk/LayoutTests/platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt	2012-07-31 17:02:10 UTC (rev 124216)
@@ -0,0 +1,16 @@
+(GraphicsLayer
+  (bounds 1600.00 584.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 1600.00 584.00)
+      (children 1
+        (GraphicsLayer
+          (position 818.00 146.00)
+          (bounds 100.00 100.00)
+          (drawsContent 1)
+        )
+      )
+    )
+  )
+)
+

Added: trunk/LayoutTests/platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt (0 => 124216)


--- trunk/LayoutTests/platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt	2012-07-31 17:02:10 UTC (rev 124216)
@@ -0,0 +1,32 @@
+
+
+(GraphicsLayer
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (children 2
+        (GraphicsLayer
+          (position 10.00 10.00)
+          (anchor -0.02 -0.05)
+          (bounds 590.00 209.00)
+          (drawsContent 1)
+        )
+        (GraphicsLayer
+          (position 10.00 260.00)
+          (anchor -0.02 -0.05)
+          (bounds 590.00 209.00)
+          (drawsContent 1)
+          (children 1
+            (GraphicsLayer
+              (position 490.00 109.00)
+              (bounds 100.00 100.00)
+              (drawsContent 1)
+            )
+          )
+        )
+      )
+    )
+  )
+)
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to