Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(773)

Unified Diff: webkit/tools/layout_tests/test_expectations.txt

Issue 160355: List individual storage related layout tests rather than excluding them all. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/tools/test_shell/test_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/layout_tests/test_expectations.txt
===================================================================
--- webkit/tools/layout_tests/test_expectations.txt (revision 21997)
+++ webkit/tools/layout_tests/test_expectations.txt (working copy)
@@ -587,11 +587,48 @@
// I'm marking them as deferred for now, but we should do something with them.
BUG849072 SKIP : chrome/http/mime = PASS
-// We don't support the storage APIs. Some of the them hang.
-BUG4360 SKIP : LayoutTests/storage = PASS
-BUG4360 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS
-BUG4360 SKIP : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT
+// These tests all depend on DOM Storage events which are not yet supported.
+BUG4360 : LayoutTests/storage/domstorage/window-attributes-exist.html = FAIL
+BUG4360 : LayoutTests/storage/domstorage/localstorage/iframe-events.html = TIMEOUT
+BUG4360 : LayoutTests/storage/domstorage/sessionstorage/iframe-events.html = TIMEOUT
+BUG4360 : LayoutTests/storage/domstorage/localstorage/simple-events.html = FAIL
+BUG4360 : LayoutTests/storage/domstorage/sessionstorage/simple-events.html = FAIL
+BUG4360 : LayoutTests/storage/domstorage/localstorage/index-get-and-set.html = FAIL
+BUG4360 : LayoutTests/storage/domstorage/sessionstorage/index-get-and-set.html = FAIL
+BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-markup.html = FAIL
+BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-markup.html = FAIL
+BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-setattribute.html = FAIL
+BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setattribute.html = FAIL
+BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-setwindow.html = FAIL
+BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setwindow.html = FAIL
+BUG4360 : LayoutTests/storage/domstorage/localstorage/string-conversion.html = FAIL
+BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html = FAIL
+// Our DOM Storage implementation doesn't use WebKit's private browsing feature (even for incognito mode).
+WONTFIX : LayoutTests/storage/domstorage/localstorage/private-browsing-affects-storage.html = FAIL
+WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects-storage.html = FAIL
+
+// 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
+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
+BUG4359 SKIP : LayoutTests/storage/execute-sql-args.html = PASS
+BUG4359 SKIP : LayoutTests/storage/hash-change-with-xhr.html = PASS
+BUG4359 SKIP : LayoutTests/storage/multiple-databases-garbage-collection.html = PASS
+BUG4359 SKIP : LayoutTests/storage/multiple-transactions.html = PASS
+BUG4359 SKIP : LayoutTests/storage/open-database-empty-version.html = PASS
+BUG4359 SKIP : LayoutTests/storage/private-browsing-readonly.html = PASS
+BUG4359 SKIP : LayoutTests/storage/quota-tracking.html = PASS
+BUG4359 SKIP : LayoutTests/storage/sql-data-types.html = PASS
+BUG4359 SKIP : LayoutTests/storage/sql-data-types.js = PASS
+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
+
// Fails due to storage APIs not implemented. Might be worth re-baselining
// temporarily so the rest of the conditions are still tested.
BUG1124568 : LayoutTests/fast/dom/Window/window-function-name-getter-precedence.html = FAIL
« no previous file with comments | « no previous file | webkit/tools/test_shell/test_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698