mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +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
51
tests/wpt/meta/IndexedDB/idbindex-request-source.any.js.ini
vendored
Normal file
51
tests/wpt/meta/IndexedDB/idbindex-request-source.any.js.ini
vendored
Normal file
|
@ -0,0 +1,51 @@
|
|||
[idbindex-request-source.any.html]
|
||||
[The source of the request from index => index.get(0) is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
[The source of the request from index => index.getKey(0) is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
[The source of the request from index => index.getAll() is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
[The source of the request from index => index.getAllKeys() is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
[The source of the request from index => index.count() is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
[The source of the request from index => index.openCursor() is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
[The source of the request from index => index.openKeyCursor() is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idbindex-request-source.any.worker.html]
|
||||
[The source of the request from index => index.get(0) is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
[The source of the request from index => index.getKey(0) is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
[The source of the request from index => index.getAll() is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
[The source of the request from index => index.getAllKeys() is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
[The source of the request from index => index.count() is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
[The source of the request from index => index.openCursor() is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
[The source of the request from index => index.openKeyCursor() is the index itself]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idbindex-request-source.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[idbindex-request-source.any.sharedworker.html]
|
||||
expected: ERROR
|
Loading…
Add table
Add a link
Reference in a new issue