tor-browser

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

video-encoder-rescaling.https.any.js.ini (14151B)


      1 [video-encoder-rescaling.https.any.html?h264_annexb]
      2  disabled:
      3    if (os == "android") or (version == "Ubuntu 18.04"): not implemented
      4    if os == "win" and os_version == "11.26100" and ccov: perma FAIL
      5 
      6 [video-encoder-rescaling.https.any.html?vp9_p0]
      7  disabled:
      8    if (os == "android") or (bits == 32): not implemented
      9    if (os == "win") and ccov: FAIL # Bug 1932745
     10 
     11 [video-encoder-rescaling.https.any.html?av1]
     12  disabled:
     13    if (os == "android") or (bits == 32): not implemented
     14 
     15 [video-encoder-rescaling.https.any.html?h264_avc]
     16  disabled:
     17    if (os == "android") or (version == "Ubuntu 18.04"): not implemented
     18 
     19 
     20 [video-encoder-rescaling.https.any.html?vp8]
     21  disabled:
     22    if (os == "android") or (bits == 32): not implemented
     23    if (os == "win") and ccov: FAIL # Bug 1932745
     24 
     25 [video-encoder-rescaling.https.any.worker.html?h264_annexb]
     26  expected:
     27    if (os == "linux") and (version == "Ubuntu 18.04"): ERROR
     28    if os == "android": ERROR
     29  [Scaling Image in Encoding from 64 x 64 to 128 x 128 Format: RGBX]
     30    expected:
     31      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     32      if os == "android": FAIL
     33 
     34  [Scaling Image in Encoding from 64 x 64 to 128 x 128 Format: I420]
     35    expected:
     36      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     37      if os == "android": FAIL
     38 
     39  [Scaling Image in Encoding from 128 x 128 to 128 x 128 Format: RGBX]
     40    expected:
     41      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     42      if os == "android": FAIL
     43 
     44  [Scaling Image in Encoding from 128 x 128 to 128 x 128 Format: I420]
     45    expected:
     46      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     47      if os == "android": FAIL
     48 
     49  [Scaling Image in Encoding from 128 x 128 to 64 x 64 Format: RGBX]
     50    expected:
     51      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     52      if os == "android": FAIL
     53 
     54  [Scaling Image in Encoding from 128 x 128 to 64 x 64 Format: I420]
     55    expected:
     56      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     57      if os == "android": FAIL
     58 
     59  [Scaling Image in Encoding from 32 x 32 to 96 x 96 Format: RGBX]
     60    expected:
     61      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     62      if os == "android": FAIL
     63 
     64  [Scaling Image in Encoding from 32 x 32 to 96 x 96 Format: I420]
     65    expected:
     66      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     67      if os == "android": FAIL
     68 
     69  [Scaling Image in Encoding from 192 x 192 to 64 x 64 Format: RGBX]
     70    expected:
     71      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     72      if os == "android": FAIL
     73 
     74  [Scaling Image in Encoding from 192 x 192 to 64 x 64 Format: I420]
     75    expected:
     76      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     77      if os == "android": FAIL
     78 
     79  [Scaling Image in Encoding from 64 x 32 to 128 x 64 Format: RGBX]
     80    expected:
     81      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     82      if os == "android": FAIL
     83 
     84  [Scaling Image in Encoding from 64 x 32 to 128 x 64 Format: I420]
     85    expected:
     86      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     87      if os == "android": FAIL
     88 
     89  [Scaling Image in Encoding from 128 x 256 to 64 x 128 Format: RGBX]
     90    expected:
     91      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     92      if os == "android": FAIL
     93 
     94  [Scaling Image in Encoding from 128 x 256 to 64 x 128 Format: I420]
     95    expected:
     96      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
     97      if os == "android": FAIL
     98 
     99  [Scaling Image in Encoding from 64 x 64 to 128 x 192 Format: RGBX]
    100    expected:
    101      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    102      if os == "android": FAIL
    103 
    104  [Scaling Image in Encoding from 64 x 64 to 128 x 192 Format: I420]
    105    expected:
    106      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    107      if os == "android": FAIL
    108 
    109  [Scaling Image in Encoding from 128 x 192 to 64 x 64 Format: RGBX]
    110    expected:
    111      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    112      if os == "android": FAIL
    113 
    114  [Scaling Image in Encoding from 128 x 192 to 64 x 64 Format: I420]
    115    expected:
    116      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    117      if os == "android": FAIL
    118 
    119 
    120 [video-encoder-rescaling.https.any.worker.html?vp9_p0]
    121  disabled:
    122    if (os == "win") and ccov: FAIL # Bug 1932745
    123  expected:
    124    if os == "android": ERROR
    125  [Scaling Image in Encoding from 64 x 64 to 128 x 128 Format: RGBX]
    126    expected:
    127      if os == "android": FAIL
    128 
    129  [Scaling Image in Encoding from 64 x 64 to 128 x 128 Format: I420]
    130    expected:
    131      if os == "android": FAIL
    132 
    133  [Scaling Image in Encoding from 128 x 128 to 128 x 128 Format: RGBX]
    134    expected:
    135      if os == "android": FAIL
    136 
    137  [Scaling Image in Encoding from 128 x 128 to 128 x 128 Format: I420]
    138    expected:
    139      if os == "android": FAIL
    140 
    141  [Scaling Image in Encoding from 128 x 128 to 64 x 64 Format: RGBX]
    142    expected:
    143      if os == "android": FAIL
    144 
    145  [Scaling Image in Encoding from 128 x 128 to 64 x 64 Format: I420]
    146    expected:
    147      if os == "android": FAIL
    148 
    149  [Scaling Image in Encoding from 32 x 32 to 96 x 96 Format: RGBX]
    150    expected:
    151      if os == "android": FAIL
    152 
    153  [Scaling Image in Encoding from 32 x 32 to 96 x 96 Format: I420]
    154    expected:
    155      if os == "android": FAIL
    156 
    157  [Scaling Image in Encoding from 192 x 192 to 64 x 64 Format: RGBX]
    158    expected:
    159      if os == "android": FAIL
    160 
    161  [Scaling Image in Encoding from 192 x 192 to 64 x 64 Format: I420]
    162    expected:
    163      if os == "android": FAIL
    164 
    165  [Scaling Image in Encoding from 64 x 32 to 128 x 64 Format: RGBX]
    166    expected:
    167      if os == "android": FAIL
    168 
    169  [Scaling Image in Encoding from 64 x 32 to 128 x 64 Format: I420]
    170    expected:
    171      if os == "android": FAIL
    172 
    173  [Scaling Image in Encoding from 128 x 256 to 64 x 128 Format: RGBX]
    174    expected:
    175      if os == "android": FAIL
    176 
    177  [Scaling Image in Encoding from 128 x 256 to 64 x 128 Format: I420]
    178    expected:
    179      if os == "android": FAIL
    180 
    181  [Scaling Image in Encoding from 64 x 64 to 128 x 192 Format: RGBX]
    182    expected:
    183      if os == "android": FAIL
    184 
    185  [Scaling Image in Encoding from 64 x 64 to 128 x 192 Format: I420]
    186    expected:
    187      if os == "android": FAIL
    188 
    189  [Scaling Image in Encoding from 128 x 192 to 64 x 64 Format: RGBX]
    190    expected:
    191      if os == "android": FAIL
    192 
    193  [Scaling Image in Encoding from 128 x 192 to 64 x 64 Format: I420]
    194    expected:
    195      if os == "android": FAIL
    196 
    197 
    198 [video-encoder-rescaling.https.any.worker.html?av1]
    199  expected:
    200    if os == "android": ERROR
    201  [Scaling Image in Encoding from 64 x 64 to 128 x 128 Format: RGBX]
    202    expected:
    203      if os == "android": FAIL
    204 
    205  [Scaling Image in Encoding from 64 x 64 to 128 x 128 Format: I420]
    206    expected:
    207      if os == "android": FAIL
    208 
    209  [Scaling Image in Encoding from 128 x 128 to 128 x 128 Format: RGBX]
    210    expected:
    211      if os == "android": FAIL
    212 
    213  [Scaling Image in Encoding from 128 x 128 to 128 x 128 Format: I420]
    214    expected:
    215      if os == "android": FAIL
    216 
    217  [Scaling Image in Encoding from 128 x 128 to 64 x 64 Format: RGBX]
    218    expected:
    219      if os == "android": FAIL
    220 
    221  [Scaling Image in Encoding from 128 x 128 to 64 x 64 Format: I420]
    222    expected:
    223      if os == "android": FAIL
    224 
    225  [Scaling Image in Encoding from 32 x 32 to 96 x 96 Format: RGBX]
    226    expected:
    227      if os == "android": FAIL
    228 
    229  [Scaling Image in Encoding from 32 x 32 to 96 x 96 Format: I420]
    230    expected:
    231      if os == "android": FAIL
    232 
    233  [Scaling Image in Encoding from 192 x 192 to 64 x 64 Format: RGBX]
    234    expected:
    235      if os == "android": FAIL
    236 
    237  [Scaling Image in Encoding from 192 x 192 to 64 x 64 Format: I420]
    238    expected:
    239      if os == "android": FAIL
    240 
    241  [Scaling Image in Encoding from 64 x 32 to 128 x 64 Format: RGBX]
    242    expected:
    243      if os == "android": FAIL
    244 
    245  [Scaling Image in Encoding from 64 x 32 to 128 x 64 Format: I420]
    246    expected:
    247      if os == "android": FAIL
    248 
    249  [Scaling Image in Encoding from 128 x 256 to 64 x 128 Format: RGBX]
    250    expected:
    251      if os == "android": FAIL
    252 
    253  [Scaling Image in Encoding from 128 x 256 to 64 x 128 Format: I420]
    254    expected:
    255      if os == "android": FAIL
    256 
    257  [Scaling Image in Encoding from 64 x 64 to 128 x 192 Format: RGBX]
    258    expected:
    259      if os == "android": FAIL
    260 
    261  [Scaling Image in Encoding from 64 x 64 to 128 x 192 Format: I420]
    262    expected:
    263      if os == "android": FAIL
    264 
    265  [Scaling Image in Encoding from 128 x 192 to 64 x 64 Format: RGBX]
    266    expected:
    267      if os == "android": FAIL
    268 
    269  [Scaling Image in Encoding from 128 x 192 to 64 x 64 Format: I420]
    270    expected:
    271      if os == "android": FAIL
    272 
    273 
    274 [video-encoder-rescaling.https.any.worker.html?vp8]
    275  disabled:
    276    if (os == "win") and ccov: FAIL # Bug 1932745
    277  expected:
    278    if os == "android": ERROR
    279  [Scaling Image in Encoding from 64 x 64 to 128 x 128 Format: RGBX]
    280    expected:
    281      if os == "android": FAIL
    282 
    283  [Scaling Image in Encoding from 64 x 64 to 128 x 128 Format: I420]
    284    expected:
    285      if os == "android": FAIL
    286 
    287  [Scaling Image in Encoding from 128 x 128 to 128 x 128 Format: RGBX]
    288    expected:
    289      if os == "android": FAIL
    290 
    291  [Scaling Image in Encoding from 128 x 128 to 128 x 128 Format: I420]
    292    expected:
    293      if os == "android": FAIL
    294 
    295  [Scaling Image in Encoding from 128 x 128 to 64 x 64 Format: RGBX]
    296    expected:
    297      if os == "android": FAIL
    298 
    299  [Scaling Image in Encoding from 128 x 128 to 64 x 64 Format: I420]
    300    expected:
    301      if os == "android": FAIL
    302 
    303  [Scaling Image in Encoding from 32 x 32 to 96 x 96 Format: RGBX]
    304    expected:
    305      if os == "android": FAIL
    306 
    307  [Scaling Image in Encoding from 32 x 32 to 96 x 96 Format: I420]
    308    expected:
    309      if os == "android": FAIL
    310 
    311  [Scaling Image in Encoding from 192 x 192 to 64 x 64 Format: RGBX]
    312    expected:
    313      if os == "android": FAIL
    314 
    315  [Scaling Image in Encoding from 192 x 192 to 64 x 64 Format: I420]
    316    expected:
    317      if os == "android": FAIL
    318 
    319  [Scaling Image in Encoding from 64 x 32 to 128 x 64 Format: RGBX]
    320    expected:
    321      if os == "android": FAIL
    322 
    323  [Scaling Image in Encoding from 64 x 32 to 128 x 64 Format: I420]
    324    expected:
    325      if os == "android": FAIL
    326 
    327  [Scaling Image in Encoding from 128 x 256 to 64 x 128 Format: RGBX]
    328    expected:
    329      if os == "android": FAIL
    330 
    331  [Scaling Image in Encoding from 128 x 256 to 64 x 128 Format: I420]
    332    expected:
    333      if os == "android": FAIL
    334 
    335  [Scaling Image in Encoding from 64 x 64 to 128 x 192 Format: RGBX]
    336    expected:
    337      if os == "android": FAIL
    338 
    339  [Scaling Image in Encoding from 64 x 64 to 128 x 192 Format: I420]
    340    expected:
    341      if os == "android": FAIL
    342 
    343  [Scaling Image in Encoding from 128 x 192 to 64 x 64 Format: RGBX]
    344    expected:
    345      if os == "android": FAIL
    346 
    347  [Scaling Image in Encoding from 128 x 192 to 64 x 64 Format: I420]
    348    expected:
    349      if os == "android": FAIL
    350 
    351 
    352 [video-encoder-rescaling.https.any.worker.html?h264_avc]
    353  expected:
    354    if (os == "linux") and (version == "Ubuntu 18.04"): ERROR
    355    if os == "android": ERROR
    356  [Scaling Image in Encoding from 64 x 64 to 128 x 128 Format: RGBX]
    357    expected:
    358      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    359      if os == "android": FAIL
    360 
    361  [Scaling Image in Encoding from 64 x 64 to 128 x 128 Format: I420]
    362    expected:
    363      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    364      if os == "android": FAIL
    365 
    366  [Scaling Image in Encoding from 128 x 128 to 128 x 128 Format: RGBX]
    367    expected:
    368      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    369      if os == "android": FAIL
    370 
    371  [Scaling Image in Encoding from 128 x 128 to 128 x 128 Format: I420]
    372    expected:
    373      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    374      if os == "android": FAIL
    375 
    376  [Scaling Image in Encoding from 128 x 128 to 64 x 64 Format: RGBX]
    377    expected:
    378      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    379      if os == "android": FAIL
    380 
    381  [Scaling Image in Encoding from 128 x 128 to 64 x 64 Format: I420]
    382    expected:
    383      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    384      if os == "android": FAIL
    385 
    386  [Scaling Image in Encoding from 32 x 32 to 96 x 96 Format: RGBX]
    387    expected:
    388      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    389      if os == "android": FAIL
    390 
    391  [Scaling Image in Encoding from 32 x 32 to 96 x 96 Format: I420]
    392    expected:
    393      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    394      if os == "android": FAIL
    395 
    396  [Scaling Image in Encoding from 192 x 192 to 64 x 64 Format: RGBX]
    397    expected:
    398      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    399      if os == "android": FAIL
    400 
    401  [Scaling Image in Encoding from 192 x 192 to 64 x 64 Format: I420]
    402    expected:
    403      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    404      if os == "android": FAIL
    405 
    406  [Scaling Image in Encoding from 64 x 32 to 128 x 64 Format: RGBX]
    407    expected:
    408      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    409      if os == "android": FAIL
    410 
    411  [Scaling Image in Encoding from 64 x 32 to 128 x 64 Format: I420]
    412    expected:
    413      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    414      if os == "android": FAIL
    415 
    416  [Scaling Image in Encoding from 128 x 256 to 64 x 128 Format: RGBX]
    417    expected:
    418      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    419      if os == "android": FAIL
    420 
    421  [Scaling Image in Encoding from 128 x 256 to 64 x 128 Format: I420]
    422    expected:
    423      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    424      if os == "android": FAIL
    425 
    426  [Scaling Image in Encoding from 64 x 64 to 128 x 192 Format: RGBX]
    427    expected:
    428      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    429      if os == "android": FAIL
    430 
    431  [Scaling Image in Encoding from 64 x 64 to 128 x 192 Format: I420]
    432    expected:
    433      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    434      if os == "android": FAIL
    435 
    436  [Scaling Image in Encoding from 128 x 192 to 64 x 64 Format: RGBX]
    437    expected:
    438      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    439      if os == "android": FAIL
    440 
    441  [Scaling Image in Encoding from 128 x 192 to 64 x 64 Format: I420]
    442    expected:
    443      if (os == "linux") and (version == "Ubuntu 18.04"): FAIL
    444      if os == "android": FAIL