tor-browser

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

evaluation-order-3.any.js.ini (386B)


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