104 lines
3.7 KiB
INI
104 lines
3.7 KiB
INI
[idbobjectstore_put.any.sharedworker.html]
|
|
|
|
[idbobjectstore_put.any.serviceworker.html]
|
|
tags: [fails_in_pbm]
|
|
expected:
|
|
if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
|
|
if (os == "android") and not debug: [OK, ERROR]
|
|
[Attempt to put() a record that does not meet the constraints of an object store's inline key requirements]
|
|
expected:
|
|
if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
|
|
[put() a record where a value being indexed does not meet the constraints of a valid key]
|
|
expected:
|
|
if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
|
|
[Attempt to put() a record where the record's key does not meet the constraints of a valid key]
|
|
expected:
|
|
if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
|
|
[Attempt to put() a record where the record's in-line key is not defined]
|
|
expected:
|
|
if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
|
|
[If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
|
|
expected:
|
|
if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
|
|
[If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError]
|
|
expected:
|
|
if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
|
|
[Object store has autoIncrement:true and the key path is an object attribute]
|
|
expected:
|
|
if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
|
|
[Attempt to put() a record where the out of line key provided does not meet the constraints of a valid key]
|
|
expected:
|
|
if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
|
|
[Attempt to call put() without an key parameter when the object store uses out-of-line keys]
|
|
expected:
|
|
if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
|
|
|
|
|
|
[idbobjectstore_put.any.worker.html]
|
|
expected:
|
|
if os == "win": [OK, TIMEOUT]
|
|
[If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[put() a record where a value being indexed does not meet the constraints of a valid key]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[Attempt to put() a record where the record's in-line key is not defined]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[Attempt to put() a record where the out of line key provided does not meet the constraints of a valid key]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[autoIncrement and inline keys]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[Attempt to call put() without an key parameter when the object store uses out-of-line keys]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[autoIncrement and out-of-line keys]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[Attempt to put() a record that does not meet the constraints of an object store's inline key requirements]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[put() where an index has unique:true specified]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[Object store's key path is an object attribute]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[Object store has autoIncrement:true and the key path is an object attribute]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[Attempt to put() a record where the record's key does not meet the constraints of a valid key]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
|
|
[idbobjectstore_put.any.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
if os == "mac": [OK, CRASH]
|