tor-browser

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

unregister-then-register.https.html.ini (602B)


      1 [unregister-then-register.https.html]
      2  max-asserts: 2
      3  expected:
      4    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      5    if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
      6    if (os == "android") and debug: [OK, ERROR]
      7  [Unregister then register does not affect existing controllee]
      8    expected:
      9      if asan and not fission: [PASS, TIMEOUT]
     10 
     11  [Unregister then register does not resurrect the registration]
     12    expected:
     13      if not asan and (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
     14      if asan and not fission: [PASS, NOTRUN]