tor-browser

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

duplicate-name-order.html.ini (620B)


      1 [duplicate-name-order.html]
      2  expected:
      3    if (os == "linux") and not debug and fission: TIMEOUT
      4    if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
      5    if (os == "win") and not debug: TIMEOUT
      6    if (os == "mac") and debug: [OK, TIMEOUT]
      7    if (os == "mac") and not debug: TIMEOUT
      8  [Duplicate name lookup order]
      9    expected:
     10      if (os == "linux") and not debug and fission: TIMEOUT
     11      if (os == "linux") and not debug and not fission: [PASS, TIMEOUT]
     12      if (os == "win") and not debug: TIMEOUT
     13      if (os == "mac") and debug: [PASS, TIMEOUT]
     14      if (os == "mac") and not debug: TIMEOUT