tor-browser

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

idbindex_getAllKeys-options.any.js.ini (6984B)


      1 [idbindex_getAllKeys-options.any.serviceworker.html]
      2  [Single item get]
      3    expected: FAIL
      4 
      5  [Empty object store]
      6    expected: FAIL
      7 
      8  [Get all keys]
      9    expected: FAIL
     10 
     11  [Get all generated keys]
     12    expected: FAIL
     13 
     14  [maxCount=10]
     15    expected: FAIL
     16 
     17  [Get bound range]
     18    expected: FAIL
     19 
     20  [Get bound range with maxCount]
     21    expected: FAIL
     22 
     23  [Get upper excluded]
     24    expected: FAIL
     25 
     26  [Get lower excluded]
     27    expected: FAIL
     28 
     29  [Get bound range (generated) with maxCount]
     30    expected: FAIL
     31 
     32  [Non existent key]
     33    expected: FAIL
     34 
     35  [maxCount=0]
     36    expected: FAIL
     37 
     38  [Max value count]
     39    expected: FAIL
     40 
     41  [Query with empty range where  first key < upperBound]
     42    expected: FAIL
     43 
     44  [Query with empty range where lowerBound < last key]
     45    expected: FAIL
     46 
     47  [Retrieve multiEntry key]
     48    expected: FAIL
     49 
     50  [Retrieve one key multiple values]
     51    expected: FAIL
     52 
     53  [Direction: next]
     54    expected: FAIL
     55 
     56  [Direction: prev]
     57    expected: FAIL
     58 
     59  [Direction: nextunique]
     60    expected: FAIL
     61 
     62  [Direction: prevunique]
     63    expected: FAIL
     64 
     65  [Direction and query]
     66    expected: FAIL
     67 
     68  [Direction, query and count]
     69    expected: FAIL
     70 
     71  [Get all keys with both options and count]
     72    expected: FAIL
     73 
     74 
     75 [idbindex_getAllKeys-options.any.worker.html]
     76  expected:
     77    if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
     78  [Single item get]
     79    expected:
     80      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
     81      FAIL
     82 
     83  [Empty object store]
     84    expected:
     85      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
     86      FAIL
     87 
     88  [Get all keys]
     89    expected:
     90      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
     91      FAIL
     92 
     93  [Get all generated keys]
     94    expected:
     95      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
     96      FAIL
     97 
     98  [maxCount=10]
     99    expected:
    100      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    101      FAIL
    102 
    103  [Get bound range]
    104    expected:
    105      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    106      FAIL
    107 
    108  [Get bound range with maxCount]
    109    expected:
    110      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    111      FAIL
    112 
    113  [Get upper excluded]
    114    expected:
    115      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    116      FAIL
    117 
    118  [Get lower excluded]
    119    expected:
    120      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    121      FAIL
    122 
    123  [Get bound range (generated) with maxCount]
    124    expected:
    125      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    126      FAIL
    127 
    128  [Non existent key]
    129    expected:
    130      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    131      FAIL
    132 
    133  [maxCount=0]
    134    expected:
    135      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    136      FAIL
    137 
    138  [Max value count]
    139    expected:
    140      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    141      FAIL
    142 
    143  [Query with empty range where  first key < upperBound]
    144    expected:
    145      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    146      FAIL
    147 
    148  [Query with empty range where lowerBound < last key]
    149    expected:
    150      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    151      FAIL
    152 
    153  [Retrieve multiEntry key]
    154    expected:
    155      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    156      FAIL
    157 
    158  [Retrieve one key multiple values]
    159    expected:
    160      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    161      FAIL
    162 
    163  [Direction: next]
    164    expected:
    165      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    166      FAIL
    167 
    168  [Direction: prev]
    169    expected:
    170      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    171      FAIL
    172 
    173  [Direction: nextunique]
    174    expected:
    175      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    176      FAIL
    177 
    178  [Direction: prevunique]
    179    expected:
    180      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    181      FAIL
    182 
    183  [Direction and query]
    184    expected:
    185      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    186      FAIL
    187 
    188  [Direction, query and count]
    189    expected:
    190      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    191      FAIL
    192 
    193  [Get all keys with both options and count]
    194    expected:
    195      if not sessionHistoryInParent and not debug: [FAIL, TIMEOUT]
    196      FAIL
    197 
    198  [Get all keys with invalid query keys]
    199    expected:
    200      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
    201 
    202 
    203 [idbindex_getAllKeys-options.any.html]
    204  expected:
    205    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT]
    206  [Single item get]
    207    expected: FAIL
    208 
    209  [Empty object store]
    210    expected: FAIL
    211 
    212  [Get all keys]
    213    expected: FAIL
    214 
    215  [Get all generated keys]
    216    expected: FAIL
    217 
    218  [maxCount=10]
    219    expected: FAIL
    220 
    221  [Get bound range]
    222    expected: FAIL
    223 
    224  [Get bound range with maxCount]
    225    expected: FAIL
    226 
    227  [Get upper excluded]
    228    expected: FAIL
    229 
    230  [Get lower excluded]
    231    expected: FAIL
    232 
    233  [Get bound range (generated) with maxCount]
    234    expected: FAIL
    235 
    236  [Non existent key]
    237    expected: FAIL
    238 
    239  [maxCount=0]
    240    expected: FAIL
    241 
    242  [Max value count]
    243    expected: FAIL
    244 
    245  [Query with empty range where  first key < upperBound]
    246    expected: FAIL
    247 
    248  [Query with empty range where lowerBound < last key]
    249    expected: FAIL
    250 
    251  [Retrieve multiEntry key]
    252    expected: FAIL
    253 
    254  [Retrieve one key multiple values]
    255    expected: FAIL
    256 
    257  [Direction: next]
    258    expected: FAIL
    259 
    260  [Direction: prev]
    261    expected: FAIL
    262 
    263  [Direction: nextunique]
    264    expected: FAIL
    265 
    266  [Direction: prevunique]
    267    expected: FAIL
    268 
    269  [Direction and query]
    270    expected: FAIL
    271 
    272  [Direction, query and count]
    273    expected: FAIL
    274 
    275  [Get all keys with both options and count]
    276    expected: FAIL
    277 
    278  [Get all keys with invalid query keys]
    279    expected:
    280      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
    281 
    282 
    283 [idbindex_getAllKeys-options.any.sharedworker.html]
    284  [Single item get]
    285    expected: FAIL
    286 
    287  [Empty object store]
    288    expected: FAIL
    289 
    290  [Get all keys]
    291    expected: FAIL
    292 
    293  [Get all generated keys]
    294    expected: FAIL
    295 
    296  [maxCount=10]
    297    expected: FAIL
    298 
    299  [Get bound range]
    300    expected: FAIL
    301 
    302  [Get bound range with maxCount]
    303    expected: FAIL
    304 
    305  [Get upper excluded]
    306    expected: FAIL
    307 
    308  [Get lower excluded]
    309    expected: FAIL
    310 
    311  [Get bound range (generated) with maxCount]
    312    expected: FAIL
    313 
    314  [Non existent key]
    315    expected: FAIL
    316 
    317  [maxCount=0]
    318    expected: FAIL
    319 
    320  [Max value count]
    321    expected: FAIL
    322 
    323  [Query with empty range where  first key < upperBound]
    324    expected: FAIL
    325 
    326  [Query with empty range where lowerBound < last key]
    327    expected: FAIL
    328 
    329  [Retrieve multiEntry key]
    330    expected: FAIL
    331 
    332  [Retrieve one key multiple values]
    333    expected: FAIL
    334 
    335  [Direction: next]
    336    expected: FAIL
    337 
    338  [Direction: prev]
    339    expected: FAIL
    340 
    341  [Direction: nextunique]
    342    expected: FAIL
    343 
    344  [Direction: prevunique]
    345    expected: FAIL
    346 
    347  [Direction and query]
    348    expected: FAIL
    349 
    350  [Direction, query and count]
    351    expected: FAIL
    352 
    353  [Get all keys with both options and count]
    354    expected: FAIL