mirror of
https://github.com/servo/servo.git
synced 2025-09-15 01:18: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>
35 lines
809 B
INI
Vendored
35 lines
809 B
INI
Vendored
[idbobjectstore_delete.any.worker.html]
|
|
expected: TIMEOUT
|
|
[delete() removes record (inline keys)]
|
|
expected: TIMEOUT
|
|
|
|
[Object store's key path is an object attribute]
|
|
expected: TIMEOUT
|
|
|
|
[delete() removes record (out-of-line keys)]
|
|
expected: TIMEOUT
|
|
|
|
[delete() removes all of the records in the range]
|
|
expected: FAIL
|
|
|
|
|
|
[idbobjectstore_delete.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idbobjectstore_delete.any.html]
|
|
expected: TIMEOUT
|
|
[delete() removes record (inline keys)]
|
|
expected: TIMEOUT
|
|
|
|
[Object store's key path is an object attribute]
|
|
expected: TIMEOUT
|
|
|
|
[delete() removes record (out-of-line keys)]
|
|
expected: TIMEOUT
|
|
|
|
[delete() removes all of the records in the range]
|
|
expected: FAIL
|
|
|
|
|
|
[idbobjectstore_delete.any.sharedworker.html]
|
|
expected: ERROR
|