diff options
author | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 01:10:33 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 01:10:33 +0000 |
commit | 7ff31a9604eab29d69f466fa1e50aa0437d0c5a5 (patch) | |
tree | 0576096d9a9b66984920afc23ded93c06c935658 /webkit | |
parent | 135fd3b65dac543c78543f85f83b4d0ea83d5184 (diff) | |
download | chromium_src-7ff31a9604eab29d69f466fa1e50aa0437d0c5a5.zip chromium_src-7ff31a9604eab29d69f466fa1e50aa0437d0c5a5.tar.gz chromium_src-7ff31a9604eab29d69f466fa1e50aa0437d0c5a5.tar.bz2 |
Add tests that got flaky after r34610. The win-dbg-3 bot has been
red for most of the runs after that commit.
TBR=dpranke@chromium.org
Review URL: http://codereview.chromium.org/507015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 2f3a6b3..4c17400 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -92,10 +92,6 @@ BUG24182 SLOW DEBUG : LayoutTests/editing/selection/extend-selection.html = PASS BUG24182 SLOW WIN : LayoutTests/fast/backgrounds/svg-as-background-5.html = PASS BUG24182 SLOW DEBUG : LayoutTests/svg/css/getComputedStyle-basic.xhtml = PASS -BUG24182 SLOW : LayoutTests/http/tests/appcache/fallback.html = PASS -BUG24182 SLOW : LayoutTests/http/tests/appcache/auth.html = PASS - - // --- collecting results for supported-xml-content-types.html --- // was slow, started to timeout BUG18702 MAC WIN : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types.html = PASS TIMEOUT @@ -3178,6 +3174,29 @@ BUG30185 : LayoutTests/websocket/tests/handshake-fail-by-sub-protocol-mismatch.h // evan's fix rolled out in http://trac.webkit.org/changeset/52071 due to compat issues. BUG30343 LINUX : LayoutTests/fast/css/large-number-round-trip.html = TEXT +// These tests got very flaky (failing 8/10 runs!) after +// http://src.chromium.org/viewvc/chrome?view=rev&revision=34610 +// The only relevant change there is that we now sort tests purely +// lexicographically instead of putting the http tests first. This is a good +// thing because it matches upstream. The regressions are likely due to timing +// issues because the http tests moved from one debug shard to another. +// Likely, moving Windows to using Apache2 will fix this as the Linux/Mac builds +// did not get flaky here and moving to Apache made the appcache tests less +// flaky on those platforms. +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/access-via-redirect.php = TIMEOUT PASS +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 +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 +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/manifest-parsing.html = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/manifest-redirect-2.html = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/manifest-redirect.html = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/manifest-with-empty-file.html = TIMEOUT PASS + // Crash of unknown origin :( BUG_DGLAZKOV LINUX : LayoutTests/fast/images/svg-as-background.html = CRASH |