tor-browser

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

evaluation-error-4.html.ini (250B)


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