diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/webtransport/streams-echo.https.any.js.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webtransport/streams-echo.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webtransport/streams-echo.https.any.js.ini | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webtransport/streams-echo.https.any.js.ini b/testing/web-platform/meta/webtransport/streams-echo.https.any.js.ini new file mode 100644 index 0000000000..7250542027 --- /dev/null +++ b/testing/web-platform/meta/webtransport/streams-echo.https.any.js.ini @@ -0,0 +1,131 @@ +[streams-echo.https.any.html] + expected: [OK, TIMEOUT] + [WebTransport client should be able to create and handle a bidirectional stream without waiting for ready] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport client should be able to create and handle a bidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport client should be able to create, accept, and handle a unidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport client should be able to create, accept, and handle a unidirectional stream without waiting for ready] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport server should be able to accept and handle a bidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [Can read data from a bidirectional stream with BYOB reader] + expected: [PASS, TIMEOUT, NOTRUN] + + [Can read data from a unidirectional stream with BYOB reader] + expected: [PASS, TIMEOUT, NOTRUN] + + [Transfer large chunks of data on a bidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [Transfer large chunks of data on a unidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [Closing the stream with no data still resolves the read request] + expected: [PASS, TIMEOUT, NOTRUN] + + +[streams-echo.https.any.worker.html] + expected: + if (os == "mac") and debug: [OK, TIMEOUT] + [OK, TIMEOUT, CRASH] + [WebTransport client should be able to create and handle a bidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport client should be able to create, accept, and handle a unidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport client should be able to create, accept, and handle a unidirectional stream without waiting for ready] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport client should be able to create and handle a bidirectional stream without waiting for ready] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport server should be able to accept and handle a bidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [Can read data from a bidirectional stream with BYOB reader] + expected: [PASS, TIMEOUT, NOTRUN] + + [Can read data from a unidirectional stream with BYOB reader] + expected: [PASS, TIMEOUT, NOTRUN] + + [Transfer large chunks of data on a bidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [Transfer large chunks of data on a unidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [Closing the stream with no data still resolves the read request] + expected: [PASS, TIMEOUT, NOTRUN] + + +[streams-echo.https.any.sharedworker.html] + expected: + if (os == "mac") and debug: [OK, TIMEOUT] + [OK, TIMEOUT, CRASH] + [WebTransport client should be able to create, accept, and handle a unidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport client should be able to create, accept, and handle a unidirectional stream without waiting for ready] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport client should be able to create and handle a bidirectional stream without waiting for ready] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport server should be able to accept and handle a bidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [Can read data from a bidirectional stream with BYOB reader] + expected: [PASS, TIMEOUT, NOTRUN] + + [Can read data from a unidirectional stream with BYOB reader] + expected: [PASS, TIMEOUT, NOTRUN] + + [Transfer large chunks of data on a bidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [Transfer large chunks of data on a unidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [Closing the stream with no data still resolves the read request] + expected: [PASS, TIMEOUT, NOTRUN] + + +[streams-echo.https.any.serviceworker.html] + expected: + if fission and (os == "mac") and debug: [OK, TIMEOUT] + if not fission: [OK, ERROR, TIMEOUT, CRASH] + [OK, ERROR, TIMEOUT] + [WebTransport client should be able to create and handle a bidirectional stream without waiting for ready] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport client should be able to create, accept, and handle a unidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport client should be able to create, accept, and handle a unidirectional stream without waiting for ready] + expected: [PASS, TIMEOUT, NOTRUN] + + [WebTransport server should be able to accept and handle a bidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [Can read data from a bidirectional stream with BYOB reader] + expected: [PASS, TIMEOUT, NOTRUN] + + [Can read data from a unidirectional stream with BYOB reader] + expected: [PASS, TIMEOUT, NOTRUN] + + [Transfer large chunks of data on a bidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [Transfer large chunks of data on a unidirectional stream] + expected: [PASS, TIMEOUT, NOTRUN] + + [Closing the stream with no data still resolves the read request] + expected: [PASS, TIMEOUT, NOTRUN] |