mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +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
56
tests/wpt/meta/IndexedDB/idbfactory_open.any.js.ini
vendored
Normal file
56
tests/wpt/meta/IndexedDB/idbfactory_open.any.js.ini
vendored
Normal file
|
@ -0,0 +1,56 @@
|
|||
[idbfactory_open.any.worker.html]
|
||||
[IDBFactory.open() - no version opens current database]
|
||||
expected: FAIL
|
||||
|
||||
[IDBFactory.open() - open database with a higher version than current]
|
||||
expected: FAIL
|
||||
|
||||
[IDBFactory.open() - error in version change transaction aborts open]
|
||||
expected: FAIL
|
||||
|
||||
[Calling open() with version argument 1.5 should not throw.]
|
||||
expected: FAIL
|
||||
|
||||
[Calling open() with version argument 9007199254740991 should not throw.]
|
||||
expected: FAIL
|
||||
|
||||
[Calling open() with version argument undefined should not throw.]
|
||||
expected: FAIL
|
||||
|
||||
[IDBFactory.open() - error in upgradeneeded resets db]
|
||||
expected: FAIL
|
||||
|
||||
[IDBFactory.open() - second open's transaction is available to get objectStores]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idbfactory_open.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[idbfactory_open.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[idbfactory_open.any.html]
|
||||
[IDBFactory.open() - no version opens current database]
|
||||
expected: FAIL
|
||||
|
||||
[IDBFactory.open() - open database with a higher version than current]
|
||||
expected: FAIL
|
||||
|
||||
[IDBFactory.open() - error in version change transaction aborts open]
|
||||
expected: FAIL
|
||||
|
||||
[Calling open() with version argument 1.5 should not throw.]
|
||||
expected: FAIL
|
||||
|
||||
[Calling open() with version argument 9007199254740991 should not throw.]
|
||||
expected: FAIL
|
||||
|
||||
[Calling open() with version argument undefined should not throw.]
|
||||
expected: FAIL
|
||||
|
||||
[IDBFactory.open() - error in upgradeneeded resets db]
|
||||
expected: FAIL
|
||||
|
||||
[IDBFactory.open() - second open's transaction is available to get objectStores]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue