From b63b8dfc20afeeda1ca227dc43887fd4b100d1ba Mon Sep 17 00:00:00 2001 From: "ojan@chromium.org" Date: Wed, 16 Dec 2009 02:28:59 +0000 Subject: 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 --- webkit/tools/layout_tests/test_expectations.txt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'webkit') 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 -- cgit v1.1