tor-browser

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

idbobjectstore_add.any.js.ini (6794B)


      1 [idbobjectstore_add.any.serviceworker.html]
      2  tags: [fails_in_pbm]
      3  expected:
      4    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      5    if (os == "android") and not debug: [OK, ERROR]
      6  [If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
      7    expected:
      8      if (processor == "x86") and not debug: [PASS, TIMEOUT]
      9 
     10 
     11 [idbobjectstore_add.any.sharedworker.html]
     12  expected:
     13    if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
     14  [Attempt to 'add()' a record where the out of line key provided does not meet the constraints of a valid key]
     15    expected:
     16      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     17 
     18  [If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
     19    expected:
     20      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     21 
     22  [Attempt to 'add()' a record that does not meet the constraints of an   object store's inline key requirements]
     23    expected:
     24      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     25 
     26  [If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError]
     27    expected:
     28      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     29 
     30  [Attempt to 'add()' a record where the record's key does not meet the constraints of a valid key]
     31    expected:
     32      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     33 
     34  [Attempt to 'add()' a record where the record's in-line key is not  defined]
     35    expected:
     36      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     37 
     38  [add() a record where a value being indexed does not meet the constraints of a valid key]
     39    expected:
     40      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     41 
     42  [Attempt to call 'add()' without a key parameter when the object store uses out-of-line keys]
     43    expected:
     44      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     45 
     46  [add() with an out-of-line key]
     47    expected:
     48      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     49 
     50  [add() object store's key path is an object attribute]
     51    expected:
     52      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     53 
     54  [add() record with same key already exists]
     55    expected:
     56      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     57 
     58  [add() autoIncrement and inline keys]
     59    expected:
     60      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     61 
     62  [add() where an index has unique:true specified]
     63    expected:
     64      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     65 
     66  [add() autoIncrement and out-of-line keys]
     67    expected:
     68      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     69 
     70  [Object store has autoIncrement:true and the key path is an object attribute]
     71    expected:
     72      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     73 
     74 
     75 [idbobjectstore_add.any.worker.html]
     76  expected:
     77    if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
     78    if (os == "android") and not debug: [OK, CRASH]
     79    if os == "mac": [OK, CRASH]
     80  [If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
     81    expected:
     82      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     83 
     84  [If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError]
     85    expected:
     86      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     87 
     88  [Attempt to call 'add()' without a key parameter when the object store uses out-of-line keys]
     89    expected:
     90      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     91 
     92  [Attempt to 'add()' a record where the record's in-line key is not  defined]
     93    expected:
     94      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     95 
     96  [Attempt to 'add()' a record that does not meet the constraints of an   object store's inline key requirements]
     97    expected:
     98      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     99 
    100  [Object store has autoIncrement:true and the key path is an object attribute]
    101    expected:
    102      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    103 
    104  [Attempt to 'add()' a record where the record's key does not meet the constraints of a valid key]
    105    expected:
    106      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    107 
    108  [Attempt to 'add()' a record where the out of line key provided does not meet the constraints of a valid key]
    109    expected:
    110      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    111 
    112  [add() a record where a value being indexed does not meet the constraints of a valid key]
    113    expected:
    114      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    115 
    116 
    117 [idbobjectstore_add.any.html]
    118  expected:
    119    if (os == "win") and not debug: [OK, TIMEOUT]
    120  [Attempt to call 'add()' without a key parameter when the object store uses out-of-line keys]
    121    expected:
    122      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    123 
    124  [Attempt to 'add()' a record where the record's key does not meet the constraints of a valid key]
    125    expected:
    126      if (os == "win") and not debug: [PASS, TIMEOUT]
    127 
    128  [Attempt to 'add()' a record where the record's in-line key is not  defined]
    129    expected:
    130      if (os == "win") and not debug: [PASS, TIMEOUT]
    131 
    132  [Attempt to 'add()' a record where the out of line key provided does not meet the constraints of a valid key]
    133    expected:
    134      if (os == "win") and not debug: [PASS, TIMEOUT]
    135 
    136  [add() a record where a value being indexed does not meet the constraints of a valid key]
    137    expected:
    138      if (os == "win") and not debug: [PASS, TIMEOUT]
    139 
    140  [If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError]
    141    expected:
    142      if (os == "win") and not debug: [PASS, TIMEOUT]
    143 
    144  [If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
    145    expected:
    146      if (os == "win") and not debug: [PASS, TIMEOUT]
    147 
    148  [Attempt to 'add()' a record that does not meet the constraints of an   object store's inline key requirements]
    149    expected:
    150      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    151 
    152  [add() object store's key path is an object attribute]
    153    expected:
    154      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    155 
    156  [add() autoIncrement and inline keys]
    157    expected:
    158      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    159 
    160  [add() autoIncrement and out-of-line keys]
    161    expected:
    162      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    163 
    164  [Object store has autoIncrement:true and the key path is an object attribute]
    165    expected:
    166      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]