mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Fix IndexedDB WPT coverage (#37607)
The settings for WPT IndexedDB coverage is incorrect. We never ran the IndexedDB tests actually. Testing: `tests/wpt/tests/IndexedDB` --------- Signed-off-by: Wu Yu Wei <yuweiwu@pm.me> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
476b05676f
commit
25fe003af2
230 changed files with 7240 additions and 38 deletions
434
tests/wpt/meta/IndexedDB/idlharness.any.js.ini
vendored
Normal file
434
tests/wpt/meta/IndexedDB/idlharness.any.js.ini
vendored
Normal file
|
@ -0,0 +1,434 @@
|
|||
[idlharness.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[idlharness.any.html]
|
||||
[idl_test setup]
|
||||
expected: FAIL
|
||||
|
||||
[IDBFactory interface: operation databases()]
|
||||
expected: FAIL
|
||||
|
||||
[IDBFactory interface: operation cmp(any, any)]
|
||||
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
|
||||
|
||||
[IDBKeyRange interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: attribute lower]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: attribute upper]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: attribute lowerOpen]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: attribute upperOpen]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: operation only(any)]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: operation lowerBound(any, optional boolean)]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: operation upperBound(any, optional boolean)]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: operation bound(any, any, optional boolean, optional boolean)]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: operation includes(any)]
|
||||
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
|
||||
|
||||
|
||||
[idlharness.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[idlharness.any.worker.html]
|
||||
[idl_test setup]
|
||||
expected: FAIL
|
||||
|
||||
[IDBFactory interface: operation databases()]
|
||||
expected: FAIL
|
||||
|
||||
[IDBFactory interface: operation cmp(any, any)]
|
||||
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
|
||||
|
||||
[IDBKeyRange interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: attribute lower]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: attribute upper]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: attribute lowerOpen]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: attribute upperOpen]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: operation only(any)]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: operation lowerBound(any, optional boolean)]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: operation upperBound(any, optional boolean)]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: operation bound(any, any, optional boolean, optional boolean)]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange interface: operation includes(any)]
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue