mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +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.
18 lines
1.0 KiB
Plaintext
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 |