tor-browser

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

evaluation-order-1.html.ini (265B)


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