mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Fix IndexedDB WPT coverage (#37607)
The settings for WPT IndexedDB coverage is incorrect. We never ran the IndexedDB tests actually. Testing: `tests/wpt/tests/IndexedDB` --------- Signed-off-by: Wu Yu Wei <yuweiwu@pm.me> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
476b05676f
commit
25fe003af2
230 changed files with 7240 additions and 38 deletions
45
tests/wpt/meta/IndexedDB/transaction-abort-index-metadata-revert.any.js.ini
vendored
Normal file
45
tests/wpt/meta/IndexedDB/transaction-abort-index-metadata-revert.any.js.ini
vendored
Normal file
|
@ -0,0 +1,45 @@
|
|||
[transaction-abort-index-metadata-revert.any.html]
|
||||
[Created stores get their indexes marked as deleted after the transaction that created them aborts]
|
||||
expected: FAIL
|
||||
|
||||
[Deleted stores get their indexes marked as not-deleted after the transaction that deleted them aborts]
|
||||
expected: FAIL
|
||||
|
||||
[Created+deleted stores still have their indexes marked as deleted after the transaction aborts]
|
||||
expected: FAIL
|
||||
|
||||
[Created indexes get marked as deleted after their transaction aborts]
|
||||
expected: FAIL
|
||||
|
||||
[Deleted indexes get marked as not-deleted after the transaction aborts]
|
||||
expected: FAIL
|
||||
|
||||
[Created+deleted indexes are still marked as deleted after their transaction aborts]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[transaction-abort-index-metadata-revert.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[transaction-abort-index-metadata-revert.any.worker.html]
|
||||
[Created stores get their indexes marked as deleted after the transaction that created them aborts]
|
||||
expected: FAIL
|
||||
|
||||
[Deleted stores get their indexes marked as not-deleted after the transaction that deleted them aborts]
|
||||
expected: FAIL
|
||||
|
||||
[Created+deleted stores still have their indexes marked as deleted after the transaction aborts]
|
||||
expected: FAIL
|
||||
|
||||
[Created indexes get marked as deleted after their transaction aborts]
|
||||
expected: FAIL
|
||||
|
||||
[Deleted indexes get marked as not-deleted after the transaction aborts]
|
||||
expected: FAIL
|
||||
|
||||
[Created+deleted indexes are still marked as deleted after their transaction aborts]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[transaction-abort-index-metadata-revert.any.sharedworker.html]
|
||||
expected: ERROR
|
Loading…
Add table
Add a link
Reference in a new issue