diff options
author | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 02:28:59 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 02:28:59 +0000 |
commit | b63b8dfc20afeeda1ca227dc43887fd4b100d1ba (patch) | |
tree | 457a9a3443f3d86f658bc7b118ff9ac6ae3bf5b7 /webkit | |
parent | e9486fc58a8e052380ef439fd1059e7f2e740770 (diff) | |
download | chromium_src-b63b8dfc20afeeda1ca227dc43887fd4b100d1ba.zip chromium_src-b63b8dfc20afeeda1ca227dc43887fd4b100d1ba.tar.gz chromium_src-b63b8dfc20afeeda1ca227dc43887fd4b100d1ba.tar.bz2 |
Add some appcache tests I missed the first time around.
It looks like most of these fail in the same run. There's
some dependency issue here for sure (as in, either they all
time out, or none of them do).
TBR=dpranke
Review URL: http://codereview.chromium.org/506023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34642 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 8fe6d30..0e3e23d 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2942,8 +2942,10 @@ BUG2844 : LayoutTests/http/tests/appcache/update-cache.html = TIMEOUT PASS // These tests sometimes pass and sometimes have a text difference due // to chromium's appcache being async. -BUG2844 : LayoutTests/http/tests/appcache/top-frame-3.html = TEXT PASS -BUG2844 : LayoutTests/http/tests/appcache/top-frame-4.html = TEXT PASS +BUG2844 WIN RELEASE : LayoutTests/http/tests/appcache/top-frame-3.html = TEXT PASS +BUG2844 MAC LINUX : LayoutTests/http/tests/appcache/top-frame-3.html = TEXT PASS +BUG2844 WIN RELEASE : LayoutTests/http/tests/appcache/top-frame-4.html = TEXT PASS +BUG2844 MAC LINUX : LayoutTests/http/tests/appcache/top-frame-4.html = TEXT PASS // These fail because chromium's appcache is async but webkit's is not. BUG2844 SKIP : LayoutTests/http/tests/appcache/idempotent-update.html = FAIL @@ -3198,6 +3200,19 @@ BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/manifest-parsing.html = TIM 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 +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/wrong-content-type.html = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/wrong-signature.html = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/online-whitelist.html = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/svg/filters/big-sized-filter.svg = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/top-frame-1.html = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/whitelist-wildcard.html = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/resource-redirect.html = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/xhr-foreign-resource.html = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/simple.html = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/reload.html = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/wrong-signature-2.html = TIMEOUT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/top-frame-4.html = TIMEOUT TEXT PASS +BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/top-frame-3.html = TIMEOUT TEXT PASS // Crash of unknown origin :( BUG_DGLAZKOV LINUX : LayoutTests/fast/images/svg-as-background.html = CRASH |