Changeset 80193 in webkit


Ignore:
Timestamp:
Mar 2, 2011 5:57:15 PM (13 years ago)
Author:
mihaip@chromium.org
Message:

2011-03-02 Mihai Parparita <mihaip@chromium.org>

Reviewed by Tony Gentilcore.

Split up http/tests/cache/subresource-expiration.html so it stops timing out
https://bugs.webkit.org/show_bug.cgi?id=55639

http/tests/cache/subresource-expiration.html does a lot of sequential
loads, some with delays in between them. This seems unavoidable, so
to make the test less likely to time out (especially on debug bots),
the test cases are split across two tests.

  • http/tests/cache/subresource-expiration-1-expected.txt: Added.
  • http/tests/cache/subresource-expiration-1.html: Added.
  • http/tests/cache/subresource-expiration-2-expected.txt: Added.
  • http/tests/cache/subresource-expiration-2.html: Added.
  • http/tests/cache/subresource-expiration-expected.txt: Removed.
  • http/tests/cache/subresource-expiration.html: Removed.
  • platform/chromium/test_expectations.txt:
  • platform/mac-wk2/Skipped:
  • platform/mac/test_expectations.txt:
  • platform/qt-wk2/Skipped:
  • platform/win/Skipped:
Location:
trunk/LayoutTests
Files:
4 added
2 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r80189 r80193  
     12011-03-02  Mihai Parparita  <mihaip@chromium.org>
     2
     3        Reviewed by Tony Gentilcore.
     4
     5        Split up http/tests/cache/subresource-expiration.html so it stops timing out
     6        https://bugs.webkit.org/show_bug.cgi?id=55639
     7       
     8        http/tests/cache/subresource-expiration.html does a lot of sequential
     9        loads, some with delays in between them. This seems unavoidable, so
     10        to make the test less likely to time out (especially on debug bots),
     11        the test cases are split across two tests.
     12
     13        * http/tests/cache/subresource-expiration-1-expected.txt: Added.
     14        * http/tests/cache/subresource-expiration-1.html: Added.
     15        * http/tests/cache/subresource-expiration-2-expected.txt: Added.
     16        * http/tests/cache/subresource-expiration-2.html: Added.
     17        * http/tests/cache/subresource-expiration-expected.txt: Removed.
     18        * http/tests/cache/subresource-expiration.html: Removed.
     19        * platform/chromium/test_expectations.txt:
     20        * platform/mac-wk2/Skipped:
     21        * platform/mac/test_expectations.txt:
     22        * platform/qt-wk2/Skipped:
     23        * platform/win/Skipped:
     24
    1252011-03-02  Tony Gentilcore  <tonyg@chromium.org>
    226
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r80189 r80193  
    15401540BUGCR11613 LINUX RELEASE : fast/overflow/scrollRevealButton.html = FAIL
    15411541BUGCR11613 LINUX DEBUG : fast/overflow/scrollRevealButton.html = FAIL
    1542 
    1543 // WebKit merge 42738:45840
    1544 // New tests, need baseline.
    1545 BUGCR16240 WIN DEBUG : http/tests/cache/subresource-expiration.html = TIMEOUT
    1546 BUGCR16240 MAC WIN RELEASE : http/tests/cache/subresource-expiration.html = TIMEOUT
    1547 BUGCR14752 LINUX SLOW : http/tests/cache/subresource-expiration.html = PASS
    15481542
    15491543// New tests with WebKit merge 46288:46363
  • trunk/LayoutTests/platform/mac-wk2/Skipped

    r80140 r80193  
    21082108http/tests/appcache/different-https-origin-resource-main.html
    21092109http/tests/appcache/fallback.html
    2110 http/tests/cache/subresource-expiration.html
     2110http/tests/cache/subresource-expiration-1.html
     2111http/tests/cache/subresource-expiration-2.html
    21112112http/tests/history/back-during-onload-triggered-by-back.html
    21122113http/tests/media/reload-after-dialog.html
  • trunk/LayoutTests/platform/mac/test_expectations.txt

    r74230 r80193  
    5959
    6060// Our slow tests, in alphabetical order.
    61 SLOW BUGXXX : http/tests/cache/subresource-expiration.html = PASS
    6261SLOW BUGXXX : tables/mozilla/other/slashlogo.html = PASS
    6362SLOW BUGXXX : http/tests/websocket/tests/frame-lengths.html = PASS
  • trunk/LayoutTests/platform/qt-wk2/Skipped

    r80181 r80193  
    22222222http/tests/appcache/different-https-origin-resource-main.html
    22232223http/tests/appcache/fallback.html
    2224 http/tests/cache/subresource-expiration.html
     2224http/tests/cache/subresource-expiration-1.html
     2225http/tests/cache/subresource-expiration-2.html
    22252226http/tests/eventsource/eventsource-reconnect.html
    22262227http/tests/eventsource/eventsource-status-code-states.html
  • trunk/LayoutTests/platform/win/Skipped

    r80130 r80193  
    722722
    723723# <rdar://problem/7091605> http/tests/cache/subresource-expiration.html fails intermittently
    724 http/tests/cache/subresource-expiration.html
     724http/tests/cache/subresource-expiration-1.html
     725http/tests/cache/subresource-expiration-2.html
    725726
    726727# Try and get Windows buildbots back in green
Note: See TracChangeset for help on using the changeset viewer.