mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
The current behaviour is too strict according to the spec and is the cause of many intermittent test errors. Testing: Existing coverage is sufficient. Fixes: #37706 --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
51 lines
1.2 KiB
INI
Vendored
51 lines
1.2 KiB
INI
Vendored
[idbdatabase_createObjectStore.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[idbdatabase_createObjectStore.any.html]
|
|
[Both with empty name]
|
|
expected: FAIL
|
|
|
|
[Create 1000 object stores, add one item and delete]
|
|
expected: FAIL
|
|
|
|
[Empty name]
|
|
expected: FAIL
|
|
|
|
[Object store 'name' and 'keyPath' properties are correctly set ]
|
|
expected: FAIL
|
|
|
|
[Attempt to create an object store outside of a version change transaction ]
|
|
expected: FAIL
|
|
|
|
[Attempt to create an object store with an invalid key path ]
|
|
expected: FAIL
|
|
|
|
[autoInc and keyPath object]
|
|
expected: FAIL
|
|
|
|
|
|
[idbdatabase_createObjectStore.any.worker.html]
|
|
[Both with empty name]
|
|
expected: FAIL
|
|
|
|
[Create 1000 object stores, add one item and delete]
|
|
expected: FAIL
|
|
|
|
[Empty name]
|
|
expected: FAIL
|
|
|
|
[Object store 'name' and 'keyPath' properties are correctly set ]
|
|
expected: FAIL
|
|
|
|
[Attempt to create an object store outside of a version change transaction ]
|
|
expected: FAIL
|
|
|
|
[Attempt to create an object store with an invalid key path ]
|
|
expected: FAIL
|
|
|
|
[autoInc and keyPath object]
|
|
expected: FAIL
|
|
|
|
|
|
[idbdatabase_createObjectStore.any.serviceworker.html]
|
|
expected: ERROR
|