tor-browser

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

update-module-request-mode.https.html.ini (553B)


      1 [update-module-request-mode.https.html]
      2  expected:
      3    if (os == "android") and debug and not swgl: [OK, ERROR]
      4    if (os == "linux") and not fission and not debug: [OK, CRASH]
      5  [headers of a main module script]
      6    bug:
      7      if fission and (os == "linux") and not debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1712652
      8    expected:
      9      if not debug and (os == "linux") and (processor == "x86_64"): [PASS, FAIL]
     10      if not debug and (os == "linux") and (processor == "x86"): [PASS, FAIL]
     11      if not debug and (os == "win"): [PASS, FAIL]