tor-browser

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

nested_worker.worker.js.ini (289B)


      1 [nested_worker.worker.html]
      2  expected:
      3    if not debug and (os == "linux") and asan and fission: CRASH
      4    if debug and (os == "linux") and not fission: CRASH
      5    if debug and (os == "win"): CRASH
      6    if debug and (os == "mac"): CRASH
      7    if not debug and (os == "android"): [OK, CRASH]