mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Tests: Rebaseline failing IndexedDB tests
This commit is contained in:
parent
49a46522d0
commit
f34361950c
|
|
@ -2,10 +2,10 @@ Harness status: OK
|
|||
|
||||
Found 6 tests
|
||||
|
||||
6 Fail
|
||||
Fail Exception in upgradeneeded handler
|
||||
Fail Exception in upgradeneeded listener
|
||||
Fail Exception in upgradeneeded "handleEvent" lookup
|
||||
Fail Exception in upgradeneeded due to non-callable "handleEvent"
|
||||
Fail Exception in second upgradeneeded listener
|
||||
Fail Exception in first upgradeneeded listener, tx active in second
|
||||
6 Pass
|
||||
Pass Exception in upgradeneeded handler
|
||||
Pass Exception in upgradeneeded listener
|
||||
Pass Exception in upgradeneeded "handleEvent" lookup
|
||||
Pass Exception in upgradeneeded due to non-callable "handleEvent"
|
||||
Pass Exception in second upgradeneeded listener
|
||||
Pass Exception in first upgradeneeded listener, tx active in second
|
||||
|
|
@ -2,29 +2,29 @@ Harness status: OK
|
|||
|
||||
Found 24 tests
|
||||
|
||||
6 Pass
|
||||
18 Fail
|
||||
Fail Single item get
|
||||
Fail Single item get (generated key)
|
||||
Fail getAll on empty object store
|
||||
Fail Get all values
|
||||
Fail Get all with large values
|
||||
Fail Test maxCount
|
||||
Fail Get bound range
|
||||
Fail Get bound range with maxCount
|
||||
Fail Get upper excluded
|
||||
Fail Get lower excluded
|
||||
Fail Get bound range (generated) with maxCount
|
||||
Fail Non existent key
|
||||
Fail zero maxCount
|
||||
Fail Max value count
|
||||
Fail Query with empty range where first key < upperBound
|
||||
Fail Query with empty range where lowerBound < last key
|
||||
23 Pass
|
||||
1 Fail
|
||||
Pass Single item get
|
||||
Pass Single item get (generated key)
|
||||
Pass getAll on empty object store
|
||||
Pass Get all values
|
||||
Pass Get all with large values
|
||||
Pass Test maxCount
|
||||
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 zero maxCount
|
||||
Pass Max value count
|
||||
Pass Query with empty range where first key < upperBound
|
||||
Pass Query with empty range where lowerBound < last key
|
||||
Pass Direction: next
|
||||
Pass Direction: prev
|
||||
Pass Direction: nextunique
|
||||
Pass Direction: prevunique
|
||||
Pass Direction and query
|
||||
Pass Direction, query and count
|
||||
Fail Get all values with both options and count
|
||||
Pass Get all values with both options and count
|
||||
Fail Get all values with invalid query keys
|
||||
|
|
@ -2,28 +2,28 @@ Harness status: OK
|
|||
|
||||
Found 23 tests
|
||||
|
||||
8 Pass
|
||||
15 Fail
|
||||
Fail Single item get
|
||||
Fail Single item get (generated key)
|
||||
22 Pass
|
||||
1 Fail
|
||||
Pass Single item get
|
||||
Pass Single item get (generated key)
|
||||
Pass getAllKeys on empty object store
|
||||
Pass Get all keys
|
||||
Fail Test maxCount
|
||||
Fail Get bound range
|
||||
Fail Get bound range with maxCount
|
||||
Fail Get upper excluded
|
||||
Fail Get lower excluded
|
||||
Fail Get bound range (generated) with maxCount
|
||||
Fail Non existent key
|
||||
Fail zero maxCount
|
||||
Fail Max value count
|
||||
Fail Query with empty range where first key < upperBound
|
||||
Fail Query with empty range where lowerBound < last key
|
||||
Pass Test maxCount
|
||||
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 zero maxCount
|
||||
Pass Max value count
|
||||
Pass Query with empty range where first key < upperBound
|
||||
Pass Query with empty range where lowerBound < last key
|
||||
Pass Direction: next
|
||||
Pass Direction: prev
|
||||
Pass Direction: nextunique
|
||||
Pass Direction: prevunique
|
||||
Pass Direction and query
|
||||
Pass Direction, query and count
|
||||
Fail Get all keys with both options and count
|
||||
Pass Get all keys with both options and count
|
||||
Fail Get all keys with invalid query keys
|
||||
Loading…
Reference in New Issue
Block a user