tor-browser

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

idbobjectstore_getAllRecords.any.js.ini (5392B)


      1 [idbobjectstore_getAllRecords.any.sharedworker.html]
      2  [Single item]
      3    expected: FAIL
      4 
      5  [Single item with generated key]
      6    expected: FAIL
      7 
      8  [Empty object store]
      9    expected: FAIL
     10 
     11  [Get all records]
     12    expected: FAIL
     13 
     14  [Get all records with empty options]
     15    expected: FAIL
     16 
     17  [Get all records with large values]
     18    expected: FAIL
     19 
     20  [Count]
     21    expected: FAIL
     22 
     23  [Query with bound range]
     24    expected: FAIL
     25 
     26  [Query with bound range and count]
     27    expected: FAIL
     28 
     29  [Query with upper excluded bound range]
     30    expected: FAIL
     31 
     32  [Query with lower excluded bound range]
     33    expected: FAIL
     34 
     35  [Query with bound range and count for generated keys]
     36    expected: FAIL
     37 
     38  [Query with nonexistent key]
     39    expected: FAIL
     40 
     41  [Zero count]
     42    expected: FAIL
     43 
     44  [Max value count]
     45    expected: FAIL
     46 
     47  [Query with empty range where first key < upperBound]
     48    expected: FAIL
     49 
     50  [Query with empty range where lowerBound < last key]
     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 records with transaction.commit()]
     72    expected: FAIL
     73 
     74  [Get all records with invalid query keys]
     75    expected: FAIL
     76 
     77 
     78 [idbobjectstore_getAllRecords.any.worker.html]
     79  [Single item]
     80    expected: FAIL
     81 
     82  [Single item with generated key]
     83    expected: FAIL
     84 
     85  [Empty object store]
     86    expected: FAIL
     87 
     88  [Get all records]
     89    expected: FAIL
     90 
     91  [Get all records with empty options]
     92    expected: FAIL
     93 
     94  [Get all records with large values]
     95    expected: FAIL
     96 
     97  [Count]
     98    expected: FAIL
     99 
    100  [Query with bound range]
    101    expected: FAIL
    102 
    103  [Query with bound range and count]
    104    expected: FAIL
    105 
    106  [Query with upper excluded bound range]
    107    expected: FAIL
    108 
    109  [Query with lower excluded bound range]
    110    expected: FAIL
    111 
    112  [Query with bound range and count for generated keys]
    113    expected: FAIL
    114 
    115  [Query with nonexistent key]
    116    expected: FAIL
    117 
    118  [Zero count]
    119    expected: FAIL
    120 
    121  [Max value count]
    122    expected: FAIL
    123 
    124  [Query with empty range where first key < upperBound]
    125    expected: FAIL
    126 
    127  [Query with empty range where lowerBound < last key]
    128    expected: FAIL
    129 
    130  [Direction: next]
    131    expected: FAIL
    132 
    133  [Direction: prev]
    134    expected: FAIL
    135 
    136  [Direction: nextunique]
    137    expected: FAIL
    138 
    139  [Direction: prevunique]
    140    expected: FAIL
    141 
    142  [Direction and query]
    143    expected: FAIL
    144 
    145  [Direction, query and count]
    146    expected: FAIL
    147 
    148  [Get all records with transaction.commit()]
    149    expected: FAIL
    150 
    151  [Get all records with invalid query keys]
    152    expected: FAIL
    153 
    154 
    155 [idbobjectstore_getAllRecords.any.html]
    156  [Single item]
    157    expected: FAIL
    158 
    159  [Single item with generated key]
    160    expected: FAIL
    161 
    162  [Empty object store]
    163    expected: FAIL
    164 
    165  [Get all records]
    166    expected: FAIL
    167 
    168  [Get all records with empty options]
    169    expected: FAIL
    170 
    171  [Get all records with large values]
    172    expected: FAIL
    173 
    174  [Count]
    175    expected: FAIL
    176 
    177  [Query with bound range]
    178    expected: FAIL
    179 
    180  [Query with bound range and count]
    181    expected: FAIL
    182 
    183  [Query with upper excluded bound range]
    184    expected: FAIL
    185 
    186  [Query with lower excluded bound range]
    187    expected: FAIL
    188 
    189  [Query with bound range and count for generated keys]
    190    expected: FAIL
    191 
    192  [Query with nonexistent key]
    193    expected: FAIL
    194 
    195  [Zero count]
    196    expected: FAIL
    197 
    198  [Max value count]
    199    expected: FAIL
    200 
    201  [Query with empty range where first key < upperBound]
    202    expected: FAIL
    203 
    204  [Query with empty range where lowerBound < last key]
    205    expected: FAIL
    206 
    207  [Direction: next]
    208    expected: FAIL
    209 
    210  [Direction: prev]
    211    expected: FAIL
    212 
    213  [Direction: nextunique]
    214    expected: FAIL
    215 
    216  [Direction: prevunique]
    217    expected: FAIL
    218 
    219  [Direction and query]
    220    expected: FAIL
    221 
    222  [Direction, query and count]
    223    expected: FAIL
    224 
    225  [Get all records with transaction.commit()]
    226    expected: FAIL
    227 
    228  [Get all records with invalid query keys]
    229    expected: FAIL
    230 
    231 
    232 [idbobjectstore_getAllRecords.any.serviceworker.html]
    233  [Single item]
    234    expected: FAIL
    235 
    236  [Single item with generated key]
    237    expected: FAIL
    238 
    239  [Empty object store]
    240    expected: FAIL
    241 
    242  [Get all records]
    243    expected: FAIL
    244 
    245  [Get all records with empty options]
    246    expected: FAIL
    247 
    248  [Get all records with large values]
    249    expected: FAIL
    250 
    251  [Count]
    252    expected: FAIL
    253 
    254  [Query with bound range]
    255    expected: FAIL
    256 
    257  [Query with bound range and count]
    258    expected: FAIL
    259 
    260  [Query with upper excluded bound range]
    261    expected: FAIL
    262 
    263  [Query with lower excluded bound range]
    264    expected: FAIL
    265 
    266  [Query with bound range and count for generated keys]
    267    expected: FAIL
    268 
    269  [Query with nonexistent key]
    270    expected: FAIL
    271 
    272  [Zero count]
    273    expected: FAIL
    274 
    275  [Max value count]
    276    expected: FAIL
    277 
    278  [Query with empty range where first key < upperBound]
    279    expected: FAIL
    280 
    281  [Query with empty range where lowerBound < last key]
    282    expected: FAIL
    283 
    284  [Direction: next]
    285    expected: FAIL
    286 
    287  [Direction: prev]
    288    expected: FAIL
    289 
    290  [Direction: nextunique]
    291    expected: FAIL
    292 
    293  [Direction: prevunique]
    294    expected: FAIL
    295 
    296  [Direction and query]
    297    expected: FAIL
    298 
    299  [Direction, query and count]
    300    expected: FAIL
    301 
    302  [Get all records with transaction.commit()]
    303    expected: FAIL
    304 
    305  [Get all records with invalid query keys]
    306    expected: FAIL