tor-browser

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

idbobjectstore-rename-store.any.js.ini (7601B)


      1 [idbobjectstore-rename-store.any.sharedworker.html]
      2  expected:
      3    if (os == "android") and sessionHistoryInParent and debug: [OK, TIMEOUT]
      4    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
      5    if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT]
      6  [IndexedDB object store rename covers key generator]
      7    expected:
      8      if not asan and (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
      9      if asan: [PASS, FAIL]
     10 
     11  [IndexedDB object store can be renamed to "\\uDC00\\uD800"]
     12    expected:
     13      if (os == "android") and sessionHistoryInParent and debug: [PASS, NOTRUN]
     14      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     15      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, NOTRUN]
     16 
     17  [IndexedDB object store can be renamed to ""]
     18    expected:
     19      if (os == "android") and sessionHistoryInParent and debug: [PASS, TIMEOUT]
     20      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     21      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, NOTRUN]
     22 
     23  [IndexedDB object store rename stringifies non-string names]
     24    expected:
     25      if sessionHistoryInParent and (os == "android") and not debug: [PASS, NOTRUN]
     26      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     27 
     28  [IndexedDB object store can be renamed to "\\u0000"]
     29    expected:
     30      if (os == "android") and sessionHistoryInParent and debug: [PASS, NOTRUN]
     31      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     32      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, NOTRUN]
     33 
     34  [IndexedDB object store rename to the name of a deleted store succeeds]
     35    expected:
     36      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     37 
     38  [IndexedDB object store swapping via renames succeeds]
     39    expected:
     40      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     41 
     42  [IndexedDB object store rename to the same name succeeds]
     43    expected:
     44      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     45 
     46 
     47 [idbobjectstore-rename-store.any.worker.html]
     48  expected:
     49    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
     50    if (os == "linux") and not fission: [OK, CRASH]
     51  [IndexedDB object store rename covers key generator]
     52    expected:
     53      if not asan and (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     54      if asan: [PASS, FAIL]
     55 
     56  [IndexedDB object store can be renamed to "\\uDC00\\uD800"]
     57    expected:
     58      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     59 
     60  [IndexedDB object store rename stringifies non-string names]
     61    expected:
     62      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     63 
     64  [IndexedDB object store rename to the name of a deleted store succeeds]
     65    expected:
     66      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     67 
     68  [IndexedDB object store swapping via renames succeeds]
     69    expected:
     70      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     71 
     72  [IndexedDB object store can be renamed to "\\u0000"]
     73    expected:
     74      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     75 
     76  [IndexedDB object store rename to the same name succeeds]
     77    expected:
     78      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     79 
     80  [IndexedDB object store can be renamed to ""]
     81    expected:
     82      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     83 
     84 
     85 [idbobjectstore-rename-store.any.html]
     86  expected:
     87    if (os == "linux") and not debug and not fission: [OK, CRASH]
     88    if (os == "android") and sessionHistoryInParent and debug: [OK, TIMEOUT]
     89    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
     90    if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT]
     91    if (os == "linux") and debug: [OK, CRASH]
     92  [IndexedDB object store rename covers key generator]
     93    expected:
     94      if not asan and (os == "android") and not debug and sessionHistoryInParent: [PASS, TIMEOUT, NOTRUN]
     95      if not asan and (os == "android") and not debug and not sessionHistoryInParent: [PASS, TIMEOUT]
     96      if asan: [PASS, FAIL]
     97 
     98  [IndexedDB object store can be renamed to "\\uDC00\\uD800"]
     99    expected:
    100      if (os == "android") and sessionHistoryInParent and debug: [PASS, NOTRUN]
    101      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
    102      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, NOTRUN]
    103 
    104  [IndexedDB object store rename stringifies non-string names]
    105    expected:
    106      if (os == "android") and debug and sessionHistoryInParent: [PASS, NOTRUN]
    107      if (os == "android") and not debug and sessionHistoryInParent: [PASS, NOTRUN, TIMEOUT]
    108      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, TIMEOUT, NOTRUN]
    109 
    110  [IndexedDB object store rename covers index]
    111    expected:
    112      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
    113 
    114  [IndexedDB object store rename to the name of a deleted store succeeds]
    115    expected:
    116      if (os == "android") and sessionHistoryInParent and debug: [PASS, TIMEOUT]
    117      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN, TIMEOUT]
    118      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, NOTRUN]
    119 
    120  [IndexedDB object store rename in the transaction where it is created]
    121    expected:
    122      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
    123 
    124  [IndexedDB object store swapping via renames succeeds]
    125    expected:
    126      if (os == "android") and sessionHistoryInParent and debug: [PASS, NOTRUN]
    127      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
    128      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, NOTRUN]
    129 
    130  [IndexedDB object store can be renamed to "\\u0000"]
    131    expected:
    132      if (os == "android") and sessionHistoryInParent and debug: [PASS, NOTRUN]
    133      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
    134      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, NOTRUN]
    135 
    136  [IndexedDB object store rename to the same name succeeds]
    137    expected:
    138      if (os == "android") and not debug and sessionHistoryInParent: [PASS, NOTRUN]
    139      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, NOTRUN]
    140 
    141  [IndexedDB object store can be renamed to ""]
    142    expected:
    143      if (os == "android") and sessionHistoryInParent and debug: [PASS, NOTRUN]
    144      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
    145      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, NOTRUN]
    146 
    147 
    148 [idbobjectstore-rename-store.any.serviceworker.html]
    149  expected:
    150    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
    151    if (os == "linux") and not fission: [OK, CRASH]
    152  [IndexedDB object store rename covers key generator]
    153    expected:
    154      if (os == "linux") and not debug: [PASS, FAIL]
    155 
    156  [IndexedDB object store can be renamed to "\\uDC00\\uD800"]
    157    expected:
    158      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT, NOTRUN]
    159 
    160  [IndexedDB object store can be renamed to "\\u0000"]
    161    expected:
    162      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]