tor-browser

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

videoDecoder-codec-specific.https.any.js.ini (35242B)


      1 [videoDecoder-codec-specific.https.any.worker.html?vp8]
      2  [Test isConfigSupported()]
      3    expected:
      4      if os == "android": PRECONDITION_FAILED
      5 
      6  [Test isConfigSupported() with 1080p crop]
      7    expected:
      8      if os == "android": PRECONDITION_FAILED
      9 
     10  [Test that isConfigSupported() returns a parsed configuration]
     11    expected:
     12      if os == "android": PRECONDITION_FAILED
     13 
     14  [Test invalid configs]
     15    expected:
     16      if os == "android": PRECONDITION_FAILED
     17 
     18  [Test configure()]
     19    expected:
     20      if os == "android": PRECONDITION_FAILED
     21 
     22  [Decode a key frame]
     23    expected:
     24      if os == "android": PRECONDITION_FAILED
     25 
     26  [Decode a non key frame first fails]
     27    expected:
     28      if os == "android": PRECONDITION_FAILED
     29 
     30  [Verify reset() suppresses outputs]
     31    expected:
     32      if os == "android": PRECONDITION_FAILED
     33 
     34  [Test unconfigured VideoDecoder operations]
     35    expected:
     36      if os == "android": PRECONDITION_FAILED
     37 
     38  [Test closed VideoDecoder operations]
     39    expected:
     40      if os == "android": PRECONDITION_FAILED
     41 
     42  [Decode empty frame]
     43    expected:
     44      if os == "android": PRECONDITION_FAILED
     45 
     46  [Decode corrupt frame]
     47    expected:
     48      if os == "android": PRECONDITION_FAILED
     49 
     50  [Close while decoding corrupt frame]
     51    expected:
     52      if os == "android": PRECONDITION_FAILED
     53 
     54  [Test decoding after flush]
     55    expected:
     56      if os == "android": PRECONDITION_FAILED
     57 
     58  [Test decoding a with negative timestamp]
     59    expected:
     60      if os == "android": PRECONDITION_FAILED
     61 
     62  [Test reset during flush]
     63    expected:
     64      if os == "android": PRECONDITION_FAILED
     65 
     66  [Test new flush after reset in a flush callback]
     67    expected:
     68      if os == "android": PRECONDITION_FAILED
     69 
     70  [Test decoding a corrupt frame after reset in a flush callback]
     71    expected:
     72      if os == "android": PRECONDITION_FAILED
     73 
     74  [Test low-latency decoding]
     75    expected:
     76      if os == "android": PRECONDITION_FAILED
     77 
     78  [VideoDecoder decodeQueueSize test]
     79    expected:
     80      if os == "android": PRECONDITION_FAILED
     81 
     82  [Test configure, reset, configure does not stall]
     83    expected:
     84      if os == "android": PRECONDITION_FAILED
     85 
     86  [Decode a key frame marked as delta fails]
     87    expected:
     88      if os == "android": PRECONDITION_FAILED
     89 
     90 
     91 [videoDecoder-codec-specific.https.any.worker.html?h264_avc]
     92  [Test isConfigSupported()]
     93    expected:
     94      if os == "android": PRECONDITION_FAILED
     95 
     96  [Test isConfigSupported() with 1080p crop]
     97    expected:
     98      if os == "android": PRECONDITION_FAILED
     99 
    100  [Test that isConfigSupported() returns a parsed configuration]
    101    expected:
    102      if os == "android": PRECONDITION_FAILED
    103 
    104  [Test invalid configs]
    105    expected:
    106      if os == "android": PRECONDITION_FAILED
    107 
    108  [Test configure()]
    109    expected:
    110      if os == "android": PRECONDITION_FAILED
    111 
    112  [Decode a key frame]
    113    expected:
    114      if os == "android": PRECONDITION_FAILED
    115 
    116  [Decode a non key frame first fails]
    117    expected:
    118      if os == "android": PRECONDITION_FAILED
    119 
    120  [Verify reset() suppresses outputs]
    121    expected:
    122      if (os == "linux") and debug and (display == "x11"): [PASS, FAIL]
    123      if os == "android": PRECONDITION_FAILED
    124 
    125  [Test unconfigured VideoDecoder operations]
    126    expected:
    127      if os == "android": PRECONDITION_FAILED
    128 
    129  [Test closed VideoDecoder operations]
    130    expected:
    131      if os == "android": PRECONDITION_FAILED
    132 
    133  [Decode empty frame]
    134    expected:
    135      if os == "android": PRECONDITION_FAILED
    136 
    137  [Decode corrupt frame]
    138    expected:
    139      if os == "android": PRECONDITION_FAILED
    140 
    141  [Close while decoding corrupt frame]
    142    expected:
    143      if os == "android": PRECONDITION_FAILED
    144 
    145  [Test decoding after flush]
    146    expected:
    147      if os == "android": PRECONDITION_FAILED
    148 
    149  [Test decoding a with negative timestamp]
    150    expected:
    151      if os == "android": PRECONDITION_FAILED
    152 
    153  [Test reset during flush]
    154    expected:
    155      if os == "android": PRECONDITION_FAILED
    156 
    157  [Test new flush after reset in a flush callback]
    158    expected:
    159      if os == "android": PRECONDITION_FAILED
    160 
    161  [Test decoding a corrupt frame after reset in a flush callback]
    162    expected:
    163      if os == "android": PRECONDITION_FAILED
    164 
    165  [Test low-latency decoding]
    166    expected:
    167      if os == "android": PRECONDITION_FAILED
    168 
    169  [VideoDecoder decodeQueueSize test]
    170    expected:
    171      if os == "android": PRECONDITION_FAILED
    172 
    173  [Test configure, reset, configure does not stall]
    174    expected:
    175      if os == "android": PRECONDITION_FAILED
    176 
    177  [Decode a key frame marked as delta fails]
    178    expected:
    179      if os == "android": PRECONDITION_FAILED
    180 
    181 
    182 [videoDecoder-codec-specific.https.any.worker.html?vp9]
    183  [Test isConfigSupported()]
    184    expected:
    185      if os == "android": PRECONDITION_FAILED
    186 
    187  [Test isConfigSupported() with 1080p crop]
    188    expected:
    189      if os == "android": PRECONDITION_FAILED
    190 
    191  [Test that isConfigSupported() returns a parsed configuration]
    192    expected:
    193      if os == "android": PRECONDITION_FAILED
    194 
    195  [Test invalid configs]
    196    expected:
    197      if os == "android": PRECONDITION_FAILED
    198 
    199  [Test configure()]
    200    expected:
    201      if os == "android": PRECONDITION_FAILED
    202 
    203  [Decode a key frame]
    204    expected:
    205      if os == "android": PRECONDITION_FAILED
    206 
    207  [Decode a non key frame first fails]
    208    expected:
    209      if os == "android": PRECONDITION_FAILED
    210 
    211  [Verify reset() suppresses outputs]
    212    expected:
    213      if os == "android": PRECONDITION_FAILED
    214 
    215  [Test unconfigured VideoDecoder operations]
    216    expected:
    217      if os == "android": PRECONDITION_FAILED
    218 
    219  [Test closed VideoDecoder operations]
    220    expected:
    221      if os == "android": PRECONDITION_FAILED
    222 
    223  [Decode empty frame]
    224    expected:
    225      if os == "android": PRECONDITION_FAILED
    226 
    227  [Decode corrupt frame]
    228    expected:
    229      if os == "android": PRECONDITION_FAILED
    230 
    231  [Close while decoding corrupt frame]
    232    expected:
    233      if os == "android": PRECONDITION_FAILED
    234 
    235  [Test decoding after flush]
    236    expected:
    237      if os == "android": PRECONDITION_FAILED
    238 
    239  [Test decoding a with negative timestamp]
    240    expected:
    241      if os == "android": PRECONDITION_FAILED
    242 
    243  [Test reset during flush]
    244    expected:
    245      if os == "android": PRECONDITION_FAILED
    246 
    247  [Test new flush after reset in a flush callback]
    248    expected:
    249      if os == "android": PRECONDITION_FAILED
    250 
    251  [Test decoding a corrupt frame after reset in a flush callback]
    252    expected:
    253      if os == "android": PRECONDITION_FAILED
    254 
    255  [Test low-latency decoding]
    256    expected:
    257      if os == "android": PRECONDITION_FAILED
    258 
    259  [VideoDecoder decodeQueueSize test]
    260    expected:
    261      if os == "android": PRECONDITION_FAILED
    262 
    263  [Test configure, reset, configure does not stall]
    264    expected:
    265      if os == "android": PRECONDITION_FAILED
    266 
    267  [Decode a key frame marked as delta fails]
    268    expected:
    269      if os == "android": PRECONDITION_FAILED
    270 
    271 
    272 [videoDecoder-codec-specific.https.any.worker.html?h264_annexb]
    273  expected:
    274    if (os == "linux") and debug: [OK, CRASH]
    275  [Test isConfigSupported()]
    276    expected:
    277      if os == "android": PRECONDITION_FAILED
    278 
    279  [Test isConfigSupported() with 1080p crop]
    280    expected:
    281      if os == "android": PRECONDITION_FAILED
    282 
    283  [Test that isConfigSupported() returns a parsed configuration]
    284    expected:
    285      if os == "android": PRECONDITION_FAILED
    286 
    287  [Test invalid configs]
    288    expected:
    289      if os == "android": PRECONDITION_FAILED
    290 
    291  [Test configure()]
    292    expected:
    293      if os == "android": PRECONDITION_FAILED
    294 
    295  [Decode a key frame]
    296    expected:
    297      if os == "android": PRECONDITION_FAILED
    298 
    299  [Decode a non key frame first fails]
    300    expected:
    301      if os == "android": PRECONDITION_FAILED
    302 
    303  [Verify reset() suppresses outputs]
    304    expected:
    305      if os == "android": PRECONDITION_FAILED
    306 
    307  [Test unconfigured VideoDecoder operations]
    308    expected:
    309      if os == "android": PRECONDITION_FAILED
    310 
    311  [Test closed VideoDecoder operations]
    312    expected:
    313      if os == "android": PRECONDITION_FAILED
    314 
    315  [Decode empty frame]
    316    expected:
    317      if os == "android": PRECONDITION_FAILED
    318 
    319  [Decode corrupt frame]
    320    expected:
    321      if os == "android": PRECONDITION_FAILED
    322 
    323  [Close while decoding corrupt frame]
    324    expected:
    325      if os == "android": PRECONDITION_FAILED
    326 
    327  [Test decoding after flush]
    328    expected:
    329      if os == "android": PRECONDITION_FAILED
    330 
    331  [Test decoding a with negative timestamp]
    332    expected:
    333      if os == "android": PRECONDITION_FAILED
    334 
    335  [Test reset during flush]
    336    expected:
    337      if os == "android": PRECONDITION_FAILED
    338 
    339  [Test new flush after reset in a flush callback]
    340    expected:
    341      if os == "android": PRECONDITION_FAILED
    342 
    343  [Test decoding a corrupt frame after reset in a flush callback]
    344    expected:
    345      if os == "android": PRECONDITION_FAILED
    346 
    347  [Test low-latency decoding]
    348    expected:
    349      if os == "android": PRECONDITION_FAILED
    350 
    351  [VideoDecoder decodeQueueSize test]
    352    expected:
    353      if os == "android": PRECONDITION_FAILED
    354 
    355  [Test configure, reset, configure does not stall]
    356    expected:
    357      if os == "android": PRECONDITION_FAILED
    358 
    359  [Decode a key frame marked as delta fails]
    360    expected:
    361      if os == "android": PRECONDITION_FAILED
    362 
    363 
    364 [videoDecoder-codec-specific.https.any.html?vp8]
    365  [Test isConfigSupported()]
    366    expected:
    367      if os == "android": PRECONDITION_FAILED
    368 
    369  [Test isConfigSupported() with 1080p crop]
    370    expected:
    371      if os == "android": PRECONDITION_FAILED
    372 
    373  [Test that isConfigSupported() returns a parsed configuration]
    374    expected:
    375      if os == "android": PRECONDITION_FAILED
    376 
    377  [Test invalid configs]
    378    expected:
    379      if os == "android": PRECONDITION_FAILED
    380 
    381  [Test configure()]
    382    expected:
    383      if os == "android": PRECONDITION_FAILED
    384 
    385  [Decode a key frame]
    386    expected:
    387      if os == "android": PRECONDITION_FAILED
    388 
    389  [Decode a non key frame first fails]
    390    expected:
    391      if os == "android": PRECONDITION_FAILED
    392 
    393  [Verify reset() suppresses outputs]
    394    expected:
    395      if os == "android": PRECONDITION_FAILED
    396 
    397  [Test unconfigured VideoDecoder operations]
    398    expected:
    399      if os == "android": PRECONDITION_FAILED
    400 
    401  [Test closed VideoDecoder operations]
    402    expected:
    403      if os == "android": PRECONDITION_FAILED
    404 
    405  [Decode empty frame]
    406    expected:
    407      if os == "android": PRECONDITION_FAILED
    408 
    409  [Decode corrupt frame]
    410    expected:
    411      if os == "android": PRECONDITION_FAILED
    412 
    413  [Close while decoding corrupt frame]
    414    expected:
    415      if os == "android": PRECONDITION_FAILED
    416 
    417  [Test decoding after flush]
    418    expected:
    419      if os == "android": PRECONDITION_FAILED
    420 
    421  [Test decoding a with negative timestamp]
    422    expected:
    423      if os == "android": PRECONDITION_FAILED
    424 
    425  [Test reset during flush]
    426    expected:
    427      if os == "android": PRECONDITION_FAILED
    428 
    429  [Test new flush after reset in a flush callback]
    430    expected:
    431      if os == "android": PRECONDITION_FAILED
    432 
    433  [Test decoding a corrupt frame after reset in a flush callback]
    434    expected:
    435      if os == "android": PRECONDITION_FAILED
    436 
    437  [Test low-latency decoding]
    438    expected:
    439      if os == "android": PRECONDITION_FAILED
    440 
    441  [VideoDecoder decodeQueueSize test]
    442    expected:
    443      if os == "android": PRECONDITION_FAILED
    444 
    445  [Test configure, reset, configure does not stall]
    446    expected:
    447      if os == "android": PRECONDITION_FAILED
    448 
    449  [Decode a key frame marked as delta fails]
    450    expected:
    451      if os == "android": PRECONDITION_FAILED
    452 
    453 
    454 [videoDecoder-codec-specific.https.any.html?av1]
    455  [Test isConfigSupported()]
    456    expected:
    457      if os == "android": PRECONDITION_FAILED
    458 
    459  [Test isConfigSupported() with 1080p crop]
    460    expected:
    461      if os == "android": PRECONDITION_FAILED
    462 
    463  [Test that isConfigSupported() returns a parsed configuration]
    464    expected:
    465      if os == "android": PRECONDITION_FAILED
    466 
    467  [Test invalid configs]
    468    expected:
    469      if os == "android": PRECONDITION_FAILED
    470 
    471  [Test configure()]
    472    expected:
    473      if os == "android": PRECONDITION_FAILED
    474 
    475  [Decode a key frame]
    476    expected:
    477      if os == "android": PRECONDITION_FAILED
    478 
    479  [Decode a non key frame first fails]
    480    expected:
    481      if os == "android": PRECONDITION_FAILED
    482 
    483  [Verify reset() suppresses outputs]
    484    expected:
    485      if os == "android": PRECONDITION_FAILED
    486 
    487  [Test unconfigured VideoDecoder operations]
    488    expected:
    489      if os == "android": PRECONDITION_FAILED
    490 
    491  [Test closed VideoDecoder operations]
    492    expected:
    493      if os == "android": PRECONDITION_FAILED
    494 
    495  [Decode empty frame]
    496    expected:
    497      if os == "android": PRECONDITION_FAILED
    498 
    499  [Decode corrupt frame]
    500    expected:
    501      if os == "android": PRECONDITION_FAILED
    502 
    503  [Close while decoding corrupt frame]
    504    expected:
    505      if os == "android": PRECONDITION_FAILED
    506 
    507  [Test decoding after flush]
    508    expected:
    509      if os == "android": PRECONDITION_FAILED
    510 
    511  [Test decoding a with negative timestamp]
    512    expected:
    513      if os == "android": PRECONDITION_FAILED
    514 
    515  [Test reset during flush]
    516    expected:
    517      if os == "android": PRECONDITION_FAILED
    518 
    519  [Test new flush after reset in a flush callback]
    520    expected:
    521      if os == "android": PRECONDITION_FAILED
    522 
    523  [Test decoding a corrupt frame after reset in a flush callback]
    524    expected:
    525      if os == "android": PRECONDITION_FAILED
    526 
    527  [Test low-latency decoding]
    528    expected:
    529      if os == "android": PRECONDITION_FAILED
    530 
    531  [VideoDecoder decodeQueueSize test]
    532    expected:
    533      if os == "android": PRECONDITION_FAILED
    534 
    535  [Test configure, reset, configure does not stall]
    536    expected:
    537      if os == "android": PRECONDITION_FAILED
    538 
    539  [Decode a key frame marked as delta fails]
    540    expected:
    541      if os == "android": PRECONDITION_FAILED
    542 
    543 
    544 [videoDecoder-codec-specific.https.any.worker.html?av1]
    545  expected:
    546    if tsan: [OK, TIMEOUT]
    547  [Test isConfigSupported()]
    548    expected:
    549      if os == "android": PRECONDITION_FAILED
    550 
    551  [Test isConfigSupported() with 1080p crop]
    552    expected:
    553      if os == "android": PRECONDITION_FAILED
    554 
    555  [Test that isConfigSupported() returns a parsed configuration]
    556    expected:
    557      if os == "android": PRECONDITION_FAILED
    558 
    559  [Test invalid configs]
    560    expected:
    561      if os == "android": PRECONDITION_FAILED
    562 
    563  [Test configure()]
    564    expected:
    565      if os == "android": PRECONDITION_FAILED
    566 
    567  [Decode a key frame]
    568    expected:
    569      if os == "android": PRECONDITION_FAILED
    570 
    571  [Decode a non key frame first fails]
    572    expected:
    573      if os == "android": PRECONDITION_FAILED
    574 
    575  [Verify reset() suppresses outputs]
    576    expected:
    577      if os == "android": PRECONDITION_FAILED
    578 
    579  [Test unconfigured VideoDecoder operations]
    580    expected:
    581      if os == "android": PRECONDITION_FAILED
    582 
    583  [Test closed VideoDecoder operations]
    584    expected:
    585      if os == "android": PRECONDITION_FAILED
    586 
    587  [Decode empty frame]
    588    expected:
    589      if os == "android": PRECONDITION_FAILED
    590 
    591  [Decode corrupt frame]
    592    expected:
    593      if os == "android": PRECONDITION_FAILED
    594 
    595  [Close while decoding corrupt frame]
    596    expected:
    597      if os == "android": PRECONDITION_FAILED
    598 
    599  [Test decoding after flush]
    600    expected:
    601      if os == "android": PRECONDITION_FAILED
    602 
    603  [Test decoding a with negative timestamp]
    604    expected:
    605      if os == "android": PRECONDITION_FAILED
    606 
    607  [Test reset during flush]
    608    expected:
    609      if os == "android": PRECONDITION_FAILED
    610 
    611  [Test new flush after reset in a flush callback]
    612    expected:
    613      if os == "android": PRECONDITION_FAILED
    614 
    615  [Test decoding a corrupt frame after reset in a flush callback]
    616    expected:
    617      if os == "android": PRECONDITION_FAILED
    618 
    619  [Test low-latency decoding]
    620    expected:
    621      if os == "android": PRECONDITION_FAILED
    622 
    623  [VideoDecoder decodeQueueSize test]
    624    expected:
    625      if os == "android": PRECONDITION_FAILED
    626 
    627  [Test configure, reset, configure does not stall]
    628    expected:
    629      if os == "android": PRECONDITION_FAILED
    630 
    631  [Decode a key frame marked as delta fails]
    632    expected:
    633      if os == "android": PRECONDITION_FAILED
    634 
    635 
    636 [videoDecoder-codec-specific.https.any.html?vp9]
    637  [Test isConfigSupported()]
    638    expected:
    639      if os == "android": PRECONDITION_FAILED
    640 
    641  [Test isConfigSupported() with 1080p crop]
    642    expected:
    643      if os == "android": PRECONDITION_FAILED
    644 
    645  [Test that isConfigSupported() returns a parsed configuration]
    646    expected:
    647      if os == "android": PRECONDITION_FAILED
    648 
    649  [Test invalid configs]
    650    expected:
    651      if os == "android": PRECONDITION_FAILED
    652 
    653  [Test configure()]
    654    expected:
    655      if os == "android": PRECONDITION_FAILED
    656 
    657  [Decode a key frame]
    658    expected:
    659      if os == "android": PRECONDITION_FAILED
    660 
    661  [Decode a non key frame first fails]
    662    expected:
    663      if os == "android": PRECONDITION_FAILED
    664 
    665  [Verify reset() suppresses outputs]
    666    expected:
    667      if os == "android": PRECONDITION_FAILED
    668 
    669  [Test unconfigured VideoDecoder operations]
    670    expected:
    671      if os == "android": PRECONDITION_FAILED
    672 
    673  [Test closed VideoDecoder operations]
    674    expected:
    675      if os == "android": PRECONDITION_FAILED
    676 
    677  [Decode empty frame]
    678    expected:
    679      if os == "android": PRECONDITION_FAILED
    680 
    681  [Decode corrupt frame]
    682    expected:
    683      if os == "android": PRECONDITION_FAILED
    684 
    685  [Close while decoding corrupt frame]
    686    expected:
    687      if os == "android": PRECONDITION_FAILED
    688 
    689  [Test decoding after flush]
    690    expected:
    691      if os == "android": PRECONDITION_FAILED
    692 
    693  [Test decoding a with negative timestamp]
    694    expected:
    695      if os == "android": PRECONDITION_FAILED
    696 
    697  [Test reset during flush]
    698    expected:
    699      if os == "android": PRECONDITION_FAILED
    700 
    701  [Test new flush after reset in a flush callback]
    702    expected:
    703      if os == "android": PRECONDITION_FAILED
    704 
    705  [Test decoding a corrupt frame after reset in a flush callback]
    706    expected:
    707      if os == "android": PRECONDITION_FAILED
    708 
    709  [Test low-latency decoding]
    710    expected:
    711      if os == "android": PRECONDITION_FAILED
    712 
    713  [VideoDecoder decodeQueueSize test]
    714    expected:
    715      if os == "android": PRECONDITION_FAILED
    716 
    717  [Test configure, reset, configure does not stall]
    718    expected:
    719      if os == "android": PRECONDITION_FAILED
    720 
    721  [Decode a key frame marked as delta fails]
    722    expected:
    723      if os == "android": PRECONDITION_FAILED
    724 
    725 
    726 [videoDecoder-codec-specific.https.any.html?h264_avc]
    727  [Test isConfigSupported()]
    728    expected:
    729      if os == "android": PRECONDITION_FAILED
    730 
    731  [Test isConfigSupported() with 1080p crop]
    732    expected:
    733      if os == "android": PRECONDITION_FAILED
    734 
    735  [Test that isConfigSupported() returns a parsed configuration]
    736    expected:
    737      if os == "android": PRECONDITION_FAILED
    738 
    739  [Test invalid configs]
    740    expected:
    741      if os == "android": PRECONDITION_FAILED
    742 
    743  [Test configure()]
    744    expected:
    745      if os == "android": PRECONDITION_FAILED
    746 
    747  [Decode a key frame]
    748    expected:
    749      if os == "android": PRECONDITION_FAILED
    750 
    751  [Decode a non key frame first fails]
    752    expected:
    753      if os == "android": PRECONDITION_FAILED
    754 
    755  [Verify reset() suppresses outputs]
    756    expected:
    757      if os == "android": PRECONDITION_FAILED
    758 
    759  [Test unconfigured VideoDecoder operations]
    760    expected:
    761      if os == "android": PRECONDITION_FAILED
    762 
    763  [Test closed VideoDecoder operations]
    764    expected:
    765      if os == "android": PRECONDITION_FAILED
    766 
    767  [Decode empty frame]
    768    expected:
    769      if os == "android": PRECONDITION_FAILED
    770 
    771  [Decode corrupt frame]
    772    expected:
    773      if os == "android": PRECONDITION_FAILED
    774 
    775  [Close while decoding corrupt frame]
    776    expected:
    777      if os == "android": PRECONDITION_FAILED
    778 
    779  [Test decoding after flush]
    780    expected:
    781      if os == "android": PRECONDITION_FAILED
    782 
    783  [Test decoding a with negative timestamp]
    784    expected:
    785      if os == "android": PRECONDITION_FAILED
    786 
    787  [Test reset during flush]
    788    expected:
    789      if os == "android": PRECONDITION_FAILED
    790 
    791  [Test new flush after reset in a flush callback]
    792    expected:
    793      if os == "android": PRECONDITION_FAILED
    794 
    795  [Test decoding a corrupt frame after reset in a flush callback]
    796    expected:
    797      if os == "android": PRECONDITION_FAILED
    798 
    799  [Test low-latency decoding]
    800    expected:
    801      if os == "android": PRECONDITION_FAILED
    802 
    803  [VideoDecoder decodeQueueSize test]
    804    expected:
    805      if os == "android": PRECONDITION_FAILED
    806 
    807  [Test configure, reset, configure does not stall]
    808    expected:
    809      if os == "android": PRECONDITION_FAILED
    810 
    811  [Decode a key frame marked as delta fails]
    812    expected:
    813      if os == "android": PRECONDITION_FAILED
    814 
    815 
    816 [videoDecoder-codec-specific.https.any.html?h264_annexb]
    817  [Test isConfigSupported()]
    818    expected:
    819      if os == "android": PRECONDITION_FAILED
    820 
    821  [Test isConfigSupported() with 1080p crop]
    822    expected:
    823      if os == "android": PRECONDITION_FAILED
    824 
    825  [Test that isConfigSupported() returns a parsed configuration]
    826    expected:
    827      if os == "android": PRECONDITION_FAILED
    828 
    829  [Test invalid configs]
    830    expected:
    831      if os == "android": PRECONDITION_FAILED
    832 
    833  [Test configure()]
    834    expected:
    835      if os == "android": PRECONDITION_FAILED
    836 
    837  [Decode a key frame]
    838    expected:
    839      if os == "android": PRECONDITION_FAILED
    840 
    841  [Decode a non key frame first fails]
    842    expected:
    843      if os == "android": PRECONDITION_FAILED
    844 
    845  [Verify reset() suppresses outputs]
    846    expected:
    847      if os == "android": PRECONDITION_FAILED
    848 
    849  [Test unconfigured VideoDecoder operations]
    850    expected:
    851      if os == "android": PRECONDITION_FAILED
    852 
    853  [Test closed VideoDecoder operations]
    854    expected:
    855      if os == "android": PRECONDITION_FAILED
    856 
    857  [Decode empty frame]
    858    expected:
    859      if os == "android": PRECONDITION_FAILED
    860 
    861  [Decode corrupt frame]
    862    expected:
    863      if os == "android": PRECONDITION_FAILED
    864 
    865  [Close while decoding corrupt frame]
    866    expected:
    867      if os == "android": PRECONDITION_FAILED
    868 
    869  [Test decoding after flush]
    870    expected:
    871      if os == "android": PRECONDITION_FAILED
    872 
    873  [Test decoding a with negative timestamp]
    874    expected:
    875      if os == "android": PRECONDITION_FAILED
    876 
    877  [Test reset during flush]
    878    expected:
    879      if os == "android": PRECONDITION_FAILED
    880 
    881  [Test new flush after reset in a flush callback]
    882    expected:
    883      if os == "android": PRECONDITION_FAILED
    884 
    885  [Test decoding a corrupt frame after reset in a flush callback]
    886    expected:
    887      if os == "android": PRECONDITION_FAILED
    888 
    889  [Test low-latency decoding]
    890    expected:
    891      if os == "android": PRECONDITION_FAILED
    892 
    893  [VideoDecoder decodeQueueSize test]
    894    expected:
    895      if os == "android": PRECONDITION_FAILED
    896 
    897  [Test configure, reset, configure does not stall]
    898    expected:
    899      if os == "android": PRECONDITION_FAILED
    900 
    901  [Decode a key frame marked as delta fails]
    902    expected:
    903      if os == "android": PRECONDITION_FAILED
    904 
    905 
    906 [videoDecoder-codec-specific.https.any.html?h265_hevc]
    907  [Test isConfigSupported()]
    908    expected:
    909      if os == "win": PRECONDITION_FAILED
    910      if os == "android": PRECONDITION_FAILED
    911 
    912  [Test isConfigSupported() with 1080p crop]
    913    expected:
    914      if os == "win": PRECONDITION_FAILED
    915      if os == "android": PRECONDITION_FAILED
    916 
    917  [Test that isConfigSupported() returns a parsed configuration]
    918    expected:
    919      if os == "win": PRECONDITION_FAILED
    920      if os == "android": PRECONDITION_FAILED
    921 
    922  [Test invalid configs]
    923    expected:
    924      if os == "win": PRECONDITION_FAILED
    925      if os == "android": PRECONDITION_FAILED
    926 
    927  [Test configure()]
    928    expected:
    929      if os == "win": PRECONDITION_FAILED
    930      if os == "android": PRECONDITION_FAILED
    931 
    932  [Decode a key frame]
    933    expected:
    934      if os == "win": PRECONDITION_FAILED
    935      if os == "android": PRECONDITION_FAILED
    936 
    937  [Decode a non key frame first fails]
    938    expected:
    939      if os == "win": PRECONDITION_FAILED
    940      if os == "android": PRECONDITION_FAILED
    941 
    942  [Verify reset() suppresses outputs]
    943    expected:
    944      if os == "win": PRECONDITION_FAILED
    945      if os == "android": PRECONDITION_FAILED
    946 
    947  [Test unconfigured VideoDecoder operations]
    948    expected:
    949      if os == "win": PRECONDITION_FAILED
    950      if os == "android": PRECONDITION_FAILED
    951 
    952  [Test closed VideoDecoder operations]
    953    expected:
    954      if os == "win": PRECONDITION_FAILED
    955      if os == "android": PRECONDITION_FAILED
    956 
    957  [Decode empty frame]
    958    expected:
    959      if os == "win": PRECONDITION_FAILED
    960      if os == "android": PRECONDITION_FAILED
    961 
    962  [Decode corrupt frame]
    963    expected:
    964      if os == "win": PRECONDITION_FAILED
    965      if os == "android": PRECONDITION_FAILED
    966 
    967  [Close while decoding corrupt frame]
    968    expected:
    969      if os == "win": PRECONDITION_FAILED
    970      if os == "android": PRECONDITION_FAILED
    971 
    972  [Test decoding after flush]
    973    expected:
    974      if os == "win": PRECONDITION_FAILED
    975      if os == "android": PRECONDITION_FAILED
    976 
    977  [Test decoding a with negative timestamp]
    978    expected:
    979      if os == "win": PRECONDITION_FAILED
    980      if os == "android": PRECONDITION_FAILED
    981 
    982  [Test reset during flush]
    983    expected:
    984      if os == "win": PRECONDITION_FAILED
    985      if os == "android": PRECONDITION_FAILED
    986 
    987  [Test new flush after reset in a flush callback]
    988    expected:
    989      if os == "win": PRECONDITION_FAILED
    990      if os == "android": PRECONDITION_FAILED
    991 
    992  [Test decoding a corrupt frame after reset in a flush callback]
    993    expected:
    994      if os == "win": PRECONDITION_FAILED
    995      if os == "android": PRECONDITION_FAILED
    996 
    997  [Test low-latency decoding]
    998    expected:
    999      if os == "win": PRECONDITION_FAILED
   1000      if os == "android": PRECONDITION_FAILED
   1001 
   1002  [VideoDecoder decodeQueueSize test]
   1003    expected:
   1004      if os == "win": PRECONDITION_FAILED
   1005      if os == "android": PRECONDITION_FAILED
   1006 
   1007  [Test configure, reset, configure does not stall]
   1008    expected:
   1009      if os == "win": PRECONDITION_FAILED
   1010      if os == "android": PRECONDITION_FAILED
   1011 
   1012  [Decode a key frame marked as delta fails]
   1013    expected:
   1014      if os == "win": PRECONDITION_FAILED
   1015      if os == "android": PRECONDITION_FAILED
   1016 
   1017 
   1018 [videoDecoder-codec-specific.https.any.worker.html?h265_hevc]
   1019  [Test isConfigSupported()]
   1020    expected:
   1021      if os == "win": PRECONDITION_FAILED
   1022      if os == "android": PRECONDITION_FAILED
   1023 
   1024  [Test isConfigSupported() with 1080p crop]
   1025    expected:
   1026      if os == "win": PRECONDITION_FAILED
   1027      if os == "android": PRECONDITION_FAILED
   1028 
   1029  [Test that isConfigSupported() returns a parsed configuration]
   1030    expected:
   1031      if os == "win": PRECONDITION_FAILED
   1032      if os == "android": PRECONDITION_FAILED
   1033 
   1034  [Test invalid configs]
   1035    expected:
   1036      if os == "win": PRECONDITION_FAILED
   1037      if os == "android": PRECONDITION_FAILED
   1038 
   1039  [Test configure()]
   1040    expected:
   1041      if os == "win": PRECONDITION_FAILED
   1042      if os == "android": PRECONDITION_FAILED
   1043 
   1044  [Decode a key frame]
   1045    expected:
   1046      if os == "win": PRECONDITION_FAILED
   1047      if os == "android": PRECONDITION_FAILED
   1048 
   1049  [Decode a non key frame first fails]
   1050    expected:
   1051      if os == "win": PRECONDITION_FAILED
   1052      if os == "android": PRECONDITION_FAILED
   1053 
   1054  [Verify reset() suppresses outputs]
   1055    expected:
   1056      if os == "win": PRECONDITION_FAILED
   1057      if os == "android": PRECONDITION_FAILED
   1058 
   1059  [Test unconfigured VideoDecoder operations]
   1060    expected:
   1061      if os == "win": PRECONDITION_FAILED
   1062      if os == "android": PRECONDITION_FAILED
   1063 
   1064  [Test closed VideoDecoder operations]
   1065    expected:
   1066      if os == "win": PRECONDITION_FAILED
   1067      if os == "android": PRECONDITION_FAILED
   1068 
   1069  [Decode empty frame]
   1070    expected:
   1071      if os == "win": PRECONDITION_FAILED
   1072      if os == "android": PRECONDITION_FAILED
   1073 
   1074  [Decode corrupt frame]
   1075    expected:
   1076      if os == "win": PRECONDITION_FAILED
   1077      if os == "android": PRECONDITION_FAILED
   1078 
   1079  [Close while decoding corrupt frame]
   1080    expected:
   1081      if os == "win": PRECONDITION_FAILED
   1082      if os == "android": PRECONDITION_FAILED
   1083 
   1084  [Test decoding after flush]
   1085    expected:
   1086      if os == "win": PRECONDITION_FAILED
   1087      if os == "android": PRECONDITION_FAILED
   1088 
   1089  [Test decoding a with negative timestamp]
   1090    expected:
   1091      if os == "win": PRECONDITION_FAILED
   1092      if os == "android": PRECONDITION_FAILED
   1093 
   1094  [Test reset during flush]
   1095    expected:
   1096      if os == "win": PRECONDITION_FAILED
   1097      if os == "android": PRECONDITION_FAILED
   1098 
   1099  [Test new flush after reset in a flush callback]
   1100    expected:
   1101      if os == "win": PRECONDITION_FAILED
   1102      if os == "android": PRECONDITION_FAILED
   1103 
   1104  [Test decoding a corrupt frame after reset in a flush callback]
   1105    expected:
   1106      if os == "win": PRECONDITION_FAILED
   1107      if os == "android": PRECONDITION_FAILED
   1108 
   1109  [Test low-latency decoding]
   1110    expected:
   1111      if os == "win": PRECONDITION_FAILED
   1112      if os == "android": PRECONDITION_FAILED
   1113 
   1114  [VideoDecoder decodeQueueSize test]
   1115    expected:
   1116      if os == "win": PRECONDITION_FAILED
   1117      if os == "android": PRECONDITION_FAILED
   1118 
   1119  [Test configure, reset, configure does not stall]
   1120    expected:
   1121      if os == "win": PRECONDITION_FAILED
   1122      if os == "android": PRECONDITION_FAILED
   1123 
   1124  [Decode a key frame marked as delta fails]
   1125    expected:
   1126      if os == "win": PRECONDITION_FAILED
   1127      if os == "android": PRECONDITION_FAILED
   1128 
   1129 
   1130 [videoDecoder-codec-specific.https.any.html?h265_annexb]
   1131  [Test isConfigSupported()]
   1132    expected:
   1133      if os == "win": PRECONDITION_FAILED
   1134      if os == "android": PRECONDITION_FAILED
   1135 
   1136  [Test isConfigSupported() with 1080p crop]
   1137    expected:
   1138      if os == "win": PRECONDITION_FAILED
   1139      if os == "android": PRECONDITION_FAILED
   1140 
   1141  [Test that isConfigSupported() returns a parsed configuration]
   1142    expected:
   1143      if os == "win": PRECONDITION_FAILED
   1144      if os == "android": PRECONDITION_FAILED
   1145 
   1146  [Test invalid configs]
   1147    expected:
   1148      if os == "win": PRECONDITION_FAILED
   1149      if os == "android": PRECONDITION_FAILED
   1150 
   1151  [Test configure()]
   1152    expected:
   1153      if os == "win": PRECONDITION_FAILED
   1154      if os == "android": PRECONDITION_FAILED
   1155 
   1156  [Decode a key frame]
   1157    expected:
   1158      if os == "win": PRECONDITION_FAILED
   1159      if os == "android": PRECONDITION_FAILED
   1160 
   1161  [Decode a non key frame first fails]
   1162    expected:
   1163      if os == "win": PRECONDITION_FAILED
   1164      if os == "android": PRECONDITION_FAILED
   1165 
   1166  [Verify reset() suppresses outputs]
   1167    expected:
   1168      if os == "win": PRECONDITION_FAILED
   1169      if os == "android": PRECONDITION_FAILED
   1170 
   1171  [Test unconfigured VideoDecoder operations]
   1172    expected:
   1173      if os == "win": PRECONDITION_FAILED
   1174      if os == "android": PRECONDITION_FAILED
   1175 
   1176  [Test closed VideoDecoder operations]
   1177    expected:
   1178      if os == "win": PRECONDITION_FAILED
   1179      if os == "android": PRECONDITION_FAILED
   1180 
   1181  [Decode empty frame]
   1182    expected:
   1183      if os == "win": PRECONDITION_FAILED
   1184      if os == "android": PRECONDITION_FAILED
   1185 
   1186  [Decode corrupt frame]
   1187    expected:
   1188      if os == "win": PRECONDITION_FAILED
   1189      if os == "android": PRECONDITION_FAILED
   1190 
   1191  [Close while decoding corrupt frame]
   1192    expected:
   1193      if os == "win": PRECONDITION_FAILED
   1194      if os == "android": PRECONDITION_FAILED
   1195 
   1196  [Test decoding after flush]
   1197    expected:
   1198      if os == "win": PRECONDITION_FAILED
   1199      if os == "android": PRECONDITION_FAILED
   1200 
   1201  [Test decoding a with negative timestamp]
   1202    expected:
   1203      if os == "win": PRECONDITION_FAILED
   1204      if os == "android": PRECONDITION_FAILED
   1205 
   1206  [Test reset during flush]
   1207    expected:
   1208      if os == "win": PRECONDITION_FAILED
   1209      if os == "android": PRECONDITION_FAILED
   1210 
   1211  [Test new flush after reset in a flush callback]
   1212    expected:
   1213      if os == "win": PRECONDITION_FAILED
   1214      if os == "android": PRECONDITION_FAILED
   1215 
   1216  [Test decoding a corrupt frame after reset in a flush callback]
   1217    expected:
   1218      if os == "win": PRECONDITION_FAILED
   1219      if os == "android": PRECONDITION_FAILED
   1220 
   1221  [Test low-latency decoding]
   1222    expected:
   1223      if os == "win": PRECONDITION_FAILED
   1224      if os == "android": PRECONDITION_FAILED
   1225 
   1226  [VideoDecoder decodeQueueSize test]
   1227    expected:
   1228      if os == "win": PRECONDITION_FAILED
   1229      if os == "android": PRECONDITION_FAILED
   1230 
   1231  [Test configure, reset, configure does not stall]
   1232    expected:
   1233      if os == "win": PRECONDITION_FAILED
   1234      if os == "android": PRECONDITION_FAILED
   1235 
   1236  [Decode a key frame marked as delta fails]
   1237    expected:
   1238      if os == "win": PRECONDITION_FAILED
   1239      if os == "android": PRECONDITION_FAILED
   1240 
   1241 
   1242 [videoDecoder-codec-specific.https.any.worker.html?h265_annexb]
   1243  [Test isConfigSupported()]
   1244    expected:
   1245      if os == "win": PRECONDITION_FAILED
   1246      if os == "android": PRECONDITION_FAILED
   1247 
   1248  [Test isConfigSupported() with 1080p crop]
   1249    expected:
   1250      if os == "win": PRECONDITION_FAILED
   1251      if os == "android": PRECONDITION_FAILED
   1252 
   1253  [Test that isConfigSupported() returns a parsed configuration]
   1254    expected:
   1255      if os == "win": PRECONDITION_FAILED
   1256      if os == "android": PRECONDITION_FAILED
   1257 
   1258  [Test invalid configs]
   1259    expected:
   1260      if os == "win": PRECONDITION_FAILED
   1261      if os == "android": PRECONDITION_FAILED
   1262 
   1263  [Test configure()]
   1264    expected:
   1265      if os == "win": PRECONDITION_FAILED
   1266      if os == "android": PRECONDITION_FAILED
   1267 
   1268  [Decode a key frame]
   1269    expected:
   1270      if os == "win": PRECONDITION_FAILED
   1271      if os == "android": PRECONDITION_FAILED
   1272 
   1273  [Decode a non key frame first fails]
   1274    expected:
   1275      if os == "win": PRECONDITION_FAILED
   1276      if os == "android": PRECONDITION_FAILED
   1277 
   1278  [Verify reset() suppresses outputs]
   1279    expected:
   1280      if os == "win": PRECONDITION_FAILED
   1281      if os == "android": PRECONDITION_FAILED
   1282 
   1283  [Test unconfigured VideoDecoder operations]
   1284    expected:
   1285      if os == "win": PRECONDITION_FAILED
   1286      if os == "android": PRECONDITION_FAILED
   1287 
   1288  [Test closed VideoDecoder operations]
   1289    expected:
   1290      if os == "win": PRECONDITION_FAILED
   1291      if os == "android": PRECONDITION_FAILED
   1292 
   1293  [Decode empty frame]
   1294    expected:
   1295      if os == "win": PRECONDITION_FAILED
   1296      if os == "android": PRECONDITION_FAILED
   1297 
   1298  [Decode corrupt frame]
   1299    expected:
   1300      if os == "win": PRECONDITION_FAILED
   1301      if os == "android": PRECONDITION_FAILED
   1302 
   1303  [Close while decoding corrupt frame]
   1304    expected:
   1305      if os == "win": PRECONDITION_FAILED
   1306      if os == "android": PRECONDITION_FAILED
   1307 
   1308  [Test decoding after flush]
   1309    expected:
   1310      if os == "win": PRECONDITION_FAILED
   1311      if os == "android": PRECONDITION_FAILED
   1312 
   1313  [Test decoding a with negative timestamp]
   1314    expected:
   1315      if os == "win": PRECONDITION_FAILED
   1316      if os == "android": PRECONDITION_FAILED
   1317 
   1318  [Test reset during flush]
   1319    expected:
   1320      if os == "win": PRECONDITION_FAILED
   1321      if os == "android": PRECONDITION_FAILED
   1322 
   1323  [Test new flush after reset in a flush callback]
   1324    expected:
   1325      if os == "win": PRECONDITION_FAILED
   1326      if os == "android": PRECONDITION_FAILED
   1327 
   1328  [Test decoding a corrupt frame after reset in a flush callback]
   1329    expected:
   1330      if os == "win": PRECONDITION_FAILED
   1331      if os == "android": PRECONDITION_FAILED
   1332 
   1333  [Test low-latency decoding]
   1334    expected:
   1335      if os == "win": PRECONDITION_FAILED
   1336      if os == "android": PRECONDITION_FAILED
   1337 
   1338  [VideoDecoder decodeQueueSize test]
   1339    expected:
   1340      if os == "win": PRECONDITION_FAILED
   1341      if os == "android": PRECONDITION_FAILED
   1342 
   1343  [Test configure, reset, configure does not stall]
   1344    expected:
   1345      if os == "win": PRECONDITION_FAILED
   1346      if os == "android": PRECONDITION_FAILED
   1347 
   1348  [Decode a key frame marked as delta fails]
   1349    expected:
   1350      if os == "win": PRECONDITION_FAILED
   1351      if os == "android": PRECONDITION_FAILED