mirror of
https://github.com/servo/servo.git
synced 2025-09-17 10:28:22 +01:00
These changes fix a large number of panics that can manifest as intermittent test failures. They also add more specification text to various IDBObjectStore methods and implement missing steps that check for whether an object store is deleted. Testing: Existing test coverage. Signed-off-by: Josh Matthews <josh@joshmatthews.net>
20 lines
684 B
INI
Vendored
20 lines
684 B
INI
Vendored
[idbobjectstore-add-put-exception-order.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[idbobjectstore-add-put-exception-order.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idbobjectstore-add-put-exception-order.any.html]
|
|
[IDBObjectStore.put exception order: TransactionInactiveError vs. ReadOnlyError]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore.add exception order: TransactionInactiveError vs. ReadOnlyError]
|
|
expected: FAIL
|
|
|
|
|
|
[idbobjectstore-add-put-exception-order.any.worker.html]
|
|
[IDBObjectStore.put exception order: TransactionInactiveError vs. ReadOnlyError]
|
|
expected: FAIL
|
|
|
|
[IDBObjectStore.add exception order: TransactionInactiveError vs. ReadOnlyError]
|
|
expected: FAIL
|