mirror of
https://github.com/servo/servo.git
synced 2025-09-17 18:38: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
|
@ -5,78 +5,76 @@
|
|||
expected: ERROR
|
||||
|
||||
[idbindex-query-exception-order.any.html]
|
||||
expected: TIMEOUT
|
||||
[IDBIndex.get exception order: InvalidStateError vs. TransactionInactiveError]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.get exception order: TransactionInactiveError vs. DataError]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAll exception order: InvalidStateError vs. TransactionInactiveError]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAll exception order: TransactionInactiveError vs. DataError]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAllKeys exception order: InvalidStateError vs. TransactionInactiveError]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAllKeys exception order: TransactionInactiveError vs. DataError]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.count exception order: InvalidStateError vs. TransactionInactiveError]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.count exception order: TransactionInactiveError vs. DataError]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.openCursor exception order: InvalidStateError vs. TransactionInactiveError]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.openCursor exception order: TransactionInactiveError vs. DataError]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.openKeyCursor exception order: TransactionInactiveError vs. DataError]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idbindex-query-exception-order.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[IDBIndex.get exception order: InvalidStateError vs. TransactionInactiveError]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.get exception order: TransactionInactiveError vs. DataError]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAll exception order: InvalidStateError vs. TransactionInactiveError]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAll exception order: TransactionInactiveError vs. DataError]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAllKeys exception order: InvalidStateError vs. TransactionInactiveError]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAllKeys exception order: TransactionInactiveError vs. DataError]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.count exception order: InvalidStateError vs. TransactionInactiveError]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.count exception order: TransactionInactiveError vs. DataError]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.openCursor exception order: InvalidStateError vs. TransactionInactiveError]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.openCursor exception order: TransactionInactiveError vs. DataError]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.openKeyCursor exception order: TransactionInactiveError vs. DataError]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue