Title: [87754] trunk/LayoutTests
Revision
87754
Author
[email protected]
Date
2011-05-31 15:03:05 -0700 (Tue, 31 May 2011)

Log Message

2011-05-31  Hao Zheng  <[email protected]>

        Reviewed by Tony Chang.

        Flush output buffer of php.
        https://bugs.webkit.org/show_bug.cgi?id=56060

        On Lucid, the output buffer is enabled by default, but it's not
        enabled on Hardy. Fix test http/tests/loading/preload-slow-loading.php
        http://www.php.net/manual/en/function.ob-flush.php

        * http/tests/loading/preload-slow-loading.php:
        * platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87753 => 87754)


--- trunk/LayoutTests/ChangeLog	2011-05-31 21:55:41 UTC (rev 87753)
+++ trunk/LayoutTests/ChangeLog	2011-05-31 22:03:05 UTC (rev 87754)
@@ -1,3 +1,17 @@
+2011-05-31  Hao Zheng  <[email protected]>
+
+        Reviewed by Tony Chang.
+
+        Flush output buffer of php.
+        https://bugs.webkit.org/show_bug.cgi?id=56060
+
+        On Lucid, the output buffer is enabled by default, but it's not
+        enabled on Hardy. Fix test http/tests/loading/preload-slow-loading.php
+        http://www.php.net/manual/en/function.ob-flush.php
+
+        * http/tests/loading/preload-slow-loading.php:
+        * platform/chromium/test_expectations.txt:
+
 2011-05-31  Adam Barth  <[email protected]>
 
         Add chromium-mac-leopard image results for these SVG tests.

Modified: trunk/LayoutTests/http/tests/loading/preload-slow-loading.php (87753 => 87754)


--- trunk/LayoutTests/http/tests/loading/preload-slow-loading.php	2011-05-31 21:55:41 UTC (rev 87753)
+++ trunk/LayoutTests/http/tests/loading/preload-slow-loading.php	2011-05-31 22:03:05 UTC (rev 87754)
@@ -13,6 +13,7 @@
 </script>
 <script src=""
 <?php
+ob_flush();
 flush();
 sleep(1);
 ?>

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (87753 => 87754)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-05-31 21:55:41 UTC (rev 87753)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-05-31 22:03:05 UTC (rev 87754)
@@ -3080,7 +3080,6 @@
 // introduced by brarraclough in WK r80621
 BUGCR75562 : fast/js/array-proto-func-length-getter-except.html = TEXT
 
-BUGWK56060 LINUX : http/tests/loading/preload-slow-loading.php = TEXT
 BUGWK56060 LINUX X86_64 : svg/custom/pattern-excessive-malloc.svg = IMAGE
 BUGWK56060 LINUX : fast/images/favicon-as-image.html = IMAGE+TEXT
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to