summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webtransport/datagrams.https.any.js.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/webtransport/datagrams.https.any.js.ini
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webtransport/datagrams.https.any.js.ini')
-rw-r--r--testing/web-platform/meta/webtransport/datagrams.https.any.js.ini110
1 files changed, 110 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webtransport/datagrams.https.any.js.ini b/testing/web-platform/meta/webtransport/datagrams.https.any.js.ini
new file mode 100644
index 0000000000..fd088bd47a
--- /dev/null
+++ b/testing/web-platform/meta/webtransport/datagrams.https.any.js.ini
@@ -0,0 +1,110 @@
+[datagrams.https.any.html]
+ expected:
+ if not debug and (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
+ if not debug and (os == "linux") and fission: [OK, TIMEOUT]
+ [Successfully reading datagrams with BYOB reader.]
+ expected: FAIL
+
+ [Reading datagrams with insufficient buffer should be rejected.]
+ expected: FAIL
+
+ [Datagram's outgoingHighWaterMark correctly regulates written datagrams]
+ expected:
+ if not debug and (os == "win") and (processor == "x86_64"): [FAIL, NOTRUN]
+ if not debug and (os == "linux") and fission: [FAIL, NOTRUN]
+ FAIL
+
+ [Datagrams read is less than or equal to the incomingHighWaterMark]
+ expected:
+ if not debug and (os == "win") and (processor == "x86_64"): [FAIL, PASS, NOTRUN]
+ if not debug and (os == "win") and (processor == "x86"): [PASS, FAIL]
+ if not debug and (os == "linux") and fission: [FAIL, PASS, NOTRUN]
+ [FAIL, PASS]
+
+ [Datagram MaxAge getters/setters work correctly]
+ expected:
+ if not debug and (os == "win") and (processor == "x86_64"): [PASS, NOTRUN]
+ if not debug and (os == "linux") and fission: [PASS, NOTRUN]
+
+ [Datagram HighWaterMark getters/setters work correctly]
+ expected:
+ if not debug and (os == "win") and (processor == "x86_64"): [PASS, NOTRUN]
+ if not debug and (os == "linux") and fission: [PASS, NOTRUN]
+
+ [Sending and receiving datagrams is ready to use before session is established]
+ expected:
+ if not debug and (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
+ if not debug and (os == "linux") and fission: [PASS, TIMEOUT]
+
+
+[datagrams.https.any.serviceworker.html]
+ expected:
+ if fission and not debug and (os == "linux"): [OK, ERROR]
+ if fission and not debug and (os == "mac"): [OK, ERROR]
+ if not fission: [OK, ERROR, CRASH]
+ [Successfully reading datagrams with BYOB reader.]
+ expected: FAIL
+
+ [Reading datagrams with insufficient buffer should be rejected.]
+ expected: FAIL
+
+ [Datagram's outgoingHighWaterMark correctly regulates written datagrams]
+ expected: FAIL
+
+ [Datagrams read is less than or equal to the incomingHighWaterMark]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
+ [FAIL, PASS]
+
+
+[datagrams.https.any.worker.html]
+ expected:
+ if (os == "linux") and not debug: [OK, CRASH]
+ if (os == "mac") and not debug: [OK, TIMEOUT, CRASH]
+ [Successfully reading datagrams with BYOB reader.]
+ expected: FAIL
+
+ [Reading datagrams with insufficient buffer should be rejected.]
+ expected: FAIL
+
+ [Datagram's outgoingHighWaterMark correctly regulates written datagrams]
+ expected:
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [Datagrams read is less than or equal to the incomingHighWaterMark]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
+ if (os == "mac") and not debug: [FAIL, PASS, NOTRUN]
+ [FAIL, PASS]
+
+ [Datagram MaxAge getters/setters work correctly]
+ expected:
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [Datagram HighWaterMark getters/setters work correctly]
+ expected:
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [Sending and receiving datagrams is ready to use before session is established]
+ expected:
+ if (os == "mac") and not debug: [PASS, TIMEOUT]
+
+
+[datagrams.https.any.sharedworker.html]
+ expected:
+ if not debug and (os == "linux"): [OK, CRASH]
+ if not debug and (os == "mac"): [OK, CRASH]
+ [Successfully reading datagrams with BYOB reader.]
+ expected: FAIL
+
+ [Reading datagrams with insufficient buffer should be rejected.]
+ expected: FAIL
+
+ [Datagram's outgoingHighWaterMark correctly regulates written datagrams]
+ expected: FAIL
+
+ [Datagrams read is less than or equal to the incomingHighWaterMark]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL]
+ [FAIL, PASS]