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

Unified Diff: client/tests/client/client.status

Issue 10079028: Next IndexedDB test - scan with a cursor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 8 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 | client/tests/client/client-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/client.status
diff --git a/client/tests/client/client.status b/client/tests/client/client.status
index 80e84a3756b5bc53200275c7981c1f2c3784bc40..e93bdf28c549b82b6c537ef94dde03c28f267685 100644
--- a/client/tests/client/client.status
+++ b/client/tests/client/client.status
@@ -6,6 +6,7 @@ dom/WebGL1Test: Skip # Issue 1495
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
html/html_tests: Pass, Fail # Issue 1946.
+dom/IndexedDB3Test: Fail # UnsupportedOperationException 'IDBCursorImplementation.get:key'
[ $compiler == none && ($runtime == drt || $runtime == dartium) && $checked ]
html/TypedArrays1Test: Fail # Fails only on checked mode.
@@ -53,6 +54,7 @@ dom/HiddenDom1Test: Fail
dom/HiddenDom2Test: Fail
dom/IndexedDB1Test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
dom/IndexedDB2Test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
+dom/IndexedDB3Test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
dom/InstanceOfTest: Fail # Issue 2535
# setup code fails. prepare. (DOM callback has errors) Caught [object Event]
dom/InnerFrameTest: Fail
@@ -106,8 +108,11 @@ html/frog_html_tests: Skip # Issue 1884
*: Skip
[ $checked ]
-dom/IndexedDB1Test: Skip # Type check fails for IDBKey, causing Fail or Timeout. Needs to be renamed to Object or Dynamic.
-dom/IndexedDB2Test: Skip # Type check fails for IDBKey, causing Fail or Timeout. Needs to be renamed to Object or Dynamic.
+# IndexedDB tests: type check fails for IDBKey, causing Fail or Timeout. Needs
+# to be renamed to Dynamic.
+dom/IndexedDB1Test: Skip
+dom/IndexedDB2Test: Skip
+dom/IndexedDB3Test: Skip
[ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
*: Skip
« no previous file with comments | « no previous file | client/tests/client/client-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698