mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
net: fix indexeddb backend bugs (#38744)
Fix a large number of backend issues that were masking everything else. There probably is still more, but it'll take more integration/unit testing to find it. Testing: WPT Fixes: #38743 --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
f2294db95b
commit
d0a8f27241
15 changed files with 113 additions and 146 deletions
|
@ -2,45 +2,13 @@
|
|||
expected: ERROR
|
||||
|
||||
[idbobjectstore_get.any.html]
|
||||
expected: TIMEOUT
|
||||
[Returns the record with the first key in the range]
|
||||
expected: TIMEOUT
|
||||
|
||||
[When a transaction is aborted, throw TransactionInactiveError]
|
||||
expected: FAIL
|
||||
|
||||
[Key is a number]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Key is a string]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Key is a date]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Attempts to retrieve a record that doesn't exist]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idbobjectstore_get.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[idbobjectstore_get.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[Returns the record with the first key in the range]
|
||||
expected: TIMEOUT
|
||||
|
||||
[When a transaction is aborted, throw TransactionInactiveError]
|
||||
expected: FAIL
|
||||
|
||||
[Key is a number]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Key is a string]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Key is a date]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Attempts to retrieve a record that doesn't exist]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue