tor-browser

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

bucket_names.tentative.https.any.js.ini (9472B)


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