tor-browser

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

video-encoder-h26x-annexb.https.any.js.ini (1852B)


      1 [video-encoder-h26x-annexb.https.any.html?h264_annexb_software]
      2  disabled:
      3    if (os == "android") or (version == "Ubuntu 18.04"): not implemented
      4    if os != "mac": PRECONDITION_FAILED
      5 
      6 [video-encoder-h26x-annexb.https.any.html?h264_annexb_hardware]
      7  disabled:
      8    if (os == "android") or (version == "Ubuntu 18.04"): not implemented
      9  [Verify stream compliance h26x annexb]
     10    expected:
     11      if os == "win": PRECONDITION_FAILED
     12      if os == "linux": PRECONDITION_FAILED
     13 
     14 
     15 [video-encoder-h26x-annexb.https.any.html?h265_annexb_software]
     16  disabled:
     17    if (os == "android") or (version == "Ubuntu 18.04"): not implemented
     18  [Verify stream compliance h26x annexb]
     19    expected:
     20      if os == "linux": PASS
     21      PRECONDITION_FAILED
     22 
     23 
     24 [video-encoder-h26x-annexb.https.any.html?h265_annexb_hardware]
     25  disabled:
     26    if (os == "android") or (version == "Ubuntu 18.04"): not implemented
     27  [Verify stream compliance h26x annexb]
     28    expected: PRECONDITION_FAILED
     29 
     30 
     31 [video-encoder-h26x-annexb.https.any.worker.html?h265_annexb_software]
     32  [Verify stream compliance h26x annexb]
     33    expected:
     34      if os == "linux": PASS
     35      PRECONDITION_FAILED
     36 
     37 
     38 [video-encoder-h26x-annexb.https.any.worker.html?h265_annexb_hardware]
     39  [Verify stream compliance h26x annexb]
     40    expected: PRECONDITION_FAILED
     41 
     42 
     43 [video-encoder-h26x-annexb.https.any.worker.html?h264_annexb_software]
     44  [Verify stream compliance h26x annexb]
     45    expected:
     46      if (os == "linux") and (version == "Ubuntu 18.04"): PRECONDITION_FAILED
     47      if os == "android": PRECONDITION_FAILED
     48 
     49 
     50 [video-encoder-h26x-annexb.https.any.worker.html?h264_annexb_hardware]
     51  [Verify stream compliance h26x annexb]
     52    expected:
     53      if tsan: PRECONDITION_FAILED
     54      if os == "linux": PRECONDITION_FAILED
     55      if os == "mac": PASS
     56      if os == "win": PRECONDITION_FAILED
     57      PRECONDITION_FAILED