Title: [97143] trunk/LayoutTests
Revision
97143
Author
[email protected]
Date
2011-10-11 04:12:46 -0700 (Tue, 11 Oct 2011)

Log Message

[Qt] Support multipart responses is not implemented.
https://bugs.webkit.org/show_bug.cgi?id=47060

Patch by Zoltan Arvai <[email protected]> on 2011-10-11
Reviewed by Csaba Osztrogonác.

* platform/qt/Skipped:
 - Skip multipart tests.
 - Unskip http/tests/misc/timer-vs-loading.htm, because it isn't multipart test and it passes.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (97142 => 97143)


--- trunk/LayoutTests/ChangeLog	2011-10-11 11:07:29 UTC (rev 97142)
+++ trunk/LayoutTests/ChangeLog	2011-10-11 11:12:46 UTC (rev 97143)
@@ -1,3 +1,14 @@
+2011-10-11  Zoltan Arvai  <[email protected]>
+
+        [Qt] Support multipart responses is not implemented.
+        https://bugs.webkit.org/show_bug.cgi?id=47060
+
+        Reviewed by Csaba Osztrogonác.
+
+        * platform/qt/Skipped:
+         - Skip multipart tests.
+         - Unskip http/tests/misc/timer-vs-loading.htm, because it isn't multipart test and it passes.
+
 2011-10-11  Mario Sanchez Prada  <[email protected]>
 
         [Gtk] Update test expectation after r96970.

Modified: trunk/LayoutTests/platform/qt/Skipped (97142 => 97143)


--- trunk/LayoutTests/platform/qt/Skipped	2011-10-11 11:07:29 UTC (rev 97142)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-10-11 11:12:46 UTC (rev 97143)
@@ -225,6 +225,11 @@
 # CSS Filters is disabled
 css3/filters
 
+# Support multipart responses is not implemented.
+# https://bugs.webkit.org/show_bug.cgi?id=47060
+# https://bugs.webkit.org/show_bug.cgi?id=47059
+http/tests/multipart
+
 # =========================================================================== #
 #       Drag and Drop Support in DRT.                                         #
 # =========================================================================== #
@@ -378,14 +383,6 @@
 http/tests/navigation/metaredirect-goback.html
 http/tests/navigation/timerredirect-goback.html
 
-# QtWebKit has no multipart support
-# https://bugs.webkit.org/show_bug.cgi?id=47059
-# https://webkit.org/b/47060
-http/tests/multipart/invalid-image-data.html
-http/tests/multipart/invalid-image-data-standalone.html
-http/tests/misc/timer-vs-loading.html
-http/tests/multipart/policy-ignore-crash.php
-
 # =========================================================================== #
 #       Failing xmlhttprequest tests                                          #
 # =========================================================================== #
@@ -2390,10 +2387,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=68854
 editing/selection/select-bidi-run.html
 
-# http/tests/multipart/stop-crash.html fails on Qt and GTK
-# https://bugs.webkit.org/show_bug.cgi?id=68979
-http/tests/multipart/stop-crash.html
-
 # [Qt] inspector/styles/styles-disable-inherited.html make the next test fail after r96257
 # https://bugs.webkit.org/show_bug.cgi?id=69257
 inspector/styles/styles-disable-inherited.html
@@ -2406,10 +2399,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=69587
 editing/pasteboard/smart-paste-008.html
 
-# new test introduced in in r96856, but fails on Qt
-# https://bugs.webkit.org/show_bug.cgi?id=69615
-http/tests/multipart/load-last-non-html-frame.php
-
 # [Qt] fast/text/line-initial-and-final-swashes.html fails
 # https://bugs.webkit.org/show_bug.cgi?id=69719
 fast/text/line-initial-and-final-swashes.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to