servo/tests/wpt/meta/IndexedDB/idbobjectstore_put.any.js.ini
Kingsley Yung b29eab0ffe
script: Re-implement evaluate_key_path_on_value in IndexedDB (#38847)
The current implementation of evaluate_key_path_on_value was translated
from gecko, and it is incomplete. The unimplemented part occurs many
crashes in WPT tests.

This PR re-implements it according to the spec. It should eliminate many
crashed WPT tests, and increase the code readability.

Testing: Update WPT test expectation
Fixes: #38817 partially, and #25325

---------

Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
2025-09-05 08:00:07 +00:00

44 lines
1.1 KiB
INI
Vendored

[idbobjectstore_put.any.sharedworker.html]
expected: ERROR
[idbobjectstore_put.any.worker.html]
[put() record with key already exists]
expected: FAIL
[put() where an index has unique:true specified]
expected: FAIL
[autoIncrement and inline keys]
expected: FAIL
[autoIncrement and out-of-line keys]
expected: FAIL
[Object store has autoIncrement:true and the key path is an object attribute]
expected: FAIL
[put() a record where a value being indexed does not meet the constraints of a valid key]
expected: FAIL
[idbobjectstore_put.any.serviceworker.html]
expected: ERROR
[idbobjectstore_put.any.html]
[put() record with key already exists]
expected: FAIL
[put() where an index has unique:true specified]
expected: FAIL
[autoIncrement and inline keys]
expected: FAIL
[autoIncrement and out-of-line keys]
expected: FAIL
[Object store has autoIncrement:true and the key path is an object attribute]
expected: FAIL
[put() a record where a value being indexed does not meet the constraints of a valid key]
expected: FAIL