summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webrtc/rtcpeerconnection/rtcpeerconnection-idl.html.ini
blob: 9bf22525bf8163e7641529cdabff36a50be3bd50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
[rtcpeerconnection-idl.html]
  type: testharness
  [RTCPeerConnection interface: attribute onicegatheringstatechange]
    expected: FAIL

  [RTCPeerConnection interface: operation createOffer(RTCSessionDescriptionCallback,RTCPeerConnectionErrorCallback,RTCOfferOptions)]
    expected: FAIL

  [RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescription,VoidFunction,RTCPeerConnectionErrorCallback)]
    expected: FAIL

  [RTCPeerConnection interface: operation createAnswer(RTCSessionDescriptionCallback,RTCPeerConnectionErrorCallback)]
    expected: FAIL

  [RTCPeerConnection interface: operation setRemoteDescription(RTCSessionDescription,VoidFunction,RTCPeerConnectionErrorCallback)]
    expected: FAIL

  [RTCPeerConnection interface: operation addIceCandidate(RTCIceCandidate,VoidFunction,RTCPeerConnectionErrorCallback)]
    expected: FAIL

  [RTCPeerConnection interface: operation addTrack(MediaStreamTrack,MediaStream)]
    expected: FAIL

  [RTCPeerConnection interface: operation getStats(MediaStreamTrack,RTCStatsCallback,RTCPeerConnectionErrorCallback)]
    expected: FAIL

  [RTCPeerConnection interface: calling setLocalDescription(RTCSessionDescription,VoidFunction,RTCPeerConnectionErrorCallback) on pc with too few arguments must throw TypeError]
    expected: FAIL

  [RTCPeerConnection interface: calling setRemoteDescription(RTCSessionDescription,VoidFunction,RTCPeerConnectionErrorCallback) on pc with too few arguments must throw TypeError]
    expected: FAIL

  [RTCPeerConnection interface: calling addIceCandidate(RTCIceCandidate,VoidFunction,RTCPeerConnectionErrorCallback) on pc with too few arguments must throw TypeError]
    expected: FAIL

  [RTCPeerConnection interface: attribute currentLocalDescription]
    expected: FAIL

  [RTCPeerConnection interface: attribute pendingLocalDescription]
    expected: FAIL

  [RTCPeerConnection interface: attribute currentRemoteDescription]
    expected: FAIL

  [RTCPeerConnection interface: attribute pendingRemoteDescription]
    expected: FAIL

  [RTCPeerConnection interface: operation setConfiguration(RTCConfiguration)]
    expected: FAIL

  [RTCPeerConnection interface: attribute dtmf]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "currentLocalDescription" with the proper type (4)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "pendingLocalDescription" with the proper type (5)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "currentRemoteDescription" with the proper type (8)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "pendingRemoteDescription" with the proper type (9)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "signalingState" with the proper type (11)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "iceGatheringState" with the proper type (12)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "iceConnectionState" with the proper type (13)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "setConfiguration" with the proper type (16)]
    expected: FAIL

  [RTCPeerConnection interface: calling setConfiguration(RTCConfiguration) on pc with too few arguments must throw TypeError]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "onnegotiationneeded" with the proper type (18)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "onicecandidate" with the proper type (19)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "onsignalingstatechange" with the proper type (20)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "oniceconnectionstatechange" with the proper type (21)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "onicegatheringstatechange" with the proper type (22)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "ontrack" with the proper type (34)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "ondatachannel" with the proper type (36)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "dtmf" with the proper type (37)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "peerIdentity" with the proper type (41)]
    expected: FAIL

  [RTCPeerConnection interface: operation createAnswer()]
    expected: FAIL

  [RTCPeerConnection interface: operation updateIce(RTCConfiguration)]
    expected: FAIL

  [RTCPeerConnection interface: attribute onicegatheringstatechange]
    expected: FAIL

  [RTCPeerConnection interface: operation createOffer(RTCSessionDescriptionCallback,RTCPeerConnectionErrorCallback,RTCOfferOptions)]
    expected: FAIL

  [RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescription,VoidFunction,RTCPeerConnectionErrorCallback)]
    expected: FAIL

  [RTCPeerConnection interface: operation createAnswer(RTCSessionDescriptionCallback,RTCPeerConnectionErrorCallback)]
    expected: FAIL

  [RTCPeerConnection interface: operation setRemoteDescription(RTCSessionDescription,VoidFunction,RTCPeerConnectionErrorCallback)]
    expected: FAIL

  [RTCPeerConnection interface: operation addIceCandidate(RTCIceCandidate,VoidFunction,RTCPeerConnectionErrorCallback)]
    expected: FAIL

  [RTCPeerConnection interface: operation addTrack(MediaStreamTrack,MediaStream)]
    expected: FAIL

  [RTCPeerConnection interface: operation createDTMFSender(MediaStreamTrack)]
    expected: FAIL

  [RTCPeerConnection interface: operation getStats(MediaStreamTrack,RTCStatsCallback,RTCPeerConnectionErrorCallback)]
    expected: FAIL

  [RTCPeerConnection interface: attribute onidentityresult]
    expected: FAIL

  [RTCPeerConnection interface: attribute onpeeridentity]
    expected: FAIL

  [RTCPeerConnection interface: attribute onidpassertionerror]
    expected: FAIL

  [RTCPeerConnection interface: attribute onidpvalidationerror]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "signalingState" with the proper type (6)]
    expected: FAIL

  [RTCPeerConnection interface: calling updateIce(RTCConfiguration) on pc with too few arguments must throw TypeError]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "iceGatheringState" with the proper type (9)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "iceConnectionState" with the proper type (10)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "canTrickleIceCandidates" with the proper type (11)]
    expected: PASS

  [RTCPeerConnection interface: pc must inherit property "onnegotiationneeded" with the proper type (14)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "onicecandidate" with the proper type (15)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "onsignalingstatechange" with the proper type (16)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "oniceconnectionstatechange" with the proper type (17)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "onicegatheringstatechange" with the proper type (18)]
    expected: FAIL

  [RTCPeerConnection interface: calling setLocalDescription(RTCSessionDescription,VoidFunction,RTCPeerConnectionErrorCallback) on pc with too few arguments must throw TypeError]
    expected: FAIL

  [RTCPeerConnection interface: calling setRemoteDescription(RTCSessionDescription,VoidFunction,RTCPeerConnectionErrorCallback) on pc with too few arguments must throw TypeError]
    expected: FAIL

  [RTCPeerConnection interface: calling addIceCandidate(RTCIceCandidate,VoidFunction,RTCPeerConnectionErrorCallback) on pc with too few arguments must throw TypeError]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "ontrack" with the proper type (28)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "ondatachannel" with the proper type (30)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "createDTMFSender" with the proper type (31)]
    expected: FAIL

  [RTCPeerConnection interface: calling createDTMFSender(MediaStreamTrack) on pc with too few arguments must throw TypeError]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "peerIdentity" with the proper type (35)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "onidentityresult" with the proper type (36)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "onpeeridentity" with the proper type (37)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "onidpassertionerror" with the proper type (38)]
    expected: FAIL

  [RTCPeerConnection interface: pc must inherit property "onidpvalidationerror" with the proper type (39)]
    expected: FAIL

  [RTCPeerConnection interface: calling generateCertificate(AlgorithmIdentifier) on pc with too few arguments must throw TypeError]
    expected: FAIL