summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webrtc
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webrtc')
-rw-r--r--testing/web-platform/meta/webrtc/RTCDataChannel-send-close.html.ini22
-rw-r--r--testing/web-platform/meta/webrtc/RTCIceCandidate-constructor.html.ini8
-rw-r--r--testing/web-platform/meta/webrtc/RTCPeerConnection-addTcpIceCandidate.html.ini6
-rw-r--r--testing/web-platform/meta/webrtc/idlharness.https.window.js.ini72
-rw-r--r--testing/web-platform/meta/webrtc/legacy/munge-dont.html.ini3
-rw-r--r--testing/web-platform/meta/webrtc/protocol/rtp-clockrate.html.ini1
-rw-r--r--testing/web-platform/meta/webrtc/simulcast/setParameters-active.https.html.ini13
7 files changed, 29 insertions, 96 deletions
diff --git a/testing/web-platform/meta/webrtc/RTCDataChannel-send-close.html.ini b/testing/web-platform/meta/webrtc/RTCDataChannel-send-close.html.ini
new file mode 100644
index 0000000000..e9f2be5f4f
--- /dev/null
+++ b/testing/web-platform/meta/webrtc/RTCDataChannel-send-close.html.ini
@@ -0,0 +1,22 @@
+[RTCDataChannel-send-close.html]
+ expected:
+ if (os == "win") and (processor == "x86"): CRASH
+ if os == "android": CRASH
+ [TIMEOUT, OK]
+ [Datachannel should be able to send and receive all string messages on close]
+ expected: [FAIL, TIMEOUT, NOTRUN]
+
+ [Datachannel should be able to send and receive all arraybuffer messages on close]
+ expected: [FAIL, TIMEOUT, NOTRUN]
+
+ [Datachannel should be able to send and receive all blob messages on close]
+ expected: [FAIL, TIMEOUT, NOTRUN]
+
+ [Negotiated datachannel should be able to send and receive all string messages on close]
+ expected: [FAIL, TIMEOUT, NOTRUN]
+
+ [Negotiated datachannel should be able to send and receive all arraybuffer messages on close]
+ expected: [FAIL, TIMEOUT, NOTRUN]
+
+ [Negotiated datachannel should be able to send and receive all blob messages on close]
+ expected: [FAIL, TIMEOUT, NOTRUN]
diff --git a/testing/web-platform/meta/webrtc/RTCIceCandidate-constructor.html.ini b/testing/web-platform/meta/webrtc/RTCIceCandidate-constructor.html.ini
deleted file mode 100644
index 0c68ed7221..0000000000
--- a/testing/web-platform/meta/webrtc/RTCIceCandidate-constructor.html.ini
+++ /dev/null
@@ -1,8 +0,0 @@
-[RTCIceCandidate-constructor.html]
- [new RTCIceCandidate({ ... }) with nondefault values for all fields, tcp candidate]
- bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1322186
- expected: FAIL
-
- [new RTCIceCandidate({ ... }) with nondefault values for all fields]
- bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1322186
- expected: FAIL
diff --git a/testing/web-platform/meta/webrtc/RTCPeerConnection-addTcpIceCandidate.html.ini b/testing/web-platform/meta/webrtc/RTCPeerConnection-addTcpIceCandidate.html.ini
new file mode 100644
index 0000000000..05ea12e70b
--- /dev/null
+++ b/testing/web-platform/meta/webrtc/RTCPeerConnection-addTcpIceCandidate.html.ini
@@ -0,0 +1,6 @@
+[RTCPeerConnection-addTcpIceCandidate.html]
+ [TCP candidate aimed at port 8001 accepted]
+ expected: FAIL
+
+ [TCP addIceCandidate aimed at port 8001 accepted]
+ expected: FAIL
diff --git a/testing/web-platform/meta/webrtc/idlharness.https.window.js.ini b/testing/web-platform/meta/webrtc/idlharness.https.window.js.ini
index 7b70b93f0c..6a26d4498c 100644
--- a/testing/web-platform/meta/webrtc/idlharness.https.window.js.ini
+++ b/testing/web-platform/meta/webrtc/idlharness.https.window.js.ini
@@ -1,82 +1,16 @@
[idlharness.https.window.html]
- [RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "protocol" with the proper type]
- expected: FAIL
-
- [RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "foundation" with the proper type]
- expected: FAIL
-
- [RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "relatedAddress" with the proper type]
- expected: FAIL
-
- [RTCIceCandidate interface: attribute tcpType]
- expected: FAIL
-
- [RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "type" with the proper type]
- expected: FAIL
-
- [RTCIceCandidate interface: attribute candidate]
- expected: FAIL
-
- [RTCIceCandidate interface: attribute priority]
- expected: FAIL
-
- [RTCIceCandidate interface: attribute foundation]
- expected: FAIL
-
- [RTCIceCandidate interface: attribute port]
- expected: FAIL
-
[RTCPeerConnection interface: attribute onicecandidateerror]
expected: FAIL
- [RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "relatedPort" with the proper type]
- expected: FAIL
-
- [RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "tcpType" with the proper type]
- expected: FAIL
-
- [RTCIceCandidate interface: attribute usernameFragment]
- expected: FAIL
-
- [RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "component" with the proper type]
- expected: FAIL
-
[RTCSessionDescription interface: attribute type]
expected: FAIL
- [RTCIceCandidate interface: attribute sdpMLineIndex]
- expected: FAIL
-
- [RTCIceCandidate interface: attribute protocol]
- expected: FAIL
-
- [RTCIceCandidate interface: attribute component]
- expected: FAIL
-
- [RTCIceCandidate interface: attribute relatedPort]
- expected: FAIL
-
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "onicecandidateerror" with the proper type]
expected: FAIL
- [RTCIceCandidate interface: attribute type]
- expected: FAIL
-
- [RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "port" with the proper type]
- expected: FAIL
-
[RTCSessionDescription interface: attribute sdp]
expected: FAIL
- [RTCIceCandidate interface: attribute sdpMid]
- expected: FAIL
-
- [RTCIceCandidate interface: attribute relatedAddress]
- expected: FAIL
-
- [RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "priority" with the proper type]
- expected: FAIL
-
[RTCIceTransport interface: operation getSelectedCandidatePair()]
expected: FAIL
@@ -215,12 +149,6 @@
[RTCErrorEvent interface: existence and properties of interface prototype object]
expected: FAIL
- [RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "address" with the proper type]
- expected: FAIL
-
- [RTCIceCandidate interface: attribute address]
- expected: FAIL
-
[RTCError interface: attribute sentAlert]
expected: FAIL
diff --git a/testing/web-platform/meta/webrtc/legacy/munge-dont.html.ini b/testing/web-platform/meta/webrtc/legacy/munge-dont.html.ini
index 4c03be5ee1..d0471b3fc6 100644
--- a/testing/web-platform/meta/webrtc/legacy/munge-dont.html.ini
+++ b/testing/web-platform/meta/webrtc/legacy/munge-dont.html.ini
@@ -1,7 +1,4 @@
[munge-dont.html]
- [RTCIceCandidate.candidate is read-only]
- expected: FAIL
-
[Rejects SDP munging between createOffer and setLocalDescription]
expected: FAIL
diff --git a/testing/web-platform/meta/webrtc/protocol/rtp-clockrate.html.ini b/testing/web-platform/meta/webrtc/protocol/rtp-clockrate.html.ini
index f8b32255b3..20224f3eae 100644
--- a/testing/web-platform/meta/webrtc/protocol/rtp-clockrate.html.ini
+++ b/testing/web-platform/meta/webrtc/protocol/rtp-clockrate.html.ini
@@ -1,5 +1,6 @@
[rtp-clockrate.html]
[video rtp timestamps increase by approximately 90000 per second]
expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
diff --git a/testing/web-platform/meta/webrtc/simulcast/setParameters-active.https.html.ini b/testing/web-platform/meta/webrtc/simulcast/setParameters-active.https.html.ini
deleted file mode 100644
index 5c93a4adea..0000000000
--- a/testing/web-platform/meta/webrtc/simulcast/setParameters-active.https.html.ini
+++ /dev/null
@@ -1,13 +0,0 @@
-[setParameters-active.https.html]
- bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1787474
- expected: [OK, TIMEOUT]
- [Simulcast setParameters active=false on first encoding stops sending frames for that encoding]
- expected: [PASS, TIMEOUT]
-
- [Simulcast setParameters active=false on second encoding stops sending frames for that encoding]
- expected: [PASS, TIMEOUT, NOTRUN]
-
- [Simulcast setParameters active=false stops sending frames]
- expected:
- if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
- [PASS, TIMEOUT, NOTRUN]