Title: [120055] trunk/LayoutTests
Revision
120055
Author
kin...@chromium.org
Date
2012-06-12 04:05:01 -0700 (Tue, 12 Jun 2012)

Log Message

Unreviewed; skipping the new XHR blob test on the platforms where XHR_RESPONSE_BLOB is not enabled.
http/tests/xmlhttprequest/response-blob-size.html

* platform/efl/Skipped:
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (120054 => 120055)


--- trunk/LayoutTests/ChangeLog	2012-06-12 10:47:39 UTC (rev 120054)
+++ trunk/LayoutTests/ChangeLog	2012-06-12 11:05:01 UTC (rev 120055)
@@ -1,3 +1,15 @@
+2012-06-12  Kinuko Yasuda  <kin...@chromium.org>
+
+        Unreviewed; skipping the new XHR blob test on the platforms where XHR_RESPONSE_BLOB is not enabled.
+        http/tests/xmlhttprequest/response-blob-size.html
+
+        * platform/efl/Skipped:
+        * platform/gtk/TestExpectations:
+        * platform/mac/Skipped:
+        * platform/qt/Skipped:
+        * platform/win/Skipped:
+        * platform/wincairo/Skipped:
+
 2012-06-11  Kaustubh Atrawalkar  <kaust...@motorola.com>
 
         [DRT] LTC:: counterValueForElementById() could be moved to Internals.

Modified: trunk/LayoutTests/platform/efl/Skipped (120054 => 120055)


--- trunk/LayoutTests/platform/efl/Skipped	2012-06-12 10:47:39 UTC (rev 120054)
+++ trunk/LayoutTests/platform/efl/Skipped	2012-06-12 11:05:01 UTC (rev 120055)
@@ -1200,3 +1200,6 @@
 # http://webkit.org/b/35981
 # Needs a text rebaseline: 30px height difference.
 fast/block/basic/fieldset-stretch-to-legend.html
+
+# Fail until ENABLE_XHR_RESPONSE_BLOB is enabled.
+http/tests/xmlhttprequest/response-blob-size.html

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (120054 => 120055)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-06-12 10:47:39 UTC (rev 120054)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-06-12 11:05:01 UTC (rev 120055)
@@ -326,6 +326,9 @@
 // UndoManager is not yet enabled.
 BUGWK87908 SKIP : editing/undomanager = PASS
 
+// ENABLE_XHR_RESPONSE_BLOB is not yet enabled.
+BUGWKGTK SKIP : http/tests/xmlhttprequest/response-blob-size.html = TEXT
+
 //////////////////////////////////////////////////////////////////////////////////////////
 // End of Expected failures
 //////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/LayoutTests/platform/mac/Skipped (120054 => 120055)


--- trunk/LayoutTests/platform/mac/Skipped	2012-06-12 10:47:39 UTC (rev 120054)
+++ trunk/LayoutTests/platform/mac/Skipped	2012-06-12 11:05:01 UTC (rev 120055)
@@ -889,3 +889,6 @@
 
 # https://bugs.webkit.org/show_bug.cgi?id=88736
 http/tests/security/mixedContent/blob-url-in-iframe.html
+
+# Fail until ENABLE_XHR_RESPONSE_BLOB is enabled.
+http/tests/xmlhttprequest/response-blob-size.html

Modified: trunk/LayoutTests/platform/qt/Skipped (120054 => 120055)


--- trunk/LayoutTests/platform/qt/Skipped	2012-06-12 10:47:39 UTC (rev 120054)
+++ trunk/LayoutTests/platform/qt/Skipped	2012-06-12 11:05:01 UTC (rev 120055)
@@ -2513,3 +2513,6 @@
 # http://webkit.org/b/35981
 # Needs a text rebaseline: 30px height difference.
 fast/block/basic/fieldset-stretch-to-legend.html
+
+# Fail until ENABLE_XHR_RESPONSE_BLOB is enabled.
+http/tests/xmlhttprequest/response-blob-size.html

Modified: trunk/LayoutTests/platform/win/Skipped (120054 => 120055)


--- trunk/LayoutTests/platform/win/Skipped	2012-06-12 10:47:39 UTC (rev 120054)
+++ trunk/LayoutTests/platform/win/Skipped	2012-06-12 11:05:01 UTC (rev 120055)
@@ -2371,3 +2371,6 @@
 svg/css/composite-shadow-text.svg
 svg/css/composite-shadow-with-opacity.html
 svg/css/css-box-min-width.html
+
+# Fail until ENABLE_XHR_RESPONSE_BLOB is enabled.
+http/tests/xmlhttprequest/response-blob-size.html

Modified: trunk/LayoutTests/platform/wincairo/Skipped (120054 => 120055)


--- trunk/LayoutTests/platform/wincairo/Skipped	2012-06-12 10:47:39 UTC (rev 120054)
+++ trunk/LayoutTests/platform/wincairo/Skipped	2012-06-12 11:05:01 UTC (rev 120055)
@@ -2116,3 +2116,6 @@
 
 # https://bugs.webkit.org/show_bug.cgi?id=86000
 http/tests/security/referrer-policy-redirect-link.html
+
+# Fail until ENABLE_XHR_RESPONSE_BLOB is enabled.
+http/tests/xmlhttprequest/response-blob-size.html
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to