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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt

Issue 2517743002: Import wpt@5a1f188e0536ad023936cc62f9a00617299dc192 (Closed)
Patch Set: rebased Created 4 years, 1 month 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
Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt
index 6ef6d177719792c09f6f531bf5534202bb98c185..82e92edb1f06194cfeb58d57fac3c77a70423025 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt
@@ -1,32 +1,6 @@
This is a testharness.js-based test.
+PASS IndexedDB IDL tests
FAIL Window interface: attribute indexedDB assert_equals: "indexedDB" must have a getter expected "function" but got "undefined"
-PASS IDBKeyRange interface: existence and properties of interface object
-PASS IDBKeyRange interface object length
-PASS IDBKeyRange interface object name
-FAIL IDBKeyRange interface: existence and properties of interface prototype object assert_equals: class string of IDBKeyRange.prototype expected "[object IDBKeyRangePrototype]" but got "[object IDBKeyRange]"
-PASS IDBKeyRange interface: existence and properties of interface prototype object's "constructor" property
-PASS IDBKeyRange interface: attribute lower
-PASS IDBKeyRange interface: attribute upper
-PASS IDBKeyRange interface: attribute lowerOpen
-PASS IDBKeyRange interface: attribute upperOpen
-PASS IDBKeyRange interface: operation only(any)
-PASS IDBKeyRange interface: operation lowerBound(any,boolean)
-PASS IDBKeyRange interface: operation upperBound(any,boolean)
-PASS IDBKeyRange interface: operation bound(any,any,boolean,boolean)
-PASS IDBKeyRange must be primary interface of IDBKeyRange.only(0)
-PASS Stringification of IDBKeyRange.only(0)
-PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "lower" with the proper type (0)
-PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "upper" with the proper type (1)
-PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "lowerOpen" with the proper type (2)
-PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "upperOpen" with the proper type (3)
-PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "only" with the proper type (4)
-PASS IDBKeyRange interface: calling only(any) on IDBKeyRange.only(0) with too few arguments must throw TypeError
-PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "lowerBound" with the proper type (5)
-PASS IDBKeyRange interface: calling lowerBound(any,boolean) on IDBKeyRange.only(0) with too few arguments must throw TypeError
-PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "upperBound" with the proper type (6)
-PASS IDBKeyRange interface: calling upperBound(any,boolean) on IDBKeyRange.only(0) with too few arguments must throw TypeError
-PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "bound" with the proper type (7)
-PASS IDBKeyRange interface: calling bound(any,any,boolean,boolean) on IDBKeyRange.only(0) with too few arguments must throw TypeError
PASS IDBRequest interface: existence and properties of interface object
PASS IDBRequest interface object length
PASS IDBRequest interface object name
@@ -81,10 +55,10 @@ PASS IDBDatabase interface: existence and properties of interface prototype obje
PASS IDBDatabase interface: attribute name
PASS IDBDatabase interface: attribute version
PASS IDBDatabase interface: attribute objectStoreNames
-PASS IDBDatabase interface: operation createObjectStore(DOMString,IDBObjectStoreParameters)
-PASS IDBDatabase interface: operation deleteObjectStore(DOMString)
PASS IDBDatabase interface: operation transaction([object Object],[object Object],IDBTransactionMode)
PASS IDBDatabase interface: operation close()
+PASS IDBDatabase interface: operation createObjectStore(DOMString,IDBObjectStoreParameters)
+PASS IDBDatabase interface: operation deleteObjectStore(DOMString)
PASS IDBDatabase interface: attribute onabort
PASS IDBDatabase interface: attribute onclose
PASS IDBDatabase interface: attribute onerror
@@ -102,13 +76,17 @@ PASS IDBObjectStore interface: attribute autoIncrement
PASS IDBObjectStore interface: operation put(any,any)
PASS IDBObjectStore interface: operation add(any,any)
PASS IDBObjectStore interface: operation delete(any)
-PASS IDBObjectStore interface: operation get(any)
PASS IDBObjectStore interface: operation clear()
+PASS IDBObjectStore interface: operation get(any)
+PASS IDBObjectStore interface: operation getKey(any)
+PASS IDBObjectStore interface: operation getAll(any,unsigned long)
+PASS IDBObjectStore interface: operation getAllKeys(any,unsigned long)
+PASS IDBObjectStore interface: operation count(any)
PASS IDBObjectStore interface: operation openCursor(any,IDBCursorDirection)
-PASS IDBObjectStore interface: operation createIndex(DOMString,[object Object],[object Object],IDBIndexParameters)
+PASS IDBObjectStore interface: operation openKeyCursor(any,IDBCursorDirection)
PASS IDBObjectStore interface: operation index(DOMString)
+PASS IDBObjectStore interface: operation createIndex(DOMString,[object Object],[object Object],IDBIndexParameters)
PASS IDBObjectStore interface: operation deleteIndex(DOMString)
-PASS IDBObjectStore interface: operation count(any)
PASS IDBIndex interface: existence and properties of interface object
PASS IDBIndex interface object length
PASS IDBIndex interface object name
@@ -119,11 +97,43 @@ PASS IDBIndex interface: attribute objectStore
PASS IDBIndex interface: attribute keyPath
PASS IDBIndex interface: attribute multiEntry
PASS IDBIndex interface: attribute unique
-PASS IDBIndex interface: operation openCursor(any,IDBCursorDirection)
-PASS IDBIndex interface: operation openKeyCursor(any,IDBCursorDirection)
PASS IDBIndex interface: operation get(any)
PASS IDBIndex interface: operation getKey(any)
+PASS IDBIndex interface: operation getAll(any,unsigned long)
+PASS IDBIndex interface: operation getAllKeys(any,unsigned long)
PASS IDBIndex interface: operation count(any)
+PASS IDBIndex interface: operation openCursor(any,IDBCursorDirection)
+PASS IDBIndex interface: operation openKeyCursor(any,IDBCursorDirection)
+PASS IDBKeyRange interface: existence and properties of interface object
+PASS IDBKeyRange interface object length
+PASS IDBKeyRange interface object name
+FAIL IDBKeyRange interface: existence and properties of interface prototype object assert_equals: class string of IDBKeyRange.prototype expected "[object IDBKeyRangePrototype]" but got "[object IDBKeyRange]"
+PASS IDBKeyRange interface: existence and properties of interface prototype object's "constructor" property
+PASS IDBKeyRange interface: attribute lower
+PASS IDBKeyRange interface: attribute upper
+PASS IDBKeyRange interface: attribute lowerOpen
+PASS IDBKeyRange interface: attribute upperOpen
+PASS IDBKeyRange interface: operation only(any)
+PASS IDBKeyRange interface: operation lowerBound(any,boolean)
+PASS IDBKeyRange interface: operation upperBound(any,boolean)
+PASS IDBKeyRange interface: operation bound(any,any,boolean,boolean)
+PASS IDBKeyRange interface: operation includes(any)
+PASS IDBKeyRange must be primary interface of IDBKeyRange.only(0)
+PASS Stringification of IDBKeyRange.only(0)
+PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "lower" with the proper type (0)
+PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "upper" with the proper type (1)
+PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "lowerOpen" with the proper type (2)
+PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "upperOpen" with the proper type (3)
+PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "only" with the proper type (4)
+PASS IDBKeyRange interface: calling only(any) on IDBKeyRange.only(0) with too few arguments must throw TypeError
+PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "lowerBound" with the proper type (5)
+PASS IDBKeyRange interface: calling lowerBound(any,boolean) on IDBKeyRange.only(0) with too few arguments must throw TypeError
+PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "upperBound" with the proper type (6)
+PASS IDBKeyRange interface: calling upperBound(any,boolean) on IDBKeyRange.only(0) with too few arguments must throw TypeError
+PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "bound" with the proper type (7)
+PASS IDBKeyRange interface: calling bound(any,any,boolean,boolean) on IDBKeyRange.only(0) with too few arguments must throw TypeError
+PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "includes" with the proper type (8)
+PASS IDBKeyRange interface: calling includes(any) on IDBKeyRange.only(0) with too few arguments must throw TypeError
PASS IDBCursor interface: existence and properties of interface object
PASS IDBCursor interface object length
PASS IDBCursor interface object name
@@ -133,9 +143,10 @@ PASS IDBCursor interface: attribute source
PASS IDBCursor interface: attribute direction
PASS IDBCursor interface: attribute key
PASS IDBCursor interface: attribute primaryKey
-PASS IDBCursor interface: operation update(any)
PASS IDBCursor interface: operation advance(unsigned long)
PASS IDBCursor interface: operation continue(any)
+PASS IDBCursor interface: operation continuePrimaryKey(any,any)
+PASS IDBCursor interface: operation update(any)
PASS IDBCursor interface: operation delete()
PASS IDBCursorWithValue interface: existence and properties of interface object
PASS IDBCursorWithValue interface object length
@@ -148,6 +159,7 @@ PASS IDBTransaction interface object length
PASS IDBTransaction interface object name
FAIL IDBTransaction interface: existence and properties of interface prototype object assert_equals: class string of IDBTransaction.prototype expected "[object IDBTransactionPrototype]" but got "[object IDBTransaction]"
PASS IDBTransaction interface: existence and properties of interface prototype object's "constructor" property
+PASS IDBTransaction interface: attribute objectStoreNames
PASS IDBTransaction interface: attribute mode
PASS IDBTransaction interface: attribute db
PASS IDBTransaction interface: attribute error
@@ -156,5 +168,13 @@ PASS IDBTransaction interface: operation abort()
PASS IDBTransaction interface: attribute onabort
PASS IDBTransaction interface: attribute oncomplete
PASS IDBTransaction interface: attribute onerror
+PASS DOMStringList interface: existence and properties of interface object
+PASS DOMStringList interface object length
+PASS DOMStringList interface object name
+FAIL DOMStringList interface: existence and properties of interface prototype object assert_equals: class string of DOMStringList.prototype expected "[object DOMStringListPrototype]" but got "[object DOMStringList]"
+PASS DOMStringList interface: existence and properties of interface prototype object's "constructor" property
+PASS DOMStringList interface: attribute length
+PASS DOMStringList interface: operation item(unsigned long)
+PASS DOMStringList interface: operation contains(DOMString)
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698