From 19b189cd32a11a181f490ac4ff7bf21026f1f266 Mon Sep 17 00:00:00 2001 From: "dumi@chromium.org" Date: Tue, 29 Sep 2009 18:43:46 +0000 Subject: 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 --- webkit/tools/layout_tests/test_expectations.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'webkit/tools') 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 -- cgit v1.1