Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-idl-expected.txt

Issue 2706563003: Create the API that returns the RTCConfiguration of the PeerConnection.
Patch Set: rebaselining Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 116 tests; 60 PASS, 56 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 116 tests; 62 PASS, 54 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS EventTarget interface: existence and properties of interface object 3 PASS EventTarget interface: existence and properties of interface object
4 PASS EventTarget interface object length 4 PASS EventTarget interface object length
5 PASS EventTarget interface object name 5 PASS EventTarget interface object name
6 FAIL EventTarget interface: existence and properties of interface prototype obje ct assert_equals: class string of EventTarget.prototype expected "[object EventT argetPrototype]" but got "[object EventTarget]" 6 FAIL EventTarget interface: existence and properties of interface prototype obje ct assert_equals: class string of EventTarget.prototype expected "[object EventT argetPrototype]" but got "[object EventTarget]"
7 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property 7 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property
8 PASS RTCPeerConnection interface: existence and properties of interface object 8 PASS RTCPeerConnection interface: existence and properties of interface object
9 PASS RTCPeerConnection interface object length 9 PASS RTCPeerConnection interface object length
10 PASS RTCPeerConnection interface object name 10 PASS RTCPeerConnection interface object name
11 FAIL RTCPeerConnection interface: existence and properties of interface prototyp e object assert_equals: class string of RTCPeerConnection.prototype expected "[o bject RTCPeerConnectionPrototype]" but got "[object RTCPeerConnection]" 11 FAIL RTCPeerConnection interface: existence and properties of interface prototyp e object assert_equals: class string of RTCPeerConnection.prototype expected "[o bject RTCPeerConnectionPrototype]" but got "[object RTCPeerConnection]"
12 PASS RTCPeerConnection interface: existence and properties of interface prototyp e object's "constructor" property 12 PASS RTCPeerConnection interface: existence and properties of interface prototyp e object's "constructor" property
13 PASS RTCPeerConnection interface: operation createOffer(RTCOfferOptions) 13 PASS RTCPeerConnection interface: operation createOffer(RTCOfferOptions)
14 PASS RTCPeerConnection interface: operation createAnswer(RTCAnswerOptions) 14 PASS RTCPeerConnection interface: operation createAnswer(RTCAnswerOptions)
15 PASS RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescri ption) 15 PASS RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescri ption)
16 PASS RTCPeerConnection interface: attribute localDescription 16 PASS RTCPeerConnection interface: attribute localDescription
17 FAIL RTCPeerConnection interface: attribute currentLocalDescription assert_true: The prototype object must have a property "currentLocalDescription" expected tr ue got false 17 FAIL RTCPeerConnection interface: attribute currentLocalDescription assert_true: The prototype object must have a property "currentLocalDescription" expected tr ue got false
18 FAIL RTCPeerConnection interface: attribute pendingLocalDescription assert_true: The prototype object must have a property "pendingLocalDescription" expected tr ue got false 18 FAIL RTCPeerConnection interface: attribute pendingLocalDescription assert_true: The prototype object must have a property "pendingLocalDescription" expected tr ue got false
19 PASS RTCPeerConnection interface: operation setRemoteDescription(RTCSessionDescr iption) 19 PASS RTCPeerConnection interface: operation setRemoteDescription(RTCSessionDescr iption)
20 PASS RTCPeerConnection interface: attribute remoteDescription 20 PASS RTCPeerConnection interface: attribute remoteDescription
21 FAIL RTCPeerConnection interface: attribute currentRemoteDescription assert_true : The prototype object must have a property "currentRemoteDescription" expected true got false 21 FAIL RTCPeerConnection interface: attribute currentRemoteDescription assert_true : The prototype object must have a property "currentRemoteDescription" expected true got false
22 FAIL RTCPeerConnection interface: attribute pendingRemoteDescription assert_true : The prototype object must have a property "pendingRemoteDescription" expected true got false 22 FAIL RTCPeerConnection interface: attribute pendingRemoteDescription assert_true : The prototype object must have a property "pendingRemoteDescription" expected true got false
23 PASS RTCPeerConnection interface: operation addIceCandidate(RTCIceCandidate) 23 PASS RTCPeerConnection interface: operation addIceCandidate(RTCIceCandidate)
24 PASS RTCPeerConnection interface: attribute signalingState 24 PASS RTCPeerConnection interface: attribute signalingState
25 PASS RTCPeerConnection interface: attribute iceGatheringState 25 PASS RTCPeerConnection interface: attribute iceGatheringState
26 PASS RTCPeerConnection interface: attribute iceConnectionState 26 PASS RTCPeerConnection interface: attribute iceConnectionState
27 FAIL RTCPeerConnection interface: attribute canTrickleIceCandidates assert_true: The prototype object must have a property "canTrickleIceCandidates" expected tr ue got false 27 FAIL RTCPeerConnection interface: attribute canTrickleIceCandidates assert_true: The prototype object must have a property "canTrickleIceCandidates" expected tr ue got false
28 FAIL RTCPeerConnection interface: operation getConfiguration() assert_own_proper ty: interface prototype object missing non-static operation expected property "g etConfiguration" missing 28 PASS RTCPeerConnection interface: operation getConfiguration()
29 PASS RTCPeerConnection interface: operation setConfiguration(RTCConfiguration) 29 PASS RTCPeerConnection interface: operation setConfiguration(RTCConfiguration)
30 PASS RTCPeerConnection interface: operation close() 30 PASS RTCPeerConnection interface: operation close()
31 PASS RTCPeerConnection interface: attribute onnegotiationneeded 31 PASS RTCPeerConnection interface: attribute onnegotiationneeded
32 PASS RTCPeerConnection interface: attribute onicecandidate 32 PASS RTCPeerConnection interface: attribute onicecandidate
33 PASS RTCPeerConnection interface: attribute onsignalingstatechange 33 PASS RTCPeerConnection interface: attribute onsignalingstatechange
34 PASS RTCPeerConnection interface: attribute oniceconnectionstatechange 34 PASS RTCPeerConnection interface: attribute oniceconnectionstatechange
35 PASS RTCPeerConnection interface: attribute onicegatheringstatechange 35 PASS RTCPeerConnection interface: attribute onicegatheringstatechange
36 FAIL RTCPeerConnection interface: operation createOffer(RTCSessionDescriptionCal lback,RTCPeerConnectionErrorCallback,RTCOfferOptions) assert_throws: calling ope ration with this = null didn't throw TypeError function "function () { 36 FAIL RTCPeerConnection interface: operation createOffer(RTCSessionDescriptionCal lback,RTCPeerConnectionErrorCallback,RTCOfferOptions) assert_throws: calling ope ration with this = null didn't throw TypeError function "function () {
37 fn.apply(obj, args); 37 fn.apply(obj, args);
38 }" did not throw 38 }" did not throw
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 PASS RTCPeerConnection interface: calling setRemoteDescription(RTCSessionDescrip tion) on pc with too few arguments must throw TypeError 80 PASS RTCPeerConnection interface: calling setRemoteDescription(RTCSessionDescrip tion) on pc with too few arguments must throw TypeError
81 PASS RTCPeerConnection interface: pc must inherit property "remoteDescription" w ith the proper type (7) 81 PASS RTCPeerConnection interface: pc must inherit property "remoteDescription" w ith the proper type (7)
82 FAIL RTCPeerConnection interface: pc must inherit property "currentRemoteDescrip tion" with the proper type (8) assert_inherits: property "currentRemoteDescripti on" not found in prototype chain 82 FAIL RTCPeerConnection interface: pc must inherit property "currentRemoteDescrip tion" with the proper type (8) assert_inherits: property "currentRemoteDescripti on" not found in prototype chain
83 FAIL RTCPeerConnection interface: pc must inherit property "pendingRemoteDescrip tion" with the proper type (9) assert_inherits: property "pendingRemoteDescripti on" not found in prototype chain 83 FAIL RTCPeerConnection interface: pc must inherit property "pendingRemoteDescrip tion" with the proper type (9) assert_inherits: property "pendingRemoteDescripti on" not found in prototype chain
84 PASS RTCPeerConnection interface: pc must inherit property "addIceCandidate" wit h the proper type (10) 84 PASS RTCPeerConnection interface: pc must inherit property "addIceCandidate" wit h the proper type (10)
85 PASS RTCPeerConnection interface: calling addIceCandidate(RTCIceCandidate) on pc with too few arguments must throw TypeError 85 PASS RTCPeerConnection interface: calling addIceCandidate(RTCIceCandidate) on pc with too few arguments must throw TypeError
86 FAIL RTCPeerConnection interface: pc must inherit property "signalingState" with the proper type (11) Unrecognized type RTCSignalingState 86 FAIL RTCPeerConnection interface: pc must inherit property "signalingState" with the proper type (11) Unrecognized type RTCSignalingState
87 FAIL RTCPeerConnection interface: pc must inherit property "iceGatheringState" w ith the proper type (12) Unrecognized type RTCIceGatheringState 87 FAIL RTCPeerConnection interface: pc must inherit property "iceGatheringState" w ith the proper type (12) Unrecognized type RTCIceGatheringState
88 FAIL RTCPeerConnection interface: pc must inherit property "iceConnectionState" with the proper type (13) Unrecognized type RTCIceConnectionState 88 FAIL RTCPeerConnection interface: pc must inherit property "iceConnectionState" with the proper type (13) Unrecognized type RTCIceConnectionState
89 FAIL RTCPeerConnection interface: pc must inherit property "canTrickleIceCandida tes" with the proper type (14) assert_inherits: property "canTrickleIceCandidate s" not found in prototype chain 89 FAIL RTCPeerConnection interface: pc must inherit property "canTrickleIceCandida tes" with the proper type (14) assert_inherits: property "canTrickleIceCandidate s" not found in prototype chain
90 FAIL RTCPeerConnection interface: pc must inherit property "getConfiguration" wi th the proper type (15) assert_inherits: property "getConfiguration" not found i n prototype chain 90 PASS RTCPeerConnection interface: pc must inherit property "getConfiguration" wi th the proper type (15)
91 PASS RTCPeerConnection interface: pc must inherit property "setConfiguration" wi th the proper type (16) 91 PASS RTCPeerConnection interface: pc must inherit property "setConfiguration" wi th the proper type (16)
92 PASS RTCPeerConnection interface: calling setConfiguration(RTCConfiguration) on pc with too few arguments must throw TypeError 92 PASS RTCPeerConnection interface: calling setConfiguration(RTCConfiguration) on pc with too few arguments must throw TypeError
93 PASS RTCPeerConnection interface: pc must inherit property "close" with the prop er type (17) 93 PASS RTCPeerConnection interface: pc must inherit property "close" with the prop er type (17)
94 FAIL RTCPeerConnection interface: pc must inherit property "onnegotiationneeded" with the proper type (18) Unrecognized type EventHandler 94 FAIL RTCPeerConnection interface: pc must inherit property "onnegotiationneeded" with the proper type (18) Unrecognized type EventHandler
95 FAIL RTCPeerConnection interface: pc must inherit property "onicecandidate" with the proper type (19) Unrecognized type EventHandler 95 FAIL RTCPeerConnection interface: pc must inherit property "onicecandidate" with the proper type (19) Unrecognized type EventHandler
96 FAIL RTCPeerConnection interface: pc must inherit property "onsignalingstatechan ge" with the proper type (20) Unrecognized type EventHandler 96 FAIL RTCPeerConnection interface: pc must inherit property "onsignalingstatechan ge" with the proper type (20) Unrecognized type EventHandler
97 FAIL RTCPeerConnection interface: pc must inherit property "oniceconnectionstate change" with the proper type (21) Unrecognized type EventHandler 97 FAIL RTCPeerConnection interface: pc must inherit property "oniceconnectionstate change" with the proper type (21) Unrecognized type EventHandler
98 FAIL RTCPeerConnection interface: pc must inherit property "onicegatheringstatec hange" with the proper type (22) Unrecognized type EventHandler 98 FAIL RTCPeerConnection interface: pc must inherit property "onicegatheringstatec hange" with the proper type (22) Unrecognized type EventHandler
99 PASS RTCPeerConnection interface: pc must inherit property "createOffer" with th e proper type (23) 99 PASS RTCPeerConnection interface: pc must inherit property "createOffer" with th e proper type (23)
100 PASS RTCPeerConnection interface: calling createOffer(RTCSessionDescriptionCallb ack,RTCPeerConnectionErrorCallback,RTCOfferOptions) on pc with too few arguments must throw TypeError 100 PASS RTCPeerConnection interface: calling createOffer(RTCSessionDescriptionCallb ack,RTCPeerConnectionErrorCallback,RTCOfferOptions) on pc with too few arguments must throw TypeError
(...skipping 28 matching lines...) Expand all
129 FAIL RTCPeerConnection interface: pc must inherit property "dtmf" with the prope r type (37) assert_inherits: property "dtmf" not found in prototype chain 129 FAIL RTCPeerConnection interface: pc must inherit property "dtmf" with the prope r type (37) assert_inherits: property "dtmf" not found in prototype chain
130 PASS RTCPeerConnection interface: pc must inherit property "getStats" with the p roper type (38) 130 PASS RTCPeerConnection interface: pc must inherit property "getStats" with the p roper type (38)
131 PASS RTCPeerConnection interface: calling getStats(MediaStreamTrack) on pc with too few arguments must throw TypeError 131 PASS RTCPeerConnection interface: calling getStats(MediaStreamTrack) on pc with too few arguments must throw TypeError
132 FAIL RTCPeerConnection interface: pc must inherit property "setIdentityProvider" with the proper type (39) assert_inherits: property "setIdentityProvider" not f ound in prototype chain 132 FAIL RTCPeerConnection interface: pc must inherit property "setIdentityProvider" with the proper type (39) assert_inherits: property "setIdentityProvider" not f ound in prototype chain
133 FAIL RTCPeerConnection interface: calling setIdentityProvider(DOMString,DOMStrin g,DOMString) on pc with too few arguments must throw TypeError assert_inherits: property "setIdentityProvider" not found in prototype chain 133 FAIL RTCPeerConnection interface: calling setIdentityProvider(DOMString,DOMStrin g,DOMString) on pc with too few arguments must throw TypeError assert_inherits: property "setIdentityProvider" not found in prototype chain
134 FAIL RTCPeerConnection interface: pc must inherit property "getIdentityAssertion " with the proper type (40) assert_inherits: property "getIdentityAssertion" not found in prototype chain 134 FAIL RTCPeerConnection interface: pc must inherit property "getIdentityAssertion " with the proper type (40) assert_inherits: property "getIdentityAssertion" not found in prototype chain
135 FAIL RTCPeerConnection interface: pc must inherit property "peerIdentity" with t he proper type (41) assert_inherits: property "peerIdentity" not found in protot ype chain 135 FAIL RTCPeerConnection interface: pc must inherit property "peerIdentity" with t he proper type (41) assert_inherits: property "peerIdentity" not found in protot ype chain
136 FAIL RTCPeerConnection interface: pc must inherit property "idpLoginUrl" with th e proper type (42) assert_inherits: property "idpLoginUrl" not found in prototyp e chain 136 FAIL RTCPeerConnection interface: pc must inherit property "idpLoginUrl" with th e proper type (42) assert_inherits: property "idpLoginUrl" not found in prototyp e chain
137 Harness: the test ran to completion. 137 Harness: the test ran to completion.
138 138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698