diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 22:51:50 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 22:51:50 +0000 |
commit | 440b37ac8d167a61fad9640e1b1a3818e12228bb (patch) | |
tree | 6bad5ef1bd0ce41e271d6422d199e9276f18dbbd /webkit/tools | |
parent | f943ae3d14bd06b77a7f8d867470fe615db6a896 (diff) | |
download | chromium_src-440b37ac8d167a61fad9640e1b1a3818e12228bb.zip chromium_src-440b37ac8d167a61fad9640e1b1a3818e12228bb.tar.gz chromium_src-440b37ac8d167a61fad9640e1b1a3818e12228bb.tar.bz2 |
Add expected failure for "dns-prefetch-control.html" which has been flaky on linux for a while.
The cause of the flake is an extra output line (warning from pkix_CacheCertChain_Add), see bug for details.
TBR=tony
BUG=14009
Review URL: http://codereview.chromium.org/126077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 99473af..b06f960 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1356,7 +1356,7 @@ BUG10353 LINUX : LayoutTests/fast/replaced/width100percent-textarea.html = FAIL BUG10353 LINUX : LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html = TIMEOUT PASS BUG10668 : chrome/fast/dom/xss-DENIED-javascript-variations.html = FAIL // This test sometimes fails indefinitely, other times it takes 1-2 seconds. -BUG10353 WIN LINUX : LayoutTests/http/tests/misc/dns-prefetch-control.html = TIMEOUT PASS +BUG14009 WIN LINUX : LayoutTests/http/tests/misc/dns-prefetch-control.html = TIMEOUT PASS FAIL // This is failing on the mac debug only, not sure why, but it's pretty repeatable on the bots, so we // go to the complexity to split out that one case to track any other changes for the other platforms. |