diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-11 22:56:02 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-11 22:56:02 +0000 |
commit | aaf9ffb2294d7345c3754c0913bb1bebeed209fa (patch) | |
tree | 10aaea7aaf44d56d88896112ccea2ed83ad779d2 | |
parent | 75cbb35fa7fb6ce0a511612ec91998c053247be8 (diff) | |
download | chromium_src-aaf9ffb2294d7345c3754c0913bb1bebeed209fa.zip chromium_src-aaf9ffb2294d7345c3754c0913bb1bebeed209fa.tar.gz chromium_src-aaf9ffb2294d7345c3754c0913bb1bebeed209fa.tar.bz2 |
Add some flaky layout test failures.
BUG=30081
TBR=dglazkov
Review URL: http://codereview.chromium.org/490029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34388 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 9d2d11e..90861f9 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -405,7 +405,7 @@ WONTFIX : LayoutTests/fast/js/global-constructors.html = FAIL WONTFIX : LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL // Our DOM Storage implementation doesn't use WebKit's private browsing feature (even for incognito mode). -WONTFIX : LayoutTests/storage/domstorage/localstorage/private-browsing-affects-storage.html = FAIL +BUG30081 : LayoutTests/storage/domstorage/localstorage/private-browsing-affects-storage.html = CRASH FAIL WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects-storage.html = FAIL // These tests propagate auth credentials back to the renderer, which we @@ -683,7 +683,7 @@ BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-seta BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setwindow.html = FAIL BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html = FAIL BUG4360 : LayoutTests/storage/domstorage/documentURI.html = FAIL -BUG4360 : LayoutTests/storage/domstorage/complex-values.html = FAIL +BUG4360_and_BUG30081 : LayoutTests/storage/domstorage/complex-values.html = FAIL CRASH BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT // HTML5 DB layout tests @@ -3262,3 +3262,6 @@ BUG30048 : LayoutTests/svg/css/composite-shadow-with-opacity.html = IMAGE // Broke with http://trac.webkit.org/changeset/51939 BUG30049 : LayoutTests/platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html = TEXT MISSING + +// Flaky crash. +BUG30081 : LayoutTests/storage/close-during-stress-test.html = CRASH PASS |