tor-browser

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

status.any.js.ini (3616B)


      1 [status.any.worker.html]
      2  [HTTP cache avoids going to the network if it has a fresh 299 response]
      3    expected: FAIL
      4 
      5  [HTTP cache avoids going to the network if it has a fresh 599 response]
      6    expected: FAIL
      7 
      8  [HTTP cache avoids going to the network if it has a fresh 499 response]
      9    expected: FAIL
     10 
     11  [HTTP cache avoids going to the network if it has a fresh 504 response]
     12    expected: FAIL
     13 
     14  [HTTP cache avoids going to the network if it has a fresh 404 response]
     15    expected: FAIL
     16 
     17  [HTTP cache avoids going to the network if it has a fresh 400 response]
     18    expected: FAIL
     19 
     20  [HTTP cache avoids going to the network if it has a fresh 503 response]
     21    expected: FAIL
     22 
     23  [HTTP cache avoids going to the network if it has a fresh 500 response]
     24    expected: FAIL
     25 
     26  [HTTP cache avoids going to the network if it has a fresh 502 response]
     27    expected: FAIL
     28 
     29 
     30 [status.any.sharedworker.html]
     31  [HTTP cache avoids going to the network if it has a fresh 299 response]
     32    expected: FAIL
     33 
     34  [HTTP cache avoids going to the network if it has a fresh 599 response]
     35    expected: FAIL
     36 
     37  [HTTP cache avoids going to the network if it has a fresh 499 response]
     38    expected: FAIL
     39 
     40  [HTTP cache avoids going to the network if it has a fresh 504 response]
     41    expected: FAIL
     42 
     43  [HTTP cache avoids going to the network if it has a fresh 404 response]
     44    expected: FAIL
     45 
     46  [HTTP cache avoids going to the network if it has a fresh 400 response]
     47    expected: FAIL
     48 
     49  [HTTP cache avoids going to the network if it has a fresh 503 response]
     50    expected: FAIL
     51 
     52  [HTTP cache avoids going to the network if it has a fresh 500 response]
     53    expected: FAIL
     54 
     55  [HTTP cache avoids going to the network if it has a fresh 502 response]
     56    expected: FAIL
     57 
     58 
     59 [status.any.html]
     60  expected:
     61    if (os == "mac") and not debug: [OK, CRASH]
     62  [HTTP cache avoids going to the network if it has a fresh 299 response]
     63    expected: FAIL
     64 
     65  [HTTP cache avoids going to the network if it has a fresh 599 response]
     66    expected: FAIL
     67 
     68  [HTTP cache avoids going to the network if it has a fresh 499 response]
     69    expected: FAIL
     70 
     71  [HTTP cache avoids going to the network if it has a fresh 504 response]
     72    expected: FAIL
     73 
     74  [HTTP cache avoids going to the network if it has a fresh 404 response]
     75    expected: FAIL
     76 
     77  [HTTP cache avoids going to the network if it has a fresh 400 response]
     78    expected: FAIL
     79 
     80  [HTTP cache avoids going to the network if it has a fresh 503 response]
     81    expected: FAIL
     82 
     83  [HTTP cache avoids going to the network if it has a fresh 500 response]
     84    expected: FAIL
     85 
     86  [HTTP cache avoids going to the network if it has a fresh 502 response]
     87    expected: FAIL
     88 
     89 
     90 [status.any.serviceworker.html]
     91  expected:
     92    if (os == "android") and not debug: [OK, ERROR]
     93  [HTTP cache avoids going to the network if it has a fresh 299 response]
     94    expected: FAIL
     95 
     96  [HTTP cache avoids going to the network if it has a fresh 599 response]
     97    expected: FAIL
     98 
     99  [HTTP cache avoids going to the network if it has a fresh 499 response]
    100    expected: FAIL
    101 
    102  [HTTP cache avoids going to the network if it has a fresh 504 response]
    103    expected: FAIL
    104 
    105  [HTTP cache avoids going to the network if it has a fresh 404 response]
    106    expected: FAIL
    107 
    108  [HTTP cache avoids going to the network if it has a fresh 400 response]
    109    expected: FAIL
    110 
    111  [HTTP cache avoids going to the network if it has a fresh 503 response]
    112    expected: FAIL
    113 
    114  [HTTP cache avoids going to the network if it has a fresh 500 response]
    115    expected: FAIL
    116 
    117  [HTTP cache avoids going to the network if it has a fresh 502 response]
    118    expected: FAIL