mirror of
https://github.com/servo/servo.git
synced 2025-09-14 17:08:22 +01:00
Previously, the correct autoincremented and keypath parameters were only being passed if the object store is being created. This PR queries this info from the backend and passes it onto the constructor in IDBTransaction. Furthermore it exposes keypath and index_names from IDBObjectStore, mainly for WPT. Testing: WPT Fixes: None --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
41 lines
1.1 KiB
INI
Vendored
41 lines
1.1 KiB
INI
Vendored
[idbfactory_open.any.worker.html]
|
|
[IDBFactory.open() - error in version change transaction aborts open]
|
|
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
|
|
|
|
[Calling open() with version argument 9007199254740991 should not throw.]
|
|
expected: FAIL
|
|
|
|
[Calling open() with version argument 1.5 should not throw.]
|
|
expected: FAIL
|
|
|
|
|
|
[idbfactory_open.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[idbfactory_open.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idbfactory_open.any.html]
|
|
[IDBFactory.open() - error in version change transaction aborts open]
|
|
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
|
|
|
|
[Calling open() with version argument 9007199254740991 should not throw.]
|
|
expected: FAIL
|