diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-05 01:44:30 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-05 01:44:30 +0000 |
commit | a44d6f4f41fe5e80e1cff4fdee115bda238826ab (patch) | |
tree | 2ee6866e8b937e18f1272507945b41623890ed99 /webkit | |
parent | 79ba6be030ce7b9c418f73d12e1eb2b64f38fcea (diff) | |
download | chromium_src-a44d6f4f41fe5e80e1cff4fdee115bda238826ab.zip chromium_src-a44d6f4f41fe5e80e1cff4fdee115bda238826ab.tar.gz chromium_src-a44d6f4f41fe5e80e1cff4fdee115bda238826ab.tar.bz2 |
Add a test exception for something that WebKit and Chromium don't agree on (due to bindings).
I'm going to disable for now...might rebaseline if necessary.
TBR
Review URL: http://codereview.chromium.org/159898
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index f352b7b..138d73b 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -611,6 +611,9 @@ WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects // 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 +// WebKit and us disagree how this is best done. Disable for now. +BUG4360 : LayoutTests/storage/domstorage/localstorage/complex-keys.html = FAIL + // Database BUG4359 SKIP : LayoutTests/storage/close-during-stress-test.html = PASS BUG4359 SKIP : LayoutTests/storage/database-lock-after-reload.html = PASS |