Title: [124030] trunk/LayoutTests
Revision
124030
Author
o...@webkit.org
Date
2012-07-30 08:47:33 -0700 (Mon, 30 Jul 2012)

Log Message

[Qt] Gardening. Skip failing tests and add a Qt specific expected file.

Patch by Zoltan Arvai <zar...@inf.u-szeged.hu> on 2012-07-30
Reviewed by Csaba Osztrogonác.

* platform/qt-4.8/Skipped: Skip svg/custom/svg-features.html.
* platform/qt/Skipped: Skip http/tests/security/contentSecurityPolicy/object-src-none-blocked.html.
* platform/qt/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt: Added because of a whitespace difference.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (124029 => 124030)


--- trunk/LayoutTests/ChangeLog	2012-07-30 15:43:02 UTC (rev 124029)
+++ trunk/LayoutTests/ChangeLog	2012-07-30 15:47:33 UTC (rev 124030)
@@ -1,3 +1,13 @@
+2012-07-30  Zoltan Arvai  <zar...@inf.u-szeged.hu>
+
+        [Qt] Gardening. Skip failing tests and add a Qt specific expected file.
+
+        Reviewed by Csaba Osztrogonác.
+
+        * platform/qt-4.8/Skipped: Skip svg/custom/svg-features.html.
+        * platform/qt/Skipped: Skip http/tests/security/contentSecurityPolicy/object-src-none-blocked.html.
+        * platform/qt/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt: Added because of a whitespace difference.
+
 2012-07-30  Csaba Osztrogonác  <o...@webkit.org>
 
         [Qt] Default sizes for input-text and text-area are different when running DRT/WTR

Modified: trunk/LayoutTests/platform/qt/Skipped (124029 => 124030)


--- trunk/LayoutTests/platform/qt/Skipped	2012-07-30 15:43:02 UTC (rev 124029)
+++ trunk/LayoutTests/platform/qt/Skipped	2012-07-30 15:47:33 UTC (rev 124030)
@@ -2675,3 +2675,7 @@
 # This test depends on subpixel layout.
 # https://bugs.webkit.org/show_bug.cgi?id=92352
 css3/flexbox/flex-rounding.html
+
+# [Qt] REGRESSION http/tests/security/contentSecurityPolicy/object-src-none-blocked.html fails after r123978
+# https://bugs.webkit.org/show_bug.cgi?id=92649
+http/tests/security/contentSecurityPolicy/object-src-none-blocked.html

Added: trunk/LayoutTests/platform/qt/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt (0 => 124030)


--- trunk/LayoutTests/platform/qt/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt	2012-07-30 15:47:33 UTC (rev 124030)
@@ -0,0 +1,3 @@
+CONSOLE MESSAGE: Unsafe _javascript_ attempt to access frame with URL http://localhost:8080/security/resources/innocent-victim.html from frame with URL about:blank. Domains, protocols and ports must match.
+
+This test passes if it doesn't alert the contents of innocent-victim.html. 

Modified: trunk/LayoutTests/platform/qt-4.8/Skipped (124029 => 124030)


--- trunk/LayoutTests/platform/qt-4.8/Skipped	2012-07-30 15:43:02 UTC (rev 124029)
+++ trunk/LayoutTests/platform/qt-4.8/Skipped	2012-07-30 15:47:33 UTC (rev 124030)
@@ -595,3 +595,7 @@
 http/tests/misc/acid3.html
 fast/css/tab-size.html
 fast/text/international/bdi-dir-default-to-auto.html
+
+# [Qt] svg/custom/svg-features.html fails on Qt 4.8
+# https://bugs.webkit.org/show_bug.cgi?id=92645
+svg/custom/svg-features.html
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to