tor-browser

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

send.py.ini (280B)


      1 [send.py]
      2  expected:
      3    if (os == "mac") and not debug: [OK, TIMEOUT]
      4  [test_unexpected_alert]
      5    expected:
      6      if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL]
      7      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL]