mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
#37684 provided the backend for this change. The key range interface just wraps a `IndexedDBKeyRange` and exposes the methods from it as per the spec. Spec: https://www.w3.org/TR/IndexedDB-2/#keyrange Testing: WPT tests (some regressions have been exposed, but that's fine) --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
338 lines
9.3 KiB
INI
Vendored
338 lines
9.3 KiB
INI
Vendored
[idlharness.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[idlharness.any.html]
|
|
[IDBFactory interface: operation databases()]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: attribute keyPath]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: attribute indexNames]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: attribute transaction]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation getKey(any)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation getAll(optional any, optional unsigned long)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation getAllKeys(optional any, optional unsigned long)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation openCursor(optional any, optional IDBCursorDirection)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation openKeyCursor(optional any, optional IDBCursorDirection)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation index(DOMString)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation createIndex(DOMString, (DOMString or sequence<DOMString>), optional IDBIndexParameters)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation deleteIndex(DOMString)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface object length]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface object name]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: attribute objectStore]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: attribute keyPath]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: attribute multiEntry]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: attribute unique]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation get(any)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation getKey(any)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation getAll(optional any, optional unsigned long)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation getAllKeys(optional any, optional unsigned long)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation count(optional any)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation openCursor(optional any, optional IDBCursorDirection)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation openKeyCursor(optional any, optional IDBCursorDirection)]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface object length]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface object name]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: attribute source]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: attribute direction]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: attribute key]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: attribute primaryKey]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: attribute request]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: operation advance(unsigned long)]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: operation continue(optional any)]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: operation continuePrimaryKey(any, any)]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: operation update(any)]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: operation delete()]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface object length]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface object name]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface: attribute value]
|
|
expected: FAIL
|
|
|
|
[IDBTransaction interface: attribute durability]
|
|
expected: FAIL
|
|
|
|
[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type]
|
|
expected: FAIL
|
|
|
|
|
|
[idlharness.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idlharness.any.worker.html]
|
|
[IDBFactory interface: operation databases()]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: attribute keyPath]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: attribute indexNames]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: attribute transaction]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation getKey(any)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation getAll(optional any, optional unsigned long)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation getAllKeys(optional any, optional unsigned long)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation openCursor(optional any, optional IDBCursorDirection)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation openKeyCursor(optional any, optional IDBCursorDirection)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation index(DOMString)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation createIndex(DOMString, (DOMString or sequence<DOMString>), optional IDBIndexParameters)]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore interface: operation deleteIndex(DOMString)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface object length]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface object name]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: attribute name]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: attribute objectStore]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: attribute keyPath]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: attribute multiEntry]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: attribute unique]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation get(any)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation getKey(any)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation getAll(optional any, optional unsigned long)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation getAllKeys(optional any, optional unsigned long)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation count(optional any)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation openCursor(optional any, optional IDBCursorDirection)]
|
|
expected: FAIL
|
|
|
|
[IDBIndex interface: operation openKeyCursor(optional any, optional IDBCursorDirection)]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface object length]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface object name]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: attribute source]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: attribute direction]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: attribute key]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: attribute primaryKey]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: attribute request]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: operation advance(unsigned long)]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: operation continue(optional any)]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: operation continuePrimaryKey(any, any)]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: operation update(any)]
|
|
expected: FAIL
|
|
|
|
[IDBCursor interface: operation delete()]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface object length]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface object name]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[IDBCursorWithValue interface: attribute value]
|
|
expected: FAIL
|
|
|
|
[IDBTransaction interface: attribute durability]
|
|
expected: FAIL
|
|
|
|
[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type]
|
|
expected: FAIL
|