mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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>
56 lines
1.6 KiB
INI
Vendored
56 lines
1.6 KiB
INI
Vendored
[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
|