tor-browser

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

url-parsing.sub.html.ini (366B)


      1 [url-parsing.sub.html?encoding=windows-1252]
      2  expected:
      3    if not fission and (os == "linux") and debug: CRASH
      4 
      5 [url-parsing.sub.html?encoding=x-cp1251]
      6 
      7 [url-parsing.sub.html?encoding=utf8]
      8  expected:
      9    if (os == "win") and debug and (processor == "x86"): CRASH
     10    if (os == "linux") and not fission and not debug: CRASH
     11    if (os == "mac") and debug: CRASH