mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
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.
25 lines
624 B
Plaintext
25 lines
624 B
Plaintext
Harness status: OK
|
|
|
|
Found 19 tests
|
|
|
|
18 Pass
|
|
1 Fail
|
|
Pass Single item get
|
|
Pass Empty object store
|
|
Pass Get all
|
|
Pass Get all with generated keys
|
|
Pass Get all with large values
|
|
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 values with invalid query keys |