tor-browser

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

navigation-headers.https.html.ini (6460B)


      1 [navigation-headers.https.html]
      2  expected:
      3    if (os == "linux") and not debug and tsan: [ERROR, OK, TIMEOUT]
      4    if (os == "linux") and not debug and not tsan: [OK, TIMEOUT]
      5  [POST Navigation, same-site with passthrough service worker sets correct origin and referer headers.]
      6    expected: FAIL
      7 
      8  [POST Navigation, cross-site with passthrough service worker sets correct origin and referer headers.]
      9    expected: FAIL
     10 
     11  [GET Navigation, same-origin with passthrough service worker sets correct sec-fetch headers.]
     12    expected: FAIL
     13 
     14  [POST Navigation, same-origin with passthrough service worker sets correct sec-fetch headers.]
     15    expected: FAIL
     16 
     17  [GET Navigation, same-site with passthrough service worker sets correct sec-fetch headers.]
     18    expected: FAIL
     19 
     20  [POST Navigation, same-site with passthrough service worker sets correct sec-fetch headers.]
     21    expected: FAIL
     22 
     23  [GET Navigation, same-site with navpreload service worker sets correct sec-fetch headers.]
     24    expected:
     25      if asan and not fission: [FAIL, TIMEOUT]
     26      FAIL
     27 
     28  [GET Navigation, same-site with service worker that changes the request sets correct sec-fetch headers.]
     29    expected:
     30      if asan and not fission: [PASS, NOTRUN]
     31 
     32  [POST Navigation, same-site with service worker that changes the request sets correct sec-fetch headers.]
     33    expected:
     34      if asan and not fission: [PASS, NOTRUN]
     35 
     36  [GET Navigation, cross-site with no service worker sets correct sec-fetch headers.]
     37    expected:
     38      if asan and not fission: [PASS, NOTRUN]
     39 
     40  [POST Navigation, cross-site with no service worker sets correct sec-fetch headers.]
     41    expected:
     42      if asan and not fission: [PASS, NOTRUN]
     43 
     44  [GET Navigation, cross-site with passthrough service worker sets correct sec-fetch headers.]
     45    expected:
     46      if asan and not fission: [FAIL, NOTRUN]
     47      FAIL
     48 
     49  [POST Navigation, cross-site with passthrough service worker sets correct sec-fetch headers.]
     50    expected:
     51      if asan and not fission: [FAIL, NOTRUN]
     52      FAIL
     53 
     54  [GET Navigation, cross-site with navpreload service worker sets correct sec-fetch headers.]
     55    expected:
     56      if (os == "linux") and not debug: [FAIL, TIMEOUT, NOTRUN]
     57      FAIL
     58 
     59  [POST Navigation, same-origin with same-site redirect and passthrough service worker sets correct origin and referer headers.]
     60    expected: FAIL
     61 
     62  [POST Navigation, same-origin with cross-site redirect and passthrough service worker sets correct origin and referer headers.]
     63    expected: FAIL
     64 
     65  [POST Navigation, same-origin with cross-site redirect, same-origin redirect, and passthrough service worker sets correct origin and referer headers.]
     66    expected: FAIL
     67 
     68  [GET Navigation, same-origin with same-site redirect and passthrough service worker sets correct sec-fetch headers.]
     69    expected:
     70      if (os == "linux") and not debug: [FAIL, NOTRUN]
     71      FAIL
     72 
     73  [GET Navigation, same-origin with same-site redirect and navpreload service worker sets correct sec-fetch headers.]
     74    expected:
     75      if (os == "linux") and not debug: [FAIL, NOTRUN]
     76      FAIL
     77 
     78  [GET Navigation, same-origin with cross-site redirect and passthrough service worker sets correct sec-fetch headers.]
     79    expected:
     80      if (os == "linux") and not debug: [FAIL, NOTRUN]
     81      FAIL
     82 
     83  [GET Navigation, same-origin with cross-site redirect and navpreload service worker sets correct sec-fetch headers.]
     84    expected:
     85      if (os == "linux") and not debug: [FAIL, NOTRUN]
     86      FAIL
     87 
     88  [GET Navigation, same-origin with cross-site redirect, same-origin redirect, and passthrough service worker sets correct sec-fetch headers.]
     89    expected:
     90      if (os == "linux") and not debug: [FAIL, NOTRUN]
     91      FAIL
     92 
     93  [GET Navigation, same-origin with cross-site redirect, same-origin redirect, and navpreload service worker sets correct sec-fetch headers.]
     94    expected:
     95      if (os == "linux") and not debug: [FAIL, NOTRUN]
     96      FAIL
     97 
     98  [POST Navigation, cross-site with fallback service worker sets correct sec-fetch headers.]
     99    expected:
    100      if (os == "linux") and not debug: [PASS, NOTRUN]
    101 
    102  [GET Navigation, same-origin with cross-site redirect and no service worker sets correct sec-fetch headers.]
    103    expected:
    104      if (os == "linux") and not debug: [PASS, NOTRUN]
    105 
    106  [GET Navigation, same-origin with cross-site redirect, same-origin redirect, and change-request service worker sets correct sec-fetch headers.]
    107    expected:
    108      if (os == "linux") and not debug: [PASS, NOTRUN]
    109 
    110  [GET Navigation, same-origin with cross-site redirect, same-origin redirect, and no service worker sets correct sec-fetch headers.]
    111    expected:
    112      if (os == "linux") and not debug: [PASS, NOTRUN]
    113 
    114  [Cleanup service worker]
    115    expected:
    116      if (os == "linux") and not debug: [PASS, NOTRUN]
    117 
    118  [GET Navigation, same-origin with cross-site redirect and fallback service worker sets correct sec-fetch headers.]
    119    expected:
    120      if (os == "linux") and not debug: [PASS, NOTRUN]
    121 
    122  [GET Navigation, same-origin with same-site redirect and change-request service worker sets correct sec-fetch headers.]
    123    expected:
    124      if (os == "linux") and not debug: [PASS, NOTRUN]
    125 
    126  [GET Navigation, cross-site with fallback service worker sets correct sec-fetch headers.]
    127    expected:
    128      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
    129 
    130  [GET Navigation, same-origin with same-site redirect and fallback service worker sets correct sec-fetch headers.]
    131    expected:
    132      if (os == "linux") and not debug: [PASS, NOTRUN]
    133 
    134  [GET Navigation, same-origin with cross-site redirect, same-origin redirect, and fallback service worker sets correct sec-fetch headers.]
    135    expected:
    136      if (os == "linux") and not debug: [PASS, NOTRUN]
    137 
    138  [GET Navigation, cross-site with service worker that changes the request sets correct sec-fetch headers.]
    139    expected:
    140      if (os == "linux") and not debug: [PASS, NOTRUN]
    141 
    142  [POST Navigation, cross-site with service worker that changes the request sets correct sec-fetch headers.]
    143    expected:
    144      if (os == "linux") and not debug: [PASS, NOTRUN]
    145 
    146  [GET Navigation, same-origin with same-site redirect and no service worker sets correct sec-fetch headers.]
    147    expected:
    148      if (os == "linux") and not debug: [PASS, NOTRUN]
    149 
    150  [GET Navigation, same-origin with cross-site redirect and change-request service worker sets correct sec-fetch headers.]
    151    expected:
    152      if (os == "linux") and not debug: [PASS, NOTRUN]