mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
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.
32 lines
1.7 KiB
Plaintext
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 |