servo/tests/wpt/meta/IndexedDB/idbobjectstore_delete.any.js.ini
Josh Matthews b7cdd88b8e
IndexedDB: Handle missing object stores in object store operations (#38115)
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>
2025-08-22 22:04:34 +00:00

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