tor-browser

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

constructor.any.js.ini (7476B)


      1 [constructor.any.serviceworker.html]
      2  [constructing with a valid URL should work]
      3    expected: FAIL
      4 
      5  [setting a protocol in the constructor should work]
      6    expected: FAIL
      7 
      8  [wss.connection should resolve to the right types]
      9    expected: FAIL
     10 
     11  [constructing with no URL should throw]
     12    expected: FAIL
     13 
     14  [constructing with invalid options should throw]
     15    expected: FAIL
     16 
     17  [connection failure should reject the promises]
     18    expected: FAIL
     19 
     20  [protocols should be required to be a list]
     21    expected: FAIL
     22 
     23  [constructing with an invalid URL should throw]
     24    expected: FAIL
     25 
     26 
     27 [constructor.any.sharedworker.html]
     28  [constructing with a valid URL should work]
     29    expected: FAIL
     30 
     31  [setting a protocol in the constructor should work]
     32    expected: FAIL
     33 
     34  [wss.connection should resolve to the right types]
     35    expected: FAIL
     36 
     37  [constructing with no URL should throw]
     38    expected: FAIL
     39 
     40  [constructing with invalid options should throw]
     41    expected: FAIL
     42 
     43  [connection failure should reject the promises]
     44    expected: FAIL
     45 
     46  [protocols should be required to be a list]
     47    expected: FAIL
     48 
     49  [constructing with an invalid URL should throw]
     50    expected: FAIL
     51 
     52 
     53 [constructor.any.html]
     54  [constructing with a valid URL should work]
     55    expected: FAIL
     56 
     57  [setting a protocol in the constructor should work]
     58    expected: FAIL
     59 
     60  [wss.connection should resolve to the right types]
     61    expected: FAIL
     62 
     63  [constructing with no URL should throw]
     64    expected: FAIL
     65 
     66  [constructing with invalid options should throw]
     67    expected: FAIL
     68 
     69  [connection failure should reject the promises]
     70    expected: FAIL
     71 
     72  [protocols should be required to be a list]
     73    expected: FAIL
     74 
     75  [constructing with an invalid URL should throw]
     76    expected: FAIL
     77 
     78 
     79 [constructor.any.worker.html]
     80  [constructing with a valid URL should work]
     81    expected: FAIL
     82 
     83  [setting a protocol in the constructor should work]
     84    expected: FAIL
     85 
     86  [wss.connection should resolve to the right types]
     87    expected: FAIL
     88 
     89  [constructing with no URL should throw]
     90    expected: FAIL
     91 
     92  [constructing with invalid options should throw]
     93    expected: FAIL
     94 
     95  [connection failure should reject the promises]
     96    expected: FAIL
     97 
     98  [protocols should be required to be a list]
     99    expected: FAIL
    100 
    101  [constructing with an invalid URL should throw]
    102    expected: FAIL
    103 
    104 
    105 [constructor.any.serviceworker.html?wpt_flags=h2]
    106  expected:
    107    if (os == "android") and not debug: [OK, ERROR]
    108  [constructing with no URL should throw]
    109    expected: FAIL
    110 
    111  [constructing with an invalid URL should throw]
    112    expected: FAIL
    113 
    114  [constructing with invalid options should throw]
    115    expected: FAIL
    116 
    117  [protocols should be required to be a list]
    118    expected: FAIL
    119 
    120  [constructing with a valid URL should work]
    121    expected: FAIL
    122 
    123  [setting a protocol in the constructor should work]
    124    expected: FAIL
    125 
    126  [connection failure should reject the promises]
    127    expected: FAIL
    128 
    129  [wss.opened should resolve to the right types]
    130    expected: FAIL
    131 
    132 
    133 [constructor.any.html?wss]
    134  [constructing with no URL should throw]
    135    expected: FAIL
    136 
    137  [constructing with an invalid URL should throw]
    138    expected: FAIL
    139 
    140  [constructing with invalid options should throw]
    141    expected: FAIL
    142 
    143  [protocols should be required to be a list]
    144    expected: FAIL
    145 
    146  [constructing with a valid URL should work]
    147    expected: FAIL
    148 
    149  [setting a protocol in the constructor should work]
    150    expected: FAIL
    151 
    152  [connection failure should reject the promises]
    153    expected: FAIL
    154 
    155  [wss.opened should resolve to the right types]
    156    expected: FAIL
    157 
    158 
    159 [constructor.any.serviceworker.html?wss]
    160  expected:
    161    if (os == "android") and not debug: [OK, ERROR]
    162  [constructing with no URL should throw]
    163    expected: FAIL
    164 
    165  [constructing with an invalid URL should throw]
    166    expected: FAIL
    167 
    168  [constructing with invalid options should throw]
    169    expected: FAIL
    170 
    171  [protocols should be required to be a list]
    172    expected: FAIL
    173 
    174  [constructing with a valid URL should work]
    175    expected: FAIL
    176 
    177  [setting a protocol in the constructor should work]
    178    expected: FAIL
    179 
    180  [connection failure should reject the promises]
    181    expected: FAIL
    182 
    183  [wss.opened should resolve to the right types]
    184    expected: FAIL
    185 
    186 
    187 [constructor.any.sharedworker.html?wss]
    188  expected:
    189    if (os == "android") and not debug: [OK, ERROR]
    190  [constructing with no URL should throw]
    191    expected: FAIL
    192 
    193  [constructing with an invalid URL should throw]
    194    expected: FAIL
    195 
    196  [constructing with invalid options should throw]
    197    expected: FAIL
    198 
    199  [protocols should be required to be a list]
    200    expected: FAIL
    201 
    202  [constructing with a valid URL should work]
    203    expected: FAIL
    204 
    205  [setting a protocol in the constructor should work]
    206    expected: FAIL
    207 
    208  [connection failure should reject the promises]
    209    expected: FAIL
    210 
    211  [wss.opened should resolve to the right types]
    212    expected: FAIL
    213 
    214 
    215 [constructor.any.worker.html?wss]
    216  expected:
    217    if (os == "android") and not debug: [OK, CRASH]
    218  [constructing with no URL should throw]
    219    expected: FAIL
    220 
    221  [constructing with an invalid URL should throw]
    222    expected: FAIL
    223 
    224  [constructing with invalid options should throw]
    225    expected: FAIL
    226 
    227  [protocols should be required to be a list]
    228    expected: FAIL
    229 
    230  [constructing with a valid URL should work]
    231    expected: FAIL
    232 
    233  [setting a protocol in the constructor should work]
    234    expected: FAIL
    235 
    236  [connection failure should reject the promises]
    237    expected: FAIL
    238 
    239  [wss.opened should resolve to the right types]
    240    expected: FAIL
    241 
    242 
    243 [constructor.any.html?wpt_flags=h2]
    244  expected:
    245    if (os == "mac") and not debug: [OK, ERROR]
    246    if (os == "android") and not debug: [OK, CRASH]
    247  [constructing with no URL should throw]
    248    expected: FAIL
    249 
    250  [constructing with an invalid URL should throw]
    251    expected: FAIL
    252 
    253  [constructing with invalid options should throw]
    254    expected: FAIL
    255 
    256  [protocols should be required to be a list]
    257    expected: FAIL
    258 
    259  [constructing with a valid URL should work]
    260    expected: FAIL
    261 
    262  [setting a protocol in the constructor should work]
    263    expected: FAIL
    264 
    265  [connection failure should reject the promises]
    266    expected: FAIL
    267 
    268  [wss.opened should resolve to the right types]
    269    expected: FAIL
    270 
    271 
    272 [constructor.any.worker.html?wpt_flags=h2]
    273  expected:
    274    if (os == "mac") and not debug: [OK, CRASH]
    275  [constructing with no URL should throw]
    276    expected: FAIL
    277 
    278  [constructing with an invalid URL should throw]
    279    expected: FAIL
    280 
    281  [constructing with invalid options should throw]
    282    expected: FAIL
    283 
    284  [protocols should be required to be a list]
    285    expected: FAIL
    286 
    287  [constructing with a valid URL should work]
    288    expected: FAIL
    289 
    290  [setting a protocol in the constructor should work]
    291    expected: FAIL
    292 
    293  [connection failure should reject the promises]
    294    expected: FAIL
    295 
    296  [wss.opened should resolve to the right types]
    297    expected: FAIL
    298 
    299 
    300 [constructor.any.sharedworker.html?wpt_flags=h2]
    301  [constructing with no URL should throw]
    302    expected: FAIL
    303 
    304  [constructing with an invalid URL should throw]
    305    expected: FAIL
    306 
    307  [constructing with invalid options should throw]
    308    expected: FAIL
    309 
    310  [protocols should be required to be a list]
    311    expected: FAIL
    312 
    313  [constructing with a valid URL should work]
    314    expected: FAIL
    315 
    316  [setting a protocol in the constructor should work]
    317    expected: FAIL
    318 
    319  [connection failure should reject the promises]
    320    expected: FAIL
    321 
    322  [wss.opened should resolve to the right types]
    323    expected: FAIL