tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

idbobjectstore_put.any.js.ini (4084B)


      1 [idbobjectstore_put.any.sharedworker.html]
      2 
      3 [idbobjectstore_put.any.serviceworker.html]
      4  tags: [fails_in_pbm]
      5  expected:
      6    if (os == "win") and (processor == "x86_64") and debug: [OK, TIMEOUT]
      7    if (os == "win") and (processor == "x86_64") and not debug: [OK, TIMEOUT, CRASH]
      8    if (os == "android") and not debug: [OK, ERROR]
      9  [Attempt to put() a record that does not meet the constraints of an object store's inline key requirements]
     10    expected:
     11      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     12 
     13  [put() a record where a value being indexed does not meet the constraints of a valid key]
     14    expected:
     15      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     16 
     17  [Attempt to put() a record where the record's key does not meet the constraints of a valid key]
     18    expected:
     19      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     20 
     21  [Attempt to put() a record where the record's in-line key is not defined]
     22    expected:
     23      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     24 
     25  [If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
     26    expected:
     27      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     28 
     29  [If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError]
     30    expected:
     31      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     32 
     33  [Object store has autoIncrement:true and the key path is an object attribute]
     34    expected:
     35      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     36 
     37  [Attempt to put() a record where the out of line key provided does not meet the constraints of a valid key]
     38    expected:
     39      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     40 
     41  [Attempt to call put() without an key parameter when the object store uses out-of-line keys]
     42    expected:
     43      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     44 
     45 
     46 [idbobjectstore_put.any.worker.html]
     47  expected:
     48    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH, TIMEOUT]
     49    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
     50    if (os == "win") and debug: [OK, TIMEOUT]
     51  [If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError]
     52    expected:
     53      if os == "win": [PASS, TIMEOUT]
     54 
     55  [If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
     56    expected:
     57      if os == "win": [PASS, TIMEOUT]
     58 
     59  [put() a record where a value being indexed does not meet the constraints of a valid key]
     60    expected:
     61      if os == "win": [PASS, TIMEOUT]
     62 
     63  [Attempt to put() a record where the record's in-line key is not defined]
     64    expected:
     65      if os == "win": [PASS, TIMEOUT]
     66 
     67  [Attempt to put() a record where the out of line key provided does not meet the constraints of a valid key]
     68    expected:
     69      if os == "win": [PASS, TIMEOUT]
     70 
     71  [autoIncrement and inline keys]
     72    expected:
     73      if os == "win": [PASS, TIMEOUT]
     74 
     75  [Attempt to call put() without an key parameter when the object store uses out-of-line keys]
     76    expected:
     77      if os == "win": [PASS, TIMEOUT]
     78 
     79  [autoIncrement and out-of-line keys]
     80    expected:
     81      if os == "win": [PASS, TIMEOUT]
     82 
     83  [Attempt to put() a record that does not meet the constraints of an object store's inline key requirements]
     84    expected:
     85      if os == "win": [PASS, TIMEOUT]
     86 
     87  [put() where an index has unique:true specified]
     88    expected:
     89      if os == "win": [PASS, TIMEOUT]
     90 
     91  [Object store's key path is an object attribute]
     92    expected:
     93      if os == "win": [PASS, TIMEOUT]
     94 
     95  [Object store has autoIncrement:true and the key path is an object attribute]
     96    expected:
     97      if os == "win": [PASS, TIMEOUT]
     98 
     99  [Attempt to put() a record where the record's key does not meet the constraints of a valid key]
    100    expected:
    101      if os == "win": [PASS, TIMEOUT]
    102 
    103 
    104 [idbobjectstore_put.any.html]
    105  expected:
    106    if (os == "android") and not debug: [OK, CRASH]
    107    if os == "mac": [OK, CRASH]