tor-browser

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

RTCRtpScriptTransform-encoded-transform.https.html.ini (1459B)


      1 [RTCRtpScriptTransform-encoded-transform.https.html]
      2  bug: 1709960
      3  expected:
      4    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      5    if (os == "mac") and debug: [OK, TIMEOUT]
      6    if (os == "mac") and not debug: [OK, TIMEOUT]
      7    if (os == "android") and not debug: [OK, TIMEOUT]
      8  [Receiver and sender read, modifiy and write video frames.]
      9    bug: 1709960
     10    expected:
     11      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
     12      if (os == "mac") and debug: [PASS, TIMEOUT]
     13      if (os == "mac") and not debug: [PASS, TIMEOUT]
     14 
     15  [Receiver and sender read, modifiy and write audio frames.]
     16    bug: 1709960
     17    expected:
     18      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     19      if (os == "mac") and debug: [PASS, NOTRUN]
     20      if (os == "mac") and not debug: [PASS, NOTRUN]
     21 
     22  [Sender reads frames but doesn't write them back. Receiver doesn't receive any frames.]
     23    bug: 1709960
     24    expected:
     25      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     26      if (os == "mac") and debug: [PASS, NOTRUN]
     27      if (os == "mac") and not debug: [PASS, NOTRUN]
     28 
     29  [Sender skips some frames and only writes one back. Receiver only receives that frame.]
     30    bug: 1709960
     31    expected:
     32      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     33      if (os == "mac") and debug: [PASS, NOTRUN]
     34      if (os == "mac") and not debug: [PASS, NOTRUN]