Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/idbindex_getAllKeys.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

24 lines
591 B
Plaintext

Harness status: OK
Found 18 tests
17 Pass
1 Fail
Pass Single item get
Pass Empty object store
Pass Get all keys
Pass Get all generated keys
Pass maxCount=10
Pass Get bound range
Pass Get bound range with maxCount
Pass Get upper excluded
Pass Get lower excluded
Pass Get bound range (generated) with maxCount
Pass Non existent key
Pass maxCount=0
Pass Max value count
Pass Query with empty range where first key < upperBound
Pass Query with empty range where lowerBound < last key
Pass Retrieve multiEntry key
Pass Retrieve one key multiple values
Fail Get all keys with invalid query keys