tor-browser

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

script-transform.https.html.ini (548B)


      1 [script-transform.https.html]
      2  bug: 1709960
      3  expected:
      4    if (os_version == "24.04") and not debug and fission: [OK, CRASH]
      5    if (os_version == "14.70") and debug: [OK, TIMEOUT]
      6    if (os_version == "14.70") and not debug: [OK, TIMEOUT]
      7    if os_version == "18.04": [OK, CRASH]
      8  [audio exchange with transform]
      9    expected:
     10      if os == "mac": [PASS, TIMEOUT]
     11 
     12  [video exchange with transform]
     13    bug: 1709960
     14    expected:
     15      if (os == "mac") and debug: [PASS, NOTRUN]
     16      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]