servo/tests/wpt/meta/IndexedDB/idbobjectstore-delete-exception-order.any.js.ini
Ashwin Naren 3f1e170410
script: Update indexeddb serialization (#38269)
- Dates are now serialized as f64s (like how firefox does it)
- Array buffers are serialized with structured cloning (this is not the
most correct/efficent way to serialize them, however it is currently
better than not supporting array buffers at all)
- Array types are still unimplemented.

Testing: WPT
Fixes: Some panicking

---------

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
2025-07-25 11:11:22 +00:00

22 lines
746 B
INI
Vendored

[idbobjectstore-delete-exception-order.any.serviceworker.html]
expected: ERROR
[idbobjectstore-delete-exception-order.any.html]
expected: TIMEOUT
[IDBObjectStore.delete exception order: InvalidStateError vs. TransactionInactiveError]
expected: TIMEOUT
[IDBObjectStore.delete exception order: TransactionInactiveError vs. ReadOnlyError]
expected: FAIL
[idbobjectstore-delete-exception-order.any.sharedworker.html]
expected: ERROR
[idbobjectstore-delete-exception-order.any.worker.html]
expected: TIMEOUT
[IDBObjectStore.delete exception order: InvalidStateError vs. TransactionInactiveError]
expected: TIMEOUT
[IDBObjectStore.delete exception order: TransactionInactiveError vs. ReadOnlyError]
expected: FAIL