diff options
Diffstat (limited to 'testing/web-platform/meta/webtransport')
-rw-r--r-- | testing/web-platform/meta/webtransport/idlharness.https.any.js.ini | 144 | ||||
-rw-r--r-- | testing/web-platform/meta/webtransport/stats.https.any.js.ini | 106 |
2 files changed, 250 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webtransport/idlharness.https.any.js.ini b/testing/web-platform/meta/webtransport/idlharness.https.any.js.ini index 859a4ff85e..1e19b046f8 100644 --- a/testing/web-platform/meta/webtransport/idlharness.https.any.js.ini +++ b/testing/web-platform/meta/webtransport/idlharness.https.any.js.ini @@ -38,6 +38,42 @@ [WebTransport interface: attribute supportsReliableOnly] expected: FAIL + [WebTransport interface: attribute anticipatedConcurrentIncomingUnidirectionalStreams] + expected: FAIL + + [WebTransport interface: attribute anticipatedConcurrentIncomingBidirectionalStreams] + expected: FAIL + + [WebTransport interface: webTransport must inherit property "anticipatedConcurrentIncomingUnidirectionalStreams" with the proper type] + expected: FAIL + + [WebTransport interface: webTransport must inherit property "anticipatedConcurrentIncomingBidirectionalStreams" with the proper type] + expected: FAIL + + [WebTransportSendStream interface: operation getWriter()] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface object] + expected: FAIL + + [WebTransportWriter interface object length] + expected: FAIL + + [WebTransportWriter interface object name] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface prototype object] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [WebTransportWriter interface: operation atomicWrite(optional any)] + expected: FAIL + [idlharness.https.any.serviceworker.html] [WebTransport interface: attribute draining] @@ -79,6 +115,42 @@ [WebTransport interface: attribute supportsReliableOnly] expected: FAIL + [WebTransport interface: attribute anticipatedConcurrentIncomingUnidirectionalStreams] + expected: FAIL + + [WebTransport interface: attribute anticipatedConcurrentIncomingBidirectionalStreams] + expected: FAIL + + [WebTransport interface: webTransport must inherit property "anticipatedConcurrentIncomingUnidirectionalStreams" with the proper type] + expected: FAIL + + [WebTransport interface: webTransport must inherit property "anticipatedConcurrentIncomingBidirectionalStreams" with the proper type] + expected: FAIL + + [WebTransportSendStream interface: operation getWriter()] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface object] + expected: FAIL + + [WebTransportWriter interface object length] + expected: FAIL + + [WebTransportWriter interface object name] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface prototype object] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [WebTransportWriter interface: operation atomicWrite(optional any)] + expected: FAIL + [idlharness.https.any.sharedworker.html] [WebTransport interface: attribute draining] @@ -120,6 +192,42 @@ [WebTransport interface: attribute supportsReliableOnly] expected: FAIL + [WebTransport interface: attribute anticipatedConcurrentIncomingUnidirectionalStreams] + expected: FAIL + + [WebTransport interface: attribute anticipatedConcurrentIncomingBidirectionalStreams] + expected: FAIL + + [WebTransport interface: webTransport must inherit property "anticipatedConcurrentIncomingUnidirectionalStreams" with the proper type] + expected: FAIL + + [WebTransport interface: webTransport must inherit property "anticipatedConcurrentIncomingBidirectionalStreams" with the proper type] + expected: FAIL + + [WebTransportSendStream interface: operation getWriter()] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface object] + expected: FAIL + + [WebTransportWriter interface object length] + expected: FAIL + + [WebTransportWriter interface object name] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface prototype object] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [WebTransportWriter interface: operation atomicWrite(optional any)] + expected: FAIL + [idlharness.https.any.worker.html] [WebTransport interface: attribute draining] @@ -160,3 +268,39 @@ [WebTransport interface: attribute supportsReliableOnly] expected: FAIL + + [WebTransport interface: attribute anticipatedConcurrentIncomingUnidirectionalStreams] + expected: FAIL + + [WebTransport interface: attribute anticipatedConcurrentIncomingBidirectionalStreams] + expected: FAIL + + [WebTransport interface: webTransport must inherit property "anticipatedConcurrentIncomingUnidirectionalStreams" with the proper type] + expected: FAIL + + [WebTransport interface: webTransport must inherit property "anticipatedConcurrentIncomingBidirectionalStreams" with the proper type] + expected: FAIL + + [WebTransportSendStream interface: operation getWriter()] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface object] + expected: FAIL + + [WebTransportWriter interface object length] + expected: FAIL + + [WebTransportWriter interface object name] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface prototype object] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [WebTransportWriter interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [WebTransportWriter interface: operation atomicWrite(optional any)] + expected: FAIL 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 |