servo/tests/wpt/meta/IndexedDB/idbcursor-continuePrimaryKey-exception-order.any.js.ini
Josh Matthews 18230e9630
indexeddb: Initialize DB version to zero. (#38819)
None of our automated tests were executing the initial DB setup code
because the requested version always matched.

Testing: Existing WPT coverage.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2025-08-21 22:49:57 +00:00

87 lines
2.6 KiB
INI
Vendored

[idbcursor-continuePrimaryKey-exception-order.any.serviceworker.html]
expected: ERROR
[idbcursor-continuePrimaryKey-exception-order.any.html]
[TransactionInactiveError v.s. InvalidStateError(deleted index)]
expected: FAIL
[InvalidStateError(deleted source) v.s. InvalidAccessError(incorrect source)]
expected: FAIL
[InvalidStateError(deleted source) v.s. InvalidAccessError(incorrect direction)]
expected: FAIL
[InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration complete)]
expected: FAIL
[InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration ongoing)]
expected: FAIL
[InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration ongoing)]
expected: FAIL
[InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration complete)]
expected: FAIL
[InvalidStateError(iteration ongoing) v.s. DataError(unset key)]
expected: FAIL
[InvalidStateError(iteration complete) v.s. DataError(unset key)]
expected: FAIL
[DataError(unset key)]
expected: FAIL
[DataError(unset primary key)]
expected: FAIL
[DataError(keys are lower then current one) in 'next' direction]
expected: FAIL
[DataError(keys are larger then current one) in 'prev' direction]
expected: FAIL
[idbcursor-continuePrimaryKey-exception-order.any.worker.html]
[TransactionInactiveError v.s. InvalidStateError(deleted index)]
expected: FAIL
[InvalidStateError(deleted source) v.s. InvalidAccessError(incorrect source)]
expected: FAIL
[InvalidStateError(deleted source) v.s. InvalidAccessError(incorrect direction)]
expected: FAIL
[InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration complete)]
expected: FAIL
[InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration ongoing)]
expected: FAIL
[InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration ongoing)]
expected: FAIL
[InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration complete)]
expected: FAIL
[InvalidStateError(iteration ongoing) v.s. DataError(unset key)]
expected: FAIL
[InvalidStateError(iteration complete) v.s. DataError(unset key)]
expected: FAIL
[DataError(unset key)]
expected: FAIL
[DataError(unset primary key)]
expected: FAIL
[DataError(keys are lower then current one) in 'next' direction]
expected: FAIL
[DataError(keys are larger then current one) in 'prev' direction]
expected: FAIL
[idbcursor-continuePrimaryKey-exception-order.any.sharedworker.html]
expected: ERROR