tor-browser

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

response-clone-iframe.window.js.ini (445B)


      1 [response-clone-iframe.window.html]
      2  expected:
      3    if (os == "linux") and not tsan and not debug and fission and asan: CRASH
      4    if (os == "linux") and not tsan and debug and not fission: CRASH
      5    if (os == "win") and debug: [CRASH, OK, ERROR]
      6    if (os == "win") and not debug: [OK, ERROR]
      7    if (os == "mac") and debug: [OK, ERROR]
      8    if (os == "mac") and not debug: [OK, CRASH, ERROR]
      9    if (os == "android") and not debug: [OK, CRASH]