tor-browser

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

idbindex_getAll.any.js.ini (6837B)


      1 [idbindex_getAll.any.html]
      2  expected:
      3    if (os == "android") and not debug and sessionHistoryInParent: [OK, CRASH]
      4    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH]
      5    if os == "mac": [OK, CRASH]
      6  [Get all values with invalid query keys]
      7    expected:
      8      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
      9 
     10  [Query with empty range where lowerBound < last key]
     11    expected:
     12      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     13 
     14  [maxCount=10]
     15    expected:
     16      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     17 
     18  [Get upper excluded]
     19    expected:
     20      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     21 
     22  [maxCount=0]
     23    expected:
     24      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     25 
     26  [Max value count]
     27    expected:
     28      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     29 
     30  [Get lower excluded]
     31    expected:
     32      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     33 
     34  [Get bound range]
     35    expected:
     36      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     37 
     38  [Retrieve one key multiple values]
     39    expected:
     40      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     41 
     42  [Get all with large values]
     43    expected:
     44      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     45 
     46  [Get all]
     47    expected:
     48      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     49 
     50  [Non existent key]
     51    expected:
     52      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     53 
     54  [Get all with generated keys]
     55    expected:
     56      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     57 
     58  [Retrieve multiEntry key]
     59    expected:
     60      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     61 
     62  [Query with empty range where  first key < upperBound]
     63    expected:
     64      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     65 
     66  [Get bound range with maxCount]
     67    expected:
     68      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     69 
     70  [Single item get]
     71    expected:
     72      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     73 
     74  [Empty object store]
     75    expected:
     76      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     77 
     78  [Get bound range (generated) with maxCount]
     79    expected:
     80      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     81 
     82 
     83 [idbindex_getAll.any.sharedworker.html]
     84  expected:
     85    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
     86    if (os == "win") and not debug: [OK, TIMEOUT]
     87  [Retrieve multiEntry key]
     88    expected:
     89      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     90      if (os == "win") and not debug: [PASS, TIMEOUT]
     91 
     92  [Retrieve one key multiple values]
     93    expected:
     94      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     95      if (os == "win") and not debug: [PASS, TIMEOUT]
     96 
     97  [Non existent key]
     98    expected:
     99      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
    100      if (os == "win") and not debug: [PASS, TIMEOUT]
    101 
    102  [Get bound range (generated) with maxCount]
    103    expected:
    104      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
    105      if (os == "win") and not debug: [PASS, TIMEOUT]
    106 
    107  [maxCount=0]
    108    expected:
    109      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
    110      if (os == "win") and not debug: [PASS, TIMEOUT]
    111 
    112  [Get lower excluded]
    113    expected:
    114      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
    115      if (os == "win") and not debug: [PASS, TIMEOUT]
    116 
    117  [Query with empty range where lowerBound < last key]
    118    expected:
    119      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
    120 
    121  [Max value count]
    122    expected:
    123      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
    124 
    125  [Get all values with invalid query keys]
    126    expected:
    127      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
    128 
    129  [Query with empty range where  first key < upperBound]
    130    expected:
    131      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
    132 
    133 
    134 [idbindex_getAll.any.worker.html]
    135  expected:
    136    if (os == "android") and not debug and sessionHistoryInParent: [OK, CRASH]
    137    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH]
    138  [Get all values with invalid query keys]
    139    expected:
    140      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
    141 
    142 
    143 [idbindex_getAll.any.serviceworker.html]
    144  tags: [fails_in_pbm]
    145  expected:
    146    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT]
    147    if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
    148    if (os == "android") and not debug: [OK, ERROR]
    149  [Get bound range with maxCount]
    150    expected:
    151      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    152 
    153  [Get upper excluded]
    154    expected:
    155      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
    156      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    157 
    158  [Get lower excluded]
    159    expected:
    160      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
    161      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    162 
    163  [Get bound range (generated) with maxCount]
    164    expected:
    165      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
    166      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    167 
    168  [Non existent key]
    169    expected:
    170      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
    171      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    172 
    173  [maxCount=0]
    174    expected:
    175      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
    176      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    177 
    178  [Retrieve multiEntry key]
    179    expected:
    180      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
    181      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    182 
    183  [Retrieve one key multiple values]
    184    expected:
    185      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
    186      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
    187 
    188  [Query with empty range where lowerBound < last key]
    189    expected:
    190      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
    191 
    192  [Max value count]
    193    expected:
    194      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
    195 
    196  [Get all values with invalid query keys]
    197    expected:
    198      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
    199 
    200  [Query with empty range where  first key < upperBound]
    201    expected:
    202      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]