mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +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
63
tests/wpt/meta/IndexedDB/idbindex-rename.any.js.ini
vendored
Normal file
63
tests/wpt/meta/IndexedDB/idbindex-rename.any.js.ini
vendored
Normal file
|
@ -0,0 +1,63 @@
|
|||
[idbindex-rename.any.html]
|
||||
[IndexedDB index rename in new transaction]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index rename in the transaction where it is created]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index rename to the same name succeeds]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index rename to the name of a deleted index succeeds]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index swapping via renames succeeds]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index rename stringifies non-string names]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index can be renamed to ""]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index can be renamed to "\\u0000"]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index can be renamed to "\\uDC00\\uD800"]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idbindex-rename.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[idbindex-rename.any.worker.html]
|
||||
[IndexedDB index rename in new transaction]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index rename in the transaction where it is created]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index rename to the same name succeeds]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index rename to the name of a deleted index succeeds]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index swapping via renames succeeds]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index rename stringifies non-string names]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index can be renamed to ""]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index can be renamed to "\\u0000"]
|
||||
expected: FAIL
|
||||
|
||||
[IndexedDB index can be renamed to "\\uDC00\\uD800"]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idbindex-rename.any.sharedworker.html]
|
||||
expected: ERROR
|
Loading…
Add table
Add a link
Reference in a new issue