Changeset 179696 in webkit


Ignore:
Timestamp:
Feb 5, 2015 10:36:25 AM (9 years ago)
Author:
ap@apple.com
Message:

http/tests/xmlhttprequest/event-listener-gc.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33342

Reviewed by Anders Carlsson.

Speculative fix.

  • http/tests/xmlhttprequest/print-content-type.cgi: Make the resource uncacheable,

so that it doesn't load too quickly.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r179692 r179696  
     12015-02-05  Alexey Proskuryakov  <ap@apple.com>
     2
     3        http/tests/xmlhttprequest/event-listener-gc.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=33342
     5
     6        Reviewed by Anders Carlsson.
     7
     8        Speculative fix.
     9
     10        * http/tests/xmlhttprequest/print-content-type.cgi: Make the resource uncacheable,
     11        so that it doesn't load too quickly.
     12
    1132015-02-05  Brent Fulgham  <bfulgham@apple.com>
    214
  • trunk/LayoutTests/http/tests/xmlhttprequest/print-content-type.cgi

    r12923 r179696  
    44my $cgi = new CGI;
    55
     6print "Cache-Control: no-cache, no-store\n";
    67print "Content-type: text/plain\n\n";
    78print "$ENV{\"CONTENT_TYPE\"}\n";
Note: See TracChangeset for help on using the changeset viewer.