diff options
author | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-13 06:59:16 +0000 |
---|---|---|
committer | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-13 06:59:16 +0000 |
commit | 18262a96df9b7ddd9491362aa141fcccae7b8499 (patch) | |
tree | 46495842958402ba1410df78c8e9bb5ac1c70cdc /webkit | |
parent | 9cad7ea27dee53bd3248edd76b69593d78a2d0ad (diff) | |
download | chromium_src-18262a96df9b7ddd9491362aa141fcccae7b8499.zip chromium_src-18262a96df9b7ddd9491362aa141fcccae7b8499.tar.gz chromium_src-18262a96df9b7ddd9491362aa141fcccae7b8499.tar.bz2 |
WebKit merge 65180:65182.
TBR=japhet
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3145011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56003 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 0ca4cc3..63a01b2 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -4,3 +4,41 @@ // // Only add expectations here to temporarily suppress messages on the bots // until the changes can be landed upstream. + +// Regressions of WebKit r65181, which was reverted at r65238. +// We need to remove below when we pass r65238. +BUGYUTAK WIN : fast/frames/sandboxed-iframe-storage.html = CRASH +BUGYUTAK WIN : fast/js/exceptions-thrown-in-callbacks.html = CRASH +BUGYUTAK WIN : http/tests/storage/callbacks-are-called-in-correct-context.html = CRASH +BUGYUTAK WIN : storage/change-version-handle-reuse.html = CRASH +BUGYUTAK WIN : storage/change-version.html = CRASH +BUGYUTAK WIN : storage/close-during-stress-test.html = CRASH +BUGYUTAK WIN : storage/database-lock-after-reload.html = CRASH +BUGYUTAK WIN : storage/empty-statement.html = CRASH +BUGYUTAK WIN : storage/execute-sql-args.html = CRASH +BUGYUTAK WIN : storage/executesql-accepts-only-one-statement.html = CRASH +BUGYUTAK WIN : storage/multiple-databases-garbage-collection.html = CRASH +BUGYUTAK WIN : storage/multiple-transactions-on-different-handles.html = CRASH +BUGYUTAK WIN : storage/multiple-transactions.html = CRASH +BUGYUTAK WIN : storage/null-callbacks.html = CRASH +BUGYUTAK WIN : storage/open-database-creation-callback-isolated-world.html = CRASH +BUGYUTAK WIN : storage/open-database-creation-callback.html = CRASH +BUGYUTAK WIN : storage/open-database-empty-version.html = CRASH +BUGYUTAK WIN : storage/open-database-over-quota.html = CRASH +BUGYUTAK WIN : storage/open-database-set-empty-version.html = CRASH +BUGYUTAK WIN : storage/open-database-while-transaction-in-progress.html = CRASH +BUGYUTAK WIN : storage/quota-tracking.html = CRASH +BUGYUTAK WIN : storage/read-and-write-transactions-dont-run-together.html = CRASH +BUGYUTAK WIN : storage/read-transactions-running-concurrently.html = CRASH +BUGYUTAK WIN : storage/sql-data-types.html = CRASH +BUGYUTAK WIN : storage/sql-error-codes.html = CRASH +BUGYUTAK WIN : storage/statement-error-callback-isolated-world.html = CRASH +BUGYUTAK WIN : storage/statement-error-callback.html = CRASH +BUGYUTAK WIN : storage/statement-success-callback-isolated-world.html = CRASH +BUGYUTAK WIN : storage/success-callback.html = CRASH +BUGYUTAK WIN : storage/test-authorizer.html = CRASH +BUGYUTAK WIN : storage/transaction-callback-exception-crash.html = CRASH +BUGYUTAK WIN : storage/transaction-callback-isolated-world.html = CRASH +BUGYUTAK WIN : storage/transaction-error-callback-isolated-world.html = CRASH +BUGYUTAK WIN : storage/transaction-error-callback.html = CRASH +BUGYUTAK WIN : storage/transaction-success-callback-isolated-world.html = CRASH |