tor-browser

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

heuristic.any.js.ini (2888B)


      1 [heuristic.any.serviceworker.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, ERROR]
      4  [HTTP cache reuses a 414 URI Too Long response with Last-Modified based upon heuristic freshness]
      5    expected: FAIL
      6 
      7  [HTTP cache reuses a 405 Method Not Allowed response with Last-Modified based upon heuristic freshness]
      8    expected: FAIL
      9 
     10  [HTTP cache reuses a 501 Not Implemented response with Last-Modified based upon heuristic freshness]
     11    expected: FAIL
     12 
     13  [HTTP cache reuses an unknown response with Last-Modified based upon heuristic freshness when Cache-Control: public is present]
     14    expected: FAIL
     15 
     16  [HTTP cache reuses a 404 Not Found response with Last-Modified based upon heuristic freshness]
     17    expected: FAIL
     18 
     19 
     20 [heuristic.any.sharedworker.html]
     21  [HTTP cache reuses a 414 URI Too Long response with Last-Modified based upon heuristic freshness]
     22    expected: FAIL
     23 
     24  [HTTP cache reuses a 405 Method Not Allowed response with Last-Modified based upon heuristic freshness]
     25    expected: FAIL
     26 
     27  [HTTP cache reuses a 501 Not Implemented response with Last-Modified based upon heuristic freshness]
     28    expected: FAIL
     29 
     30  [HTTP cache reuses an unknown response with Last-Modified based upon heuristic freshness when Cache-Control: public is present]
     31    expected: FAIL
     32 
     33  [HTTP cache reuses a 404 Not Found response with Last-Modified based upon heuristic freshness]
     34    expected: FAIL
     35 
     36 
     37 [heuristic.any.html]
     38  expected:
     39    if (os == "android") and not debug: [OK, CRASH]
     40  [HTTP cache reuses a 414 URI Too Long response with Last-Modified based upon heuristic freshness]
     41    expected: FAIL
     42 
     43  [HTTP cache reuses a 405 Method Not Allowed response with Last-Modified based upon heuristic freshness]
     44    expected: FAIL
     45 
     46  [HTTP cache reuses a 501 Not Implemented response with Last-Modified based upon heuristic freshness]
     47    expected: FAIL
     48 
     49  [HTTP cache reuses an unknown response with Last-Modified based upon heuristic freshness when Cache-Control: public is present]
     50    expected: FAIL
     51 
     52  [HTTP cache reuses a 404 Not Found response with Last-Modified based upon heuristic freshness]
     53    expected: FAIL
     54 
     55 
     56 [heuristic.any.worker.html]
     57  expected:
     58    if (os == "android") and not debug: [OK, CRASH]
     59    if os == "mac": [OK, CRASH]
     60  [HTTP cache reuses a 414 URI Too Long response with Last-Modified based upon heuristic freshness]
     61    expected: FAIL
     62 
     63  [HTTP cache reuses a 405 Method Not Allowed response with Last-Modified based upon heuristic freshness]
     64    expected: FAIL
     65 
     66  [HTTP cache reuses a 501 Not Implemented response with Last-Modified based upon heuristic freshness]
     67    expected: FAIL
     68 
     69  [HTTP cache reuses an unknown response with Last-Modified based upon heuristic freshness when Cache-Control: public is present]
     70    expected: FAIL
     71 
     72  [HTTP cache reuses a 404 Not Found response with Last-Modified based upon heuristic freshness]
     73    expected: FAIL