diff options
author | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 21:53:11 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 21:53:11 +0000 |
commit | ebdb699e0d1b6eaa9425061ac182ecfb46a53c7c (patch) | |
tree | 81bb1aa11445c6a89c5dec68023457ae119a8227 /webkit | |
parent | 37d39aa90e3121030f129407a82d53e50a85837d (diff) | |
download | chromium_src-ebdb699e0d1b6eaa9425061ac182ecfb46a53c7c.zip chromium_src-ebdb699e0d1b6eaa9425061ac182ecfb46a53c7c.tar.gz chromium_src-ebdb699e0d1b6eaa9425061ac182ecfb46a53c7c.tar.bz2 |
Update an inaccurate expectation.
Review URL: http://codereview.chromium.org/463019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33729 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 80e5f49..24b584e 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -93,12 +93,7 @@ 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/cyrillic-uri.html = PASS -BUG24182 SLOW : LayoutTests/http/tests/appcache/fail-on-update.html = PASS BUG24182 SLOW : LayoutTests/http/tests/appcache/fallback.html = PASS -BUG24182 SLOW : LayoutTests/http/tests/appcache/offline-access.html = PASS -BUG24182 SLOW : LayoutTests/http/tests/appcache/remove-cache.html = PASS -BUG24182 SLOW : LayoutTests/http/tests/appcache/update-cache.html = PASS // --- collecting results for supported-xml-content-types.html --- // was slow, started to timeout @@ -2978,6 +2973,14 @@ BUG28317 : LayoutTests/fast/css/color-correction-untagged-images.html = FAIL BUG_OJAN MAC : LayoutTests/http/tests/loading/text-content-type-with-binary-extension.html = TEXT PASS BUG_OJAN MAC : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = TEXT PASS +// These tests time out *and* are slow. The test should be fixed to not timeout, +// then should be marked as SLOW/PASS. +BUG2844 : LayoutTests/http/tests/appcache/remove-cache.html = TIMEOUT PASS +BUG2844 : LayoutTests/http/tests/appcache/update-cache.html = TIMEOUT PASS +BUG2844 : LayoutTests/http/tests/appcache/cyrillic-uri.html = TIMEOUT PASS +BUG2844 : LayoutTests/http/tests/appcache/fail-on-update.html = TIMEOUT PASS +BUG2844 : LayoutTests/http/tests/appcache/offline-access.html = TIMEOUT PASS + // Failures in TestShell that resulted from Mac plugin/focus fixes in r32631. BUG28380 MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = CRASH FAIL |