diff options
author | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-14 06:33:51 +0000 |
---|---|---|
committer | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-14 06:33:51 +0000 |
commit | d21b78b5aaaa1b022eda95c4e2beb52ef3250f66 (patch) | |
tree | c695111deabbd432c27c5dd7601a57afac12bfe6 /webkit | |
parent | 8b0311aff72bd14293fa31cae7c225809fc565bb (diff) | |
download | chromium_src-d21b78b5aaaa1b022eda95c4e2beb52ef3250f66.zip chromium_src-d21b78b5aaaa1b022eda95c4e2beb52ef3250f66.tar.gz chromium_src-d21b78b5aaaa1b022eda95c4e2beb52ef3250f66.tar.bz2 |
Disable all HTML5 DB layout tests for now. They're really flacky.
TEST=none
BUG=none
TBR=michaeln
Review URL: http://codereview.chromium.org/396005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 8035667..1a39c8c 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -705,10 +705,34 @@ BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate- // TODO(jorlow): Is this really still slow? If so, why? BUG_JORLOW SLOW LINUX DEBUG : LayoutTests/storage/domstorage/localstorage/index-get-and-set.html = PASS -// HTML5 DB layout tests that do not pass in test_shell -BUG27697 : LayoutTests/storage/hash-change-with-xhr.html = TIMEOUT -WONTFIX SKIP : LayoutTests/storage/private-browsing-readonly.html = PASS -WONTFIX SKIP : LayoutTests/storage/quota-tracking.html = PASS +// HTML5 layout tests are still very flacky +BUG_DUMI SKIP : LayoutTests/storage/close-during-stress-test.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/database-lock-after-reload.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/empty-statement.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/execute-sql-args.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/hash-change-with-xhr.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/multiple-databases-garbage-collection.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/multiple-transactions.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/open-database-empty-version.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/open-database-set-empty-version.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/private-browsing-readonly.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/quota-tracking.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/sql-data-types.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/sql-data-types.js = PASS +BUG_DUMI SKIP : LayoutTests/storage/success-callback.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/transaction-callback-exception-crash.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/transaction-error-callback.html = PASS +BUG_DUMI SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/test-authorizer.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/open-database-while-transaction-in-progress.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/read-and-write-transactions-dont-run-together.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/read-transactions-running-concurrently.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/multiple-transactions-on-different-handles.html = PASS +BUG_DUMI SKIP : LayoutTests/storage/change-version-handle-reuse.html = FAIL +BUG_DUMI SKIP : LayoutTests/storage/change-version.html = TIMEOUT +BUG_DUMI SKIP : LayoutTests/storage/statement-error-callback.html = FAIL +BUG_DUMI SKIP : LayoutTests/fast/js/global-function-resolve.html = FAIL +BUG_DUMI SKIP : LayoutTests/http/tests/security/cross-frame-access-call.html = FAIL // Implement HTML5 Geolocation API. BUG11246 : LayoutTests/fast/dom/Geolocation = FAIL |