mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +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
44
tests/wpt/meta/IndexedDB/reading-autoincrement-indexes.any.js.ini
vendored
Normal file
44
tests/wpt/meta/IndexedDB/reading-autoincrement-indexes.any.js.ini
vendored
Normal file
|
@ -0,0 +1,44 @@
|
|||
[reading-autoincrement-indexes.any.html]
|
||||
[IDBIndex.getAll() for an index on the autoincrement key]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAllKeys() for an index on the autoincrement key]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.get() for an index on the autoincrement key]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAll() for an index not covering the autoincrement key]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAllKeys() returns correct result for an index not covering the autoincrement key]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.get() for an index not covering the autoincrement key]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[reading-autoincrement-indexes.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[reading-autoincrement-indexes.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[reading-autoincrement-indexes.any.worker.html]
|
||||
[IDBIndex.getAll() for an index on the autoincrement key]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAllKeys() for an index on the autoincrement key]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.get() for an index on the autoincrement key]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAll() for an index not covering the autoincrement key]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.getAllKeys() returns correct result for an index not covering the autoincrement key]
|
||||
expected: FAIL
|
||||
|
||||
[IDBIndex.get() for an index not covering the autoincrement key]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue