tor-browser

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

simple-verbose-debug-report.sub.https.html.ini (914B)


      1 [simple-verbose-debug-report.sub.https.html]
      2  expected:
      3    if (os == "win") and ccov: OK
      4    if not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, OK]
      5    if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, OK]
      6    if not debug and (os == "linux") and (processor == "x86"): TIMEOUT
      7    if not debug and (os == "mac"): [TIMEOUT, OK]
      8    if not debug and (os == "win"): TIMEOUT
      9  [Verbose debug report is received.]
     10    expected:
     11      if (os == "win") and ccov: FAIL
     12      if not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, FAIL]
     13      if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, FAIL]
     14      if not debug and (os == "linux") and (processor == "x86"): TIMEOUT
     15      if not debug and (os == "mac"): [TIMEOUT, FAIL]
     16      if not debug and (os == "win"): TIMEOUT
     17      FAIL