diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 21:04:59 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 21:04:59 +0000 |
commit | bdc212920d88fe76821fbc2afea8e3863dda9e42 (patch) | |
tree | 85b57a493fcbfb01d046cce279206cfedcc931e6 | |
parent | d7c934417b3757d56d32a727fb84351178b515dd (diff) | |
download | chromium_src-bdc212920d88fe76821fbc2afea8e3863dda9e42.zip chromium_src-bdc212920d88fe76821fbc2afea8e3863dda9e42.tar.gz chromium_src-bdc212920d88fe76821fbc2afea8e3863dda9e42.tar.bz2 |
Clean up storage test expectations.
TBR=japhet
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/363009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30997 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index fffc2a9..a874546 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -651,8 +651,6 @@ BUG21113 : LayoutTests/userscripts/script-run-at-end.html = FAIL // error in the header of the following test. BUG24197 SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL -// Need to implement clearAllDatabases in layoutTestController. -BUG20995 SKIP : LayoutTests/storage/statement-error-callback.html = FAIL // ----------------------------------------------------------------- // Other @@ -718,10 +716,6 @@ BUG4360 : LayoutTests/storage/domstorage/documentURI.html = FAIL BUG4360 : LayoutTests/storage/domstorage/complex-values.html = FAIL BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT -// Flaky DOM Storage tests. -//BUG_JORLOW : LayoutTests/storage/domstorage/quota.html = CRASH PASS -//BUG_JORLOW DEBUG : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-setwindow.html = PASS CRASH - // TODO(jorlow): Is this really still slow? If so, why? BUG_JORLOW SLOW DEBUG : LayoutTests/storage/domstorage/localstorage/index-get-and-set.html = PASS @@ -748,6 +742,11 @@ BUG4359 SKIP : LayoutTests/storage/open-database-while-transaction-in-progress.h BUG4359 SKIP : LayoutTests/storage/read-and-write-transactions-dont-run-together.html = PASS BUG4359 SKIP : LayoutTests/storage/read-transactions-running-concurrently.html = PASS BUG4359 SKIP : LayoutTests/storage/multiple-transactions-on-different-handles.html = PASS +BUG4359 SKIP : LayoutTests/storage/change-version-handle-reuse.html = FAIL +BUG4359 SKIP : LayoutTests/storage/change-version.html = TIMEOUT + +// Need to implement clearAllDatabases in layoutTestController. +BUG20995 SKIP : LayoutTests/storage/statement-error-callback.html = FAIL // Implement HTML5 Geolocation API. BUG11246 : LayoutTests/fast/dom/Geolocation = FAIL @@ -3125,8 +3124,6 @@ BUG25884 WIN LINUX : LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRang BUG26107 : LayoutTests/fast/js/global-function-resolve.html = FAIL BUG26107 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FAIL PASS BUG26107 WIN LINUX : LayoutTests/http/tests/security/cross-frame-access-call.html = FAIL -BUG26107 : LayoutTests/storage/change-version-handle-reuse.html = FAIL -BUG26107 : LayoutTests/storage/change-version.html = TIMEOUT BUG26344 LINUX DEBUG : LayoutTests/fast/text/atsui-partial-selection.html = CRASH BUG26344 LINUX DEBUG : LayoutTests/platform/mac/editing/deleting/backward-delete.html = CRASH |