From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../webtransport/streams-echo.https.any.js.ini | 131 +++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 testing/web-platform/meta/webtransport/streams-echo.https.any.js.ini (limited to 'testing/web-platform/meta/webtransport/streams-echo.https.any.js.ini') 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] -- cgit v1.2.3