tor-browser

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

processing-after-resume.https.html.ini (504B)


      1 [processing-after-resume.https.html]
      2  expected:
      3    if (os == "mac") and debug: [OK, TIMEOUT]
      4    if (os == "mac") and not debug: [OK, TIMEOUT]
      5  [Test consistency of processing after resume()]
      6    expected:
      7      if (os_version == "24.04") and (processor == "x86"): [PASS, FAIL]
      8      if (os_version == "14.70") and debug: [PASS, TIMEOUT]
      9      if (os_version == "14.70") and not debug: [PASS, FAIL, TIMEOUT]
     10      if os_version == "18.04": [PASS, FAIL]
     11      if os_version == "11.26100": [PASS, FAIL]