mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
#37684 provided the backend for this change. The key range interface just wraps a `IndexedDBKeyRange` and exposes the methods from it as per the spec. Spec: https://www.w3.org/TR/IndexedDB-2/#keyrange Testing: WPT tests (some regressions have been exposed, but that's fine) --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
117 lines
2 KiB
INI
Vendored
117 lines
2 KiB
INI
Vendored
[idbobjectstore_getAll.any.html]
|
|
[Single item get]
|
|
expected: FAIL
|
|
|
|
[Single item get (generated key)]
|
|
expected: FAIL
|
|
|
|
[getAll on empty object store]
|
|
expected: FAIL
|
|
|
|
[Get all values]
|
|
expected: FAIL
|
|
|
|
[Get all with large values]
|
|
expected: FAIL
|
|
|
|
[Test maxCount]
|
|
expected: FAIL
|
|
|
|
[Get bound range]
|
|
expected: FAIL
|
|
|
|
[Get bound range with maxCount]
|
|
expected: FAIL
|
|
|
|
[Get upper excluded]
|
|
expected: FAIL
|
|
|
|
[Get lower excluded]
|
|
expected: FAIL
|
|
|
|
[Get bound range (generated) with maxCount]
|
|
expected: FAIL
|
|
|
|
[Non existent key]
|
|
expected: FAIL
|
|
|
|
[zero maxCount]
|
|
expected: FAIL
|
|
|
|
[Max value count]
|
|
expected: FAIL
|
|
|
|
[Query with empty range where first key < upperBound]
|
|
expected: FAIL
|
|
|
|
[Query with empty range where lowerBound < last key]
|
|
expected: FAIL
|
|
|
|
[Get all values with transaction.commit()]
|
|
expected: FAIL
|
|
|
|
[Get all values with invalid query keys]
|
|
expected: FAIL
|
|
|
|
|
|
[idbobjectstore_getAll.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idbobjectstore_getAll.any.worker.html]
|
|
[Single item get]
|
|
expected: FAIL
|
|
|
|
[Single item get (generated key)]
|
|
expected: FAIL
|
|
|
|
[getAll on empty object store]
|
|
expected: FAIL
|
|
|
|
[Get all values]
|
|
expected: FAIL
|
|
|
|
[Get all with large values]
|
|
expected: FAIL
|
|
|
|
[Test maxCount]
|
|
expected: FAIL
|
|
|
|
[Get bound range]
|
|
expected: FAIL
|
|
|
|
[Get bound range with maxCount]
|
|
expected: FAIL
|
|
|
|
[Get upper excluded]
|
|
expected: FAIL
|
|
|
|
[Get lower excluded]
|
|
expected: FAIL
|
|
|
|
[Get bound range (generated) with maxCount]
|
|
expected: FAIL
|
|
|
|
[Non existent key]
|
|
expected: FAIL
|
|
|
|
[zero maxCount]
|
|
expected: FAIL
|
|
|
|
[Max value count]
|
|
expected: FAIL
|
|
|
|
[Query with empty range where first key < upperBound]
|
|
expected: FAIL
|
|
|
|
[Query with empty range where lowerBound < last key]
|
|
expected: FAIL
|
|
|
|
[Get all values with transaction.commit()]
|
|
expected: FAIL
|
|
|
|
[Get all values with invalid query keys]
|
|
expected: FAIL
|
|
|
|
|
|
[idbobjectstore_getAll.any.sharedworker.html]
|
|
expected: ERROR
|