Title: [177054] trunk/LayoutTests
Revision
177054
Author
a...@apple.com
Date
2014-12-09 22:44:08 -0800 (Tue, 09 Dec 2014)

Log Message

Unskip more multipart tests
https://bugs.webkit.org/show_bug.cgi?id=139431

Reviewed by Darin Adler.

* http/tests/multipart/load-last-non-html-frame.php:
* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (177053 => 177054)


--- trunk/LayoutTests/ChangeLog	2014-12-10 05:14:04 UTC (rev 177053)
+++ trunk/LayoutTests/ChangeLog	2014-12-10 06:44:08 UTC (rev 177054)
@@ -1,3 +1,13 @@
+2014-12-09  Alexey Proskuryakov  <a...@apple.com>
+
+        Unskip more multipart tests
+        https://bugs.webkit.org/show_bug.cgi?id=139431
+
+        Reviewed by Darin Adler.
+
+        * http/tests/multipart/load-last-non-html-frame.php:
+        * platform/mac/TestExpectations:
+
 2014-12-09  Daniel Bates  <daba...@apple.com>
 
         [iOS] Unskip some tests in LayoutTests/{fonts, html5lib, ietestcenter, imported, indieui, inspector, jquery}

Modified: trunk/LayoutTests/http/tests/multipart/load-last-non-html-frame.php (177053 => 177054)


--- trunk/LayoutTests/http/tests/multipart/load-last-non-html-frame.php	2014-12-10 05:14:04 UTC (rev 177053)
+++ trunk/LayoutTests/http/tests/multipart/load-last-non-html-frame.php	2014-12-10 06:44:08 UTC (rev 177054)
@@ -9,8 +9,8 @@
 <?php
 # Add some padding because CFNetwork merges small multipart segments together.
 echo str_pad('', 5000);
-?>
---asdf
+echo "\r\n";
+?>--asdf
 Content-type: text/plain
 
 This test passes if the last multipart frame is displayed.
@@ -18,4 +18,5 @@
 <?php
 # Add some padding because CFNetwork merges small multipart segments together.
 echo str_pad('', 5000);
+echo "\r\n";
 ?>--asdf--

Modified: trunk/LayoutTests/platform/mac/TestExpectations (177053 => 177054)


--- trunk/LayoutTests/platform/mac/TestExpectations	2014-12-10 05:14:04 UTC (rev 177053)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2014-12-10 06:44:08 UTC (rev 177054)
@@ -545,9 +545,7 @@
 # http://webkit.org/b/96828
 fast/canvas/webgl/oes-vertex-array-object.html [ Skip ]
 
-# --- WebKit1 only ---
 http/tests/misc/willCacheResponse-delegate-callback.html [ Failure ]
-http/tests/multipart/load-last-non-html-frame.php [ Failure ]
 http/tests/xmlhttprequest/basic-auth-nopassword.html [ Failure ]
 platform/mac/accessibility/selection-value-changes-for-aria-textbox.html [ Failure ]
 
@@ -572,8 +570,7 @@
 # Very flaky, often failing on retry, too.
 svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg
 
-# Unknown failures
-http/tests/multipart/invalid-image-data-standalone.html [ Skip ]
+[ MountainLion Mavericks ] http/tests/multipart/invalid-image-data-standalone.html [ Skip ]
 
 # Needs ENABLE_SHADOW_DOM
 webkit.org/b/76439 [ Debug ] fast/dom/shadow/content-element-api.html [ Failure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to