Title: [99084] trunk/LayoutTests
Revision
99084
Author
[email protected]
Date
2011-11-02 11:40:21 -0700 (Wed, 02 Nov 2011)

Log Message

Try to deflake http/tests/multipart/policy-ignore-crash.php by
flushing the output buffer.  For some reason, the <script> in the
first frame isn't running.

* http/tests/multipart/policy-ignore-crash.php:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (99083 => 99084)


--- trunk/LayoutTests/ChangeLog	2011-11-02 18:35:42 UTC (rev 99083)
+++ trunk/LayoutTests/ChangeLog	2011-11-02 18:40:21 UTC (rev 99084)
@@ -1,3 +1,11 @@
+2011-11-02  Tony Chang  <[email protected]>
+
+        Try to deflake http/tests/multipart/policy-ignore-crash.php by
+        flushing the output buffer.  For some reason, the <script> in the
+        first frame isn't running.
+
+        * http/tests/multipart/policy-ignore-crash.php:
+
 2011-11-02  Zan Dobersek  <[email protected]>
 
         [GTK] Visited links of a page group should be removed when clearing back/forward list

Modified: trunk/LayoutTests/http/tests/multipart/policy-ignore-crash.php (99083 => 99084)


--- trunk/LayoutTests/http/tests/multipart/policy-ignore-crash.php	2011-11-02 18:35:42 UTC (rev 99083)
+++ trunk/LayoutTests/http/tests/multipart/policy-ignore-crash.php	2011-11-02 18:40:21 UTC (rev 99084)
@@ -12,6 +12,9 @@
 <?php
 # Add some padding because CFNetwork merges small multipart segments together.
 echo str_pad('', 5000);
+
+ob_flush();
+flush();
 ?>
 --asdf
 Content-type: text/random
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to