tor-browser

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

title.any.js.ini (518B)


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