diff options
Diffstat (limited to 'testing/web-platform/meta/webtransport/stats.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webtransport/stats.https.any.js.ini | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webtransport/stats.https.any.js.ini b/testing/web-platform/meta/webtransport/stats.https.any.js.ini new file mode 100644 index 0000000000..088443dfdb --- /dev/null +++ b/testing/web-platform/meta/webtransport/stats.https.any.js.ini @@ -0,0 +1,106 @@ +[stats.https.any.worker.html] + expected: ERROR + [WebTransport client should be able to provide stats after connection has been established] + expected: FAIL + + [WebTransport client should be able to provide stats after connection has been closed] + expected: FAIL + + [WebTransport client should be able to provide stats requested right before connection has been closed] + expected: FAIL + + [WebTransport client should be able to provide valid stats when requested before connection established] + expected: FAIL + + [WebTransport client should throw an error when stats are requested for a failed connection] + expected: FAIL + + [WebTransport client should be able to handle multiple concurrent stats requests] + expected: FAIL + + [WebTransport client should be able to handle multiple sequential stats requests] + expected: FAIL + + [WebTransport client should be able to provide droppedIncoming values for datagrams] + expected: FAIL + + +[stats.https.any.sharedworker.html] + expected: ERROR + [WebTransport client should be able to provide stats after connection has been established] + expected: FAIL + + [WebTransport client should be able to provide stats after connection has been closed] + expected: FAIL + + [WebTransport client should be able to provide stats requested right before connection has been closed] + expected: FAIL + + [WebTransport client should be able to provide valid stats when requested before connection established] + expected: FAIL + + [WebTransport client should throw an error when stats are requested for a failed connection] + expected: FAIL + + [WebTransport client should be able to handle multiple concurrent stats requests] + expected: FAIL + + [WebTransport client should be able to handle multiple sequential stats requests] + expected: FAIL + + [WebTransport client should be able to provide droppedIncoming values for datagrams] + expected: FAIL + + +[stats.https.any.serviceworker.html] + expected: ERROR + [WebTransport client should be able to provide stats after connection has been established] + expected: FAIL + + [WebTransport client should be able to provide stats after connection has been closed] + expected: FAIL + + [WebTransport client should be able to provide stats requested right before connection has been closed] + expected: FAIL + + [WebTransport client should be able to provide valid stats when requested before connection established] + expected: FAIL + + [WebTransport client should throw an error when stats are requested for a failed connection] + expected: FAIL + + [WebTransport client should be able to handle multiple concurrent stats requests] + expected: FAIL + + [WebTransport client should be able to handle multiple sequential stats requests] + expected: FAIL + + [WebTransport client should be able to provide droppedIncoming values for datagrams] + expected: FAIL + + +[stats.https.any.html] + expected: ERROR + [WebTransport client should be able to provide stats after connection has been established] + expected: FAIL + + [WebTransport client should be able to provide stats after connection has been closed] + expected: FAIL + + [WebTransport client should be able to provide stats requested right before connection has been closed] + expected: FAIL + + [WebTransport client should be able to provide valid stats when requested before connection established] + expected: FAIL + + [WebTransport client should throw an error when stats are requested for a failed connection] + expected: FAIL + + [WebTransport client should be able to handle multiple concurrent stats requests] + expected: FAIL + + [WebTransport client should be able to handle multiple sequential stats requests] + expected: FAIL + + [WebTransport client should be able to provide droppedIncoming values for datagrams] + expected: FAIL |