tor-browser

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

historical.any.js.ini (592B)


      1 [historical.any.sharedworker.html]
      2 
      3 [historical.any.html]
      4  expected:
      5    if (os == "win") and debug and (processor == "x86_64"): CRASH
      6    if (os == "android") and debug: CRASH
      7    if (os == "android") and not debug: [OK, CRASH]
      8 
      9 [historical.any.worker.html]
     10  expected:
     11    if not asan and fission and (os == "win") and debug and (processor == "x86"): CRASH
     12    if not asan and fission and (os == "mac") and not debug: [OK, CRASH]
     13    if not asan and not fission and (os == "android") and not debug: [OK, CRASH]
     14    if not asan and not fission and (os == "linux"): CRASH
     15    if asan: CRASH