diff options
author | jennb@chromium.org <jennb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 00:02:22 +0000 |
---|---|---|
committer | jennb@chromium.org <jennb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 00:02:22 +0000 |
commit | 933527b65ccdc4bf744abd6f77d3f264e53bf798 (patch) | |
tree | fc3217df2fcda6be68883fbb0aa5480ec6178ae1 | |
parent | eb561e317c23cc5aa251a78bb0297c63a092f357 (diff) | |
download | chromium_src-933527b65ccdc4bf744abd6f77d3f264e53bf798.zip chromium_src-933527b65ccdc4bf744abd6f77d3f264e53bf798.tar.gz chromium_src-933527b65ccdc4bf744abd6f77d3f264e53bf798.tar.bz2 |
Enable all but a few appcache layout tests.
TEST=none
BUG=2844
Review URL: http://codereview.chromium.org/465011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33624 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 6b3adfe..4a15753 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1219,11 +1219,12 @@ BUG10313 : LayoutTests/plugins/bindings-test.html = FAIL // question mark) in them BUG10315 WIN LINUX : LayoutTests/fast/encoding/invalid-UTF-8.html = FAIL -// These require application cache to be enabled. Skip the tests because -// they're all timing out. TODO(tc): Upstream changes to the test so they -// fail quickly if window.applicationCache is undefined (then we don't have to -// skip them). -BUG2844 SKIP : LayoutTests/http/tests/appcache = TIMEOUT FAIL +// These fail because chromium's appcache is async but webkit's is not. +BUG2844 SKIP : LayoutTests/http/tests/appcache/idempotent-update.html = FAIL +BUG2844 SKIP : LayoutTests/http/tests/appcache/top-frame-2.html = FAIL + +// This test fails because there is no setAppCacheMaximumSize API yet. +BUG2844 SKIP : LayoutTests/http/tests/appcache/max-size.html = FAIL // V8 failures as a result of the WebKit merge. // http://code.google.com/p/v8/issues/detail?id=92 |