tor-browser

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

connect.https.any.js.ini (2460B)


      1 [connect.https.any.serviceworker.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, ERROR]
      4  [Validate subprotocol headers sent]
      5    expected: FAIL
      6 
      7  [Validate subprotocol response header received]
      8    expected: FAIL
      9 
     10  [Validate subprotocol response header received with parameters handled correctly]
     11    expected: FAIL
     12 
     13  [Validate subprotocol response header with non-offered protocol gets ignored]
     14    expected: FAIL
     15 
     16  [Validate subprotocol response header when no protocols were offered gets ignored]
     17    expected: FAIL
     18 
     19  [Validate malformed subprotocol response header gets ignored]
     20    expected: FAIL
     21 
     22 
     23 [connect.https.any.worker.html]
     24  expected:
     25    if (os == "mac") and not debug: [OK, CRASH]
     26  [Validate subprotocol headers sent]
     27    expected: FAIL
     28 
     29  [Validate subprotocol response header received]
     30    expected: FAIL
     31 
     32  [Validate subprotocol response header received with parameters handled correctly]
     33    expected: FAIL
     34 
     35  [Validate subprotocol response header with non-offered protocol gets ignored]
     36    expected: FAIL
     37 
     38  [Validate subprotocol response header when no protocols were offered gets ignored]
     39    expected: FAIL
     40 
     41  [Validate malformed subprotocol response header gets ignored]
     42    expected: FAIL
     43 
     44 
     45 [connect.https.any.html]
     46  expected:
     47    if (os == "mac") and not debug: [OK, CRASH]
     48  [Validate subprotocol headers sent]
     49    expected: FAIL
     50 
     51  [Validate subprotocol response header received]
     52    expected: FAIL
     53 
     54  [Validate subprotocol response header received with parameters handled correctly]
     55    expected: FAIL
     56 
     57  [Validate subprotocol response header with non-offered protocol gets ignored]
     58    expected: FAIL
     59 
     60  [Validate subprotocol response header when no protocols were offered gets ignored]
     61    expected: FAIL
     62 
     63  [Validate malformed subprotocol response header gets ignored]
     64    expected: FAIL
     65 
     66 
     67 [connect.https.any.sharedworker.html]
     68  expected:
     69    if (os == "mac") and not debug: [OK, CRASH]
     70  [Validate subprotocol headers sent]
     71    expected: FAIL
     72 
     73  [Validate subprotocol response header received]
     74    expected: FAIL
     75 
     76  [Validate subprotocol response header received with parameters handled correctly]
     77    expected: FAIL
     78 
     79  [Validate subprotocol response header with non-offered protocol gets ignored]
     80    expected: FAIL
     81 
     82  [Validate subprotocol response header when no protocols were offered gets ignored]
     83    expected: FAIL
     84 
     85  [Validate malformed subprotocol response header gets ignored]
     86    expected: FAIL