mirror of
https://github.com/servo/servo.git
synced 2025-09-17 10:28:22 +01:00
indexeddb: Initialize DB version to zero. (#38819)
None of our automated tests were executing the initial DB setup code because the requested version always matched. Testing: Existing WPT coverage. Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
bce9f06cf8
commit
18230e9630
47 changed files with 303 additions and 212 deletions
|
@ -17,6 +17,69 @@
|
|||
[IDBKeyRange bound() static with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBCursor continue() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB: Exceptions thrown during key conversion]
|
||||
expected: FAIL
|
||||
|
||||
[IDBCursor update() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore add() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore put() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore delete() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore get() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore getKey() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore count() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore openCursor() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore openKeyCursor() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex get() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex getKey() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex count() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex openCursor() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex openKeyCursor() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore getAll() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore getAllKeys() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex getAll() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex getAllKeys() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex getAllRecords() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[key-conversion-exceptions.any.html]
|
||||
[IDBFactory cmp() static with throwing/invalid keys]
|
||||
|
@ -34,6 +97,69 @@
|
|||
[IDBKeyRange bound() static with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBCursor continue() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB: Exceptions thrown during key conversion]
|
||||
expected: FAIL
|
||||
|
||||
[IDBCursor update() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore add() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore put() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore delete() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore get() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore getKey() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore count() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore openCursor() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore openKeyCursor() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex get() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex getKey() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex count() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex openCursor() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex openKeyCursor() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore getAll() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBObjectStore getAllKeys() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex getAll() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex getAllKeys() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex getAllRecords() method with throwing/invalid keys]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[key-conversion-exceptions.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue