Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/key-conversion-exceptions.any.txt
Zaggy1024 3f2bb43d47 LibWeb: Reset IDB transaction state to active after serialization error
If an error causes this to be left inactive, further requests will be
rejected on the transaction. This gives us a few subtest passes in
IndexedDB/key-conversion-exceptions and IndexedDB/keypath-exceptions
WPTs.

With this fixed, the cleanup loop can assert that the transactions'
states are all active before they are set inactive.
2026-03-05 17:12:55 -06:00

32 lines
1.7 KiB
Plaintext

Harness status: OK
Found 27 tests
27 Pass
Pass IDBFactory cmp() static with throwing/invalid keys
Pass IDBCursor continue() method with throwing/invalid keys
Pass IndexedDB: Exceptions thrown during key conversion
Pass IDBCursor update() method with throwing/invalid keys
Pass IDBKeyRange only() static with throwing/invalid keys
Pass IDBKeyRange lowerBound() static with throwing/invalid keys
Pass IDBKeyRange upperBound() static with throwing/invalid keys
Pass IDBKeyRange bound() static with throwing/invalid keys
Pass IDBObjectStore add() method with throwing/invalid keys
Pass IDBObjectStore put() method with throwing/invalid keys
Pass IDBObjectStore delete() method with throwing/invalid keys
Pass IDBObjectStore get() method with throwing/invalid keys
Pass IDBObjectStore getKey() method with throwing/invalid keys
Pass IDBObjectStore count() method with throwing/invalid keys
Pass IDBObjectStore openCursor() method with throwing/invalid keys
Pass IDBObjectStore openKeyCursor() method with throwing/invalid keys
Pass IDBIndex get() method with throwing/invalid keys
Pass IDBIndex getKey() method with throwing/invalid keys
Pass IDBIndex count() method with throwing/invalid keys
Pass IDBIndex openCursor() method with throwing/invalid keys
Pass IDBIndex openKeyCursor() method with throwing/invalid keys
Pass IDBObjectStore getAll() method with throwing/invalid keys
Pass IDBObjectStore getAllKeys() method with throwing/invalid keys
Pass IDBObjectStore getAllRecords() method with throwing/invalid keys
Pass IDBIndex getAll() method with throwing/invalid keys
Pass IDBIndex getAllKeys() method with throwing/invalid keys
Pass IDBIndex getAllRecords() method with throwing/invalid keys