tor-browser

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

getStats-remote-candidate-address.html.ini (1236B)


      1 [getStats-remote-candidate-address.html]
      2  expected:
      3    if (os == "linux") and not debug and not asan and not tsan: [OK, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, OK]
      5    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      6    if (os == "mac") and debug: [OK, CRASH]
      7    if (os == "mac") and not debug: [OK, TIMEOUT, CRASH]
      8  [Do not expose in stats remote addresses that are not known to be already exposed to JS]
      9    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1534701
     10    expected:
     11      if (os == "linux") and not debug and not asan and not tsan: [FAIL, TIMEOUT]
     12      if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, FAIL]
     13      if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT]
     14      if (os == "mac") and not debug: [FAIL, TIMEOUT]
     15      FAIL
     16 
     17  [Expose in stats remote addresses that are already exposed to JS]
     18    expected:
     19      if (os == "linux") and not debug and not asan and not tsan: [PASS, NOTRUN]
     20      if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS]
     21      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     22      if (os == "mac") and not debug: [PASS, NOTRUN]