tor-browser

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

stats.https.any.js.ini (4028B)


      1 [stats.https.any.worker.html]
      2  expected:
      3    if (os == "mac") and not debug: [ERROR, CRASH]
      4    ERROR
      5  [WebTransport client should be able to provide stats after connection has been established]
      6    expected: FAIL
      7 
      8  [WebTransport client should be able to provide stats after connection has been closed]
      9    expected: FAIL
     10 
     11  [WebTransport client should be able to provide stats requested right before connection has been closed]
     12    expected: FAIL
     13 
     14  [WebTransport client should be able to provide valid stats when requested before connection established]
     15    expected: FAIL
     16 
     17  [WebTransport client should throw an error when stats are requested for a failed connection]
     18    expected: FAIL
     19 
     20  [WebTransport client should be able to handle multiple concurrent stats requests]
     21    expected: FAIL
     22 
     23  [WebTransport client should be able to handle multiple sequential stats requests]
     24    expected: FAIL
     25 
     26  [WebTransport client should be able to provide droppedIncoming values for datagrams]
     27    expected: FAIL
     28 
     29 
     30 [stats.https.any.sharedworker.html]
     31  expected:
     32    if (os == "mac") and not debug: [ERROR, CRASH]
     33    ERROR
     34  [WebTransport client should be able to provide stats after connection has been established]
     35    expected: FAIL
     36 
     37  [WebTransport client should be able to provide stats after connection has been closed]
     38    expected: FAIL
     39 
     40  [WebTransport client should be able to provide stats requested right before connection has been closed]
     41    expected: FAIL
     42 
     43  [WebTransport client should be able to provide valid stats when requested before connection established]
     44    expected: FAIL
     45 
     46  [WebTransport client should throw an error when stats are requested for a failed connection]
     47    expected: FAIL
     48 
     49  [WebTransport client should be able to handle multiple concurrent stats requests]
     50    expected: FAIL
     51 
     52  [WebTransport client should be able to handle multiple sequential stats requests]
     53    expected: FAIL
     54 
     55  [WebTransport client should be able to provide droppedIncoming values for datagrams]
     56    expected: FAIL
     57 
     58 
     59 [stats.https.any.serviceworker.html]
     60  expected:
     61    if os == "mac": [ERROR, CRASH]
     62    ERROR
     63  [WebTransport client should be able to provide stats after connection has been established]
     64    expected: FAIL
     65 
     66  [WebTransport client should be able to provide stats after connection has been closed]
     67    expected: FAIL
     68 
     69  [WebTransport client should be able to provide stats requested right before connection has been closed]
     70    expected: FAIL
     71 
     72  [WebTransport client should be able to provide valid stats when requested before connection established]
     73    expected: FAIL
     74 
     75  [WebTransport client should throw an error when stats are requested for a failed connection]
     76    expected: FAIL
     77 
     78  [WebTransport client should be able to handle multiple concurrent stats requests]
     79    expected: FAIL
     80 
     81  [WebTransport client should be able to handle multiple sequential stats requests]
     82    expected: FAIL
     83 
     84  [WebTransport client should be able to provide droppedIncoming values for datagrams]
     85    expected: FAIL
     86 
     87 
     88 [stats.https.any.html]
     89  expected:
     90    if (os == "mac") and not debug: [ERROR, CRASH]
     91    ERROR
     92  [WebTransport client should be able to provide stats after connection has been established]
     93    expected: FAIL
     94 
     95  [WebTransport client should be able to provide stats after connection has been closed]
     96    expected: FAIL
     97 
     98  [WebTransport client should be able to provide stats requested right before connection has been closed]
     99    expected: FAIL
    100 
    101  [WebTransport client should be able to provide valid stats when requested before connection established]
    102    expected: FAIL
    103 
    104  [WebTransport client should throw an error when stats are requested for a failed connection]
    105    expected: FAIL
    106 
    107  [WebTransport client should be able to handle multiple concurrent stats requests]
    108    expected: FAIL
    109 
    110  [WebTransport client should be able to handle multiple sequential stats requests]
    111    expected: FAIL
    112 
    113  [WebTransport client should be able to provide droppedIncoming values for datagrams]
    114    expected: FAIL