tor-browser

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

RTCRtpScriptTransform-sender-worker-single-frame.https.html.ini (1075B)


      1 [RTCRtpScriptTransform-sender-worker-single-frame.https.html]
      2  expected:
      3    if (os == "linux") and not debug and not asan and not tsan: [OK, TIMEOUT]
      4    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
      5    if (os == "mac") and debug: [OK, TIMEOUT]
      6    if (os == "mac") and not debug: [OK, TIMEOUT]
      7    if not debug and (os == "win") and (processor == "x86"): [OK, TIMEOUT]
      8  [RTCRtpSender initializes its transform attribute and the Worker sends an RTCEncodedAudioFrame back]
      9    expected:
     10      if (os == "linux") and not debug and not asan and not tsan: [PASS, TIMEOUT]
     11      if (os == "mac") and not debug: [PASS, TIMEOUT]
     12      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
     13 
     14  [RTCRtpSender initializes its transform attribute and the Worker sends an RTCEncodedVideoFrame back]
     15    expected:
     16      if (os == "linux") and not debug and not asan and not tsan: [PASS, NOTRUN]
     17      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
     18      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]