diff options
author | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 20:18:07 +0000 |
---|---|---|
committer | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 20:18:07 +0000 |
commit | ae4243664d54a4bbf492d78e44e50d0e8085f4d6 (patch) | |
tree | 9abc5ddcf687e0ff83850acae7e53227fcf49e2c /webkit | |
parent | 0141daf4fe7b9ffd00207d46ccfba6785c2cb3cc (diff) | |
download | chromium_src-ae4243664d54a4bbf492d78e44e50d0e8085f4d6.zip chromium_src-ae4243664d54a4bbf492d78e44e50d0e8085f4d6.tar.gz chromium_src-ae4243664d54a4bbf492d78e44e50d0e8085f4d6.tar.bz2 |
Mark LayoutTests/fast/http/cache/subresource-expiration.html as SLOW
This test runs just under 10 seconds (the default timeout value) on a
fast machine; on a slow machine (or in a VM like my XP VM) it can take
closer to 15-20 seconds and hence timeout.
BUG=https://crbug.org/16240
R=dglazkov
TEST=none
Review URL: http://codereview.chromium.org/149431
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index b3902ff..f88b791 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2880,3 +2880,4 @@ BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-dou BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-entities.html = FAIL BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-no-quote.html = FAIL +BUG16240 SLOW : LayoutTests/http/tests/cache/subresource-expiration.html = PASS |