tor-browser

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

domain.sub.html.ini (4279B)


      1 [domain.sub.html]
      2  expected:
      3    if (os == "linux") and not debug and fission: [OK, TIMEOUT]
      4    if (os == "linux") and not debug and not fission: [TIMEOUT, OK]
      5  [Return cookie for domain match (with first domain attribute as suffix of host name and second a match for host name)]
      6    expected:
      7      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
      8 
      9  [No cookie set on domain mismatch before a (domain matching) redirect]
     10    expected:
     11      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
     12 
     13  [No cookie set on domain mismatch before a (domain matching) redirect (for second level subdomain)]
     14    expected:
     15      if (os == "linux") and not debug: [PASS, NOTRUN]
     16 
     17  [Return cookie for domain match (with first domain attribute as suffix of host name and second a bare attribute)]
     18    expected:
     19      if (os == "linux") and not debug and fission: [PASS, NOTRUN]
     20      if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
     21 
     22  [No cookie returned for domain mismatch (first attribute is a different subdomain and second is bare)]
     23    expected:
     24      if (os == "linux") and not debug and fission and tsan: [PASS, TIMEOUT, NOTRUN]
     25      if (os == "linux") and not debug and fission and not tsan: [PASS, NOTRUN]
     26      if (os == "linux") and not debug and not fission: [TIMEOUT, PASS, NOTRUN]
     27 
     28  [Cookies with same name, path, and domain (differing only in leading '.') overwrite each other ('.' second)]
     29    expected:
     30      if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
     31      if (os == "linux") and not debug and not fission: [NOTRUN, PASS, TIMEOUT]
     32 
     33  [Cookies with same name, path, and domain (differing only in leading '.') overwrite each other ('.' first)]
     34    expected:
     35      if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
     36      if (os == "linux") and not debug and not fission: [NOTRUN, PASS, TIMEOUT]
     37 
     38  [No host cookies returned for host cookies after non-host redirect 1]
     39    expected:
     40      if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
     41      if (os == "linux") and not debug and not fission: [NOTRUN, PASS, TIMEOUT]
     42 
     43  [No host cookies returned for host cookies after non-host redirect 2]
     44    expected:
     45      if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
     46      if (os == "linux") and not debug and not fission: [NOTRUN, PASS, TIMEOUT]
     47 
     48  [No host cookies returned for host cookies after non-host redirect 3]
     49    expected:
     50      if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
     51      if (os == "linux") and not debug and not fission: [NOTRUN, PASS, TIMEOUT]
     52 
     53  [Return cookie with valid domain after domain with single dot ('.') value.]
     54    expected:
     55      if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
     56      if (os == "linux") and not debug and not fission: [NOTRUN, PASS, TIMEOUT]
     57 
     58  [Empty domain treated as host cookie 3]
     59    expected:
     60      if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
     61      if (os == "linux") and not debug and not fission: [NOTRUN, PASS, TIMEOUT]
     62 
     63  [Empty domain treated as host cookie 1]
     64    expected:
     65      if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
     66      if (os == "linux") and not debug and not fission: [NOTRUN, PASS, TIMEOUT]
     67 
     68  [Empty domain treated as host cookie 2]
     69    expected:
     70      if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
     71      if (os == "linux") and not debug and not fission: [NOTRUN, PASS, TIMEOUT]
     72 
     73  [Cookie returned for bare domain attribute following mismatched domain attribute (after redirect to same-origin page).]
     74    expected:
     75      if (os == "linux") and not debug: [PASS, NOTRUN]
     76 
     77  [Return cookie for domain match (with two identical domain attributes)]
     78    expected:
     79      if (os == "linux") and not debug: [PASS, TIMEOUT]
     80 
     81  [No cookie returned for domain with single dot ('.') value.]
     82    expected:
     83      if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
     84      if (os == "linux") and not debug and not fission: [NOTRUN, PASS, TIMEOUT]
     85 
     86  [Return cookie for domain match (with first domain attribute a match for host name and second as suffix of host name)]
     87    expected:
     88      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]