diff options
author | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-29 18:43:46 +0000 |
---|---|---|
committer | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-29 18:43:46 +0000 |
commit | 19b189cd32a11a181f490ac4ff7bf21026f1f266 (patch) | |
tree | 39a9cf8f5398bbfbe59e8f2e4be43c1e18f7538a | |
parent | cbffd6e54be7b139a6f9e82a25ec1d06417fa2ee (diff) | |
download | chromium_src-19b189cd32a11a181f490ac4ff7bf21026f1f266.zip chromium_src-19b189cd32a11a181f490ac4ff7bf21026f1f266.tar.gz chromium_src-19b189cd32a11a181f490ac4ff7bf21026f1f266.tar.bz2 |
Skipping all DB tests for now.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/242046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27518 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | webkit/tools/layout_tests/test_expectations.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index e4d1c9d..53e8fd2 100755 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -663,7 +663,7 @@ BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html = // Depends on SessionStorage. I'm not sure if this is working yet, but I don't think we need to SKIP it. BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT -// Database +// HTML5 databases are not supported in test_shell yet BUG4359 SKIP : LayoutTests/storage/close-during-stress-test.html = PASS BUG4359 SKIP : LayoutTests/storage/database-lock-after-reload.html = PASS BUG4359 SKIP : LayoutTests/storage/empty-statement.html = PASS @@ -680,9 +680,11 @@ BUG4359 SKIP : LayoutTests/storage/success-callback.html = PASS BUG4359 SKIP : LayoutTests/storage/transaction-callback-exception-crash.html = PASS BUG4359 SKIP : LayoutTests/storage/transaction-error-callback.html = PASS BUG4359 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS -BUG4359 : LayoutTests/storage/test-authorizer.html = TIMEOUT PASS -BUG4359 : LayoutTests/storage/read-and-write-transactions-dont-run-together.html = TIMEOUT -BUG4359 : LayoutTests/storage/read-transactions-running-concurrently.html = TIMEOUT +BUG4359 SKIP : LayoutTests/storage/test-authorizer.html = PASS +BUG4359 SKIP : LayoutTests/storage/open-database-while-transaction-in-progress.html = PASS +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 // Implement HTML5 Geolocation API. BUG11246 : LayoutTests/fast/dom/Geolocation = FAIL |