Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/idbindex-query-exception-order.any.txt
Luke Wilde 85e8d2ba38 LibWeb/IndexedDB: Prevent copying and moving of RequestList
RequestList cannot be copied or moved, because m_pending_request_queue
contains lambdas that store pointers to the original RequestList and
completion steps that we don't have a reference to.

Fixes a bunch of WPT regressions and imports the ones that work.
2025-10-23 14:42:45 +02:00

18 lines
1.0 KiB
Plaintext

Harness status: OK
Found 12 tests
6 Pass
6 Fail
Fail IDBIndex.get exception order: InvalidStateError vs. TransactionInactiveError
Pass IDBIndex.get exception order: TransactionInactiveError vs. DataError
Fail IDBIndex.getAll exception order: InvalidStateError vs. TransactionInactiveError
Pass IDBIndex.getAll exception order: TransactionInactiveError vs. DataError
Fail IDBIndex.getAllKeys exception order: InvalidStateError vs. TransactionInactiveError
Pass IDBIndex.getAllKeys exception order: TransactionInactiveError vs. DataError
Fail IDBIndex.count exception order: InvalidStateError vs. TransactionInactiveError
Pass IDBIndex.count exception order: TransactionInactiveError vs. DataError
Fail IDBIndex.openCursor exception order: InvalidStateError vs. TransactionInactiveError
Pass IDBIndex.openCursor exception order: TransactionInactiveError vs. DataError
Fail IDBIndex.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError
Pass IDBIndex.openKeyCursor exception order: TransactionInactiveError vs. DataError