summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webrtc/RTCDataChannel-close.html.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/webrtc/RTCDataChannel-close.html.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/webrtc/RTCDataChannel-close.html.ini')
-rw-r--r--testing/web-platform/meta/webrtc/RTCDataChannel-close.html.ini62
1 files changed, 62 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webrtc/RTCDataChannel-close.html.ini b/testing/web-platform/meta/webrtc/RTCDataChannel-close.html.ini
new file mode 100644
index 0000000000..a2eabb9539
--- /dev/null
+++ b/testing/web-platform/meta/webrtc/RTCDataChannel-close.html.ini
@@ -0,0 +1,62 @@
+[RTCDataChannel-close.html]
+ expected:
+ if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [OK, TIMEOUT]
+ if (processor == "x86_64") and (os == "win") and not debug: [OK, TIMEOUT]
+ if (processor == "x86") and not debug: [OK, TIMEOUT]
+ [Close datachannel causes onclosing and onclose to be called]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
+ expected: FAIL
+
+ [Close datachannel causes closing and close event to be called]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1641026
+ expected: FAIL
+
+ [Close peerconnection causes close event and error to be called on datachannel]
+ bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
+ expected: FAIL
+
+ [Close negotiated datachannel causes closing and close event to be called]
+ bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1641026
+ expected:
+ if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [FAIL, NOTRUN]
+ if (processor == "x86_64") and (os == "win") and not debug: [FAIL, NOTRUN]
+ if (processor == "x86") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [Close negotiated datachannel causes onclosing and onclose to be called]
+ bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
+ expected:
+ if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [FAIL, NOTRUN]
+ if (processor == "x86_64") and (os == "win") and not debug: [FAIL, NOTRUN]
+ if (processor == "x86") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [Close peerconnection causes close event and error to be called on negotiated datachannel]
+ bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
+ expected:
+ if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [FAIL, NOTRUN]
+ if (processor == "x86_64") and (os == "win") and not debug: [FAIL, NOTRUN]
+ if (processor == "x86") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [Close peerconnection causes close event and error on many channels, negotiated datachannel]
+ bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
+ expected:
+ if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [FAIL, NOTRUN]
+ if (processor == "x86_64") and (os == "win") and not debug: [FAIL, NOTRUN]
+ if (processor == "x86") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [Close peerconnection causes close event and error on many channels, datachannel]
+ bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
+ expected:
+ if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [FAIL, TIMEOUT]
+ if (processor == "x86_64") and (os == "win") and not debug: [FAIL, TIMEOUT]
+ if (processor == "x86") and not debug: [FAIL, TIMEOUT]
+ FAIL
+
+ [Close peerconnection after negotiated datachannel close causes no events]
+ expected:
+ if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [PASS, NOTRUN]
+ if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
+ if (processor == "x86") and not debug: [PASS, NOTRUN]