tor-browser

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

sharedworker-module.https.html.ini (363B)


      1 [sharedworker-module.https.html]
      2  expected:
      3    if (os == "win") and debug and (processor == "x86"): OK
      4    if (os == "linux") and fission and not asan: OK
      5    if (os == "win") and not debug: OK
      6    if (os == "mac") and not debug: [OK, CRASH]
      7    if (os == "android") and debug: [CRASH, OK, TIMEOUT]
      8    if (os == "android") and not debug: [CRASH, OK]
      9    CRASH