diff options
author | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 01:48:34 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 01:48:34 +0000 |
commit | 3f0b94541e4081cc72d2e41527bc0871b4fd32e7 (patch) | |
tree | cbf111c91b85bc468693079acbfce8dc6be24f96 | |
parent | 6694943c4ba9dd9b79973f7eea2f32d004529c7c (diff) | |
download | chromium_src-3f0b94541e4081cc72d2e41527bc0871b4fd32e7.zip chromium_src-3f0b94541e4081cc72d2e41527bc0871b4fd32e7.tar.gz chromium_src-3f0b94541e4081cc72d2e41527bc0871b4fd32e7.tar.bz2 |
This test is also timing out on windows release.
TBR=dpranke
Review URL: http://codereview.chromium.org/501041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34637 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 4c17400..8fe6d30 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3188,7 +3188,9 @@ BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/auth.html = TIMEOUT PASS BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/crash-when-navigating-away-then-back.html = TIMEOUT PASS BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/different-scheme.html = TIMEOUT PASS BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/empty-manifest.html = TIMEOUT PASS -BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/fallback.html = TIMEOUT PASS +// This test is slow on windows, but sometimes times out indefinitely. +// See if this improves when we move to apache. +BUG25977 WIN : LayoutTests/http/tests/appcache/fallback.html = TIMEOUT PASS BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/local-content.html = TIMEOUT PASS BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/main-resource-hash.html = TIMEOUT PASS BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/manifest-containing-itself.html = TIMEOUT PASS |