Changeset 87754 in webkit


Ignore:
Timestamp:
May 31, 2011 3:03:05 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-05-31 Hao Zheng <zhenghao@chromium.org>

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:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r87749 r87754  
     12011-05-31  Hao Zheng  <zhenghao@chromium.org>
     2
     3        Reviewed by Tony Chang.
     4
     5        Flush output buffer of php.
     6        https://bugs.webkit.org/show_bug.cgi?id=56060
     7
     8        On Lucid, the output buffer is enabled by default, but it's not
     9        enabled on Hardy. Fix test http/tests/loading/preload-slow-loading.php
     10        http://www.php.net/manual/en/function.ob-flush.php
     11
     12        * http/tests/loading/preload-slow-loading.php:
     13        * platform/chromium/test_expectations.txt:
     14
    1152011-05-31  Adam Barth  <abarth@webkit.org>
    216
  • trunk/LayoutTests/http/tests/loading/preload-slow-loading.php

    r63154 r87754  
    1414<script src="non-existant-1"></script>
    1515<?php
     16ob_flush();
    1617flush();
    1718sleep(1);
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r87715 r87754  
    30813081BUGCR75562 : fast/js/array-proto-func-length-getter-except.html = TEXT
    30823082
    3083 BUGWK56060 LINUX : http/tests/loading/preload-slow-loading.php = TEXT
    30843083BUGWK56060 LINUX X86_64 : svg/custom/pattern-excessive-malloc.svg = IMAGE
    30853084BUGWK56060 LINUX : fast/images/favicon-as-image.html = IMAGE+TEXT
Note: See TracChangeset for help on using the changeset viewer.