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

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

Issue 2658093003: Suppress console messages for all testharness tests. (Closed)
Patch Set: rebaseline-cl Created 3 years, 10 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 CONSOLE ERROR: line 75: Uncaught (in promise) TypeError: Failed to execute 'crea teOffer' on 'RTCPeerConnection': Illegal invocation
2 CONSOLE ERROR: line 75: Uncaught (in promise) TypeError: Failed to execute 'setL ocalDescription' on 'RTCPeerConnection': Illegal invocation
3 CONSOLE ERROR: line 75: Uncaught (in promise) TypeError: Failed to execute 'crea teAnswer' on 'RTCPeerConnection': Illegal invocation
4 CONSOLE ERROR: line 75: Uncaught (in promise) TypeError: Failed to execute 'setR emoteDescription' on 'RTCPeerConnection': Illegal invocation
5 CONSOLE ERROR: line 75: Uncaught (in promise) TypeError: Failed to execute 'addI ceCandidate' on 'RTCPeerConnection': Illegal invocation
6 CONSOLE ERROR: line 75: Uncaught (in promise) TypeError: Failed to execute 'getS tats' on 'RTCPeerConnection': Illegal invocation
7 CONSOLE ERROR: line 75: Uncaught (in promise) TypeError: Failed to execute 'setL ocalDescription' on 'RTCPeerConnection': 1 argument required, but only 0 present .
8 CONSOLE ERROR: line 75: Uncaught (in promise) TypeError: Failed to execute 'setR emoteDescription' on 'RTCPeerConnection': 1 argument required, but only 0 presen t.
9 CONSOLE ERROR: line 75: Uncaught (in promise) TypeError: Failed to execute 'addI ceCandidate' on 'RTCPeerConnection': 1 argument required, but only 0 present.
10 This is a testharness.js-based test. 1 This is a testharness.js-based test.
11 PASS EventTarget interface: existence and properties of interface object 2 PASS EventTarget interface: existence and properties of interface object
12 PASS EventTarget interface object length 3 PASS EventTarget interface object length
13 PASS EventTarget interface object name 4 PASS EventTarget interface object name
14 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]" 5 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]"
15 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property 6 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property
16 PASS RTCPeerConnection interface: existence and properties of interface object 7 PASS RTCPeerConnection interface: existence and properties of interface object
17 PASS RTCPeerConnection interface object length 8 PASS RTCPeerConnection interface object length
18 PASS RTCPeerConnection interface object name 9 PASS RTCPeerConnection interface object name
19 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]" 10 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]"
20 PASS RTCPeerConnection interface: existence and properties of interface prototyp e object's "constructor" property 11 PASS RTCPeerConnection interface: existence and properties of interface prototyp e object's "constructor" property
21 PASS RTCPeerConnection interface: operation createOffer(RTCOfferOptions) 12 PASS RTCPeerConnection interface: operation createOffer(RTCOfferOptions)
22 PASS RTCPeerConnection interface: operation createAnswer(RTCAnswerOptions) 13 PASS RTCPeerConnection interface: operation createAnswer(RTCAnswerOptions)
23 PASS RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescri ption) 14 PASS RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescri ption)
24 PASS RTCPeerConnection interface: attribute localDescription 15 PASS RTCPeerConnection interface: attribute localDescription
25 FAIL RTCPeerConnection interface: attribute currentLocalDescription assert_true: The prototype object must have a property "currentLocalDescription" expected tr ue got false 16 FAIL RTCPeerConnection interface: attribute currentLocalDescription assert_true: The prototype object must have a property "currentLocalDescription" expected tr ue got false
26 FAIL RTCPeerConnection interface: attribute pendingLocalDescription assert_true: The prototype object must have a property "pendingLocalDescription" expected tr ue got false 17 FAIL RTCPeerConnection interface: attribute pendingLocalDescription assert_true: The prototype object must have a property "pendingLocalDescription" expected tr ue got false
27 PASS RTCPeerConnection interface: operation setRemoteDescription(RTCSessionDescr iption) 18 PASS RTCPeerConnection interface: operation setRemoteDescription(RTCSessionDescr iption)
28 PASS RTCPeerConnection interface: attribute remoteDescription 19 PASS RTCPeerConnection interface: attribute remoteDescription
29 FAIL RTCPeerConnection interface: attribute currentRemoteDescription assert_true : The prototype object must have a property "currentRemoteDescription" expected true got false 20 FAIL RTCPeerConnection interface: attribute currentRemoteDescription assert_true : The prototype object must have a property "currentRemoteDescription" expected true got false
30 FAIL RTCPeerConnection interface: attribute pendingRemoteDescription assert_true : The prototype object must have a property "pendingRemoteDescription" expected true got false 21 FAIL RTCPeerConnection interface: attribute pendingRemoteDescription assert_true : The prototype object must have a property "pendingRemoteDescription" expected true got false
31 PASS RTCPeerConnection interface: operation addIceCandidate(RTCIceCandidate) 22 PASS RTCPeerConnection interface: operation addIceCandidate(RTCIceCandidate)
32 PASS RTCPeerConnection interface: attribute signalingState 23 PASS RTCPeerConnection interface: attribute signalingState
33 PASS RTCPeerConnection interface: attribute iceGatheringState 24 PASS RTCPeerConnection interface: attribute iceGatheringState
34 PASS RTCPeerConnection interface: attribute iceConnectionState 25 PASS RTCPeerConnection interface: attribute iceConnectionState
35 FAIL RTCPeerConnection interface: attribute canTrickleIceCandidates assert_true: The prototype object must have a property "canTrickleIceCandidates" expected tr ue got false 26 FAIL RTCPeerConnection interface: attribute canTrickleIceCandidates assert_true: The prototype object must have a property "canTrickleIceCandidates" expected tr ue got false
36 FAIL RTCPeerConnection interface: operation getConfiguration() assert_own_proper ty: interface prototype object missing non-static operation expected property "g etConfiguration" missing 27 FAIL RTCPeerConnection interface: operation getConfiguration() assert_own_proper ty: interface prototype object missing non-static operation expected property "g etConfiguration" missing
37 PASS RTCPeerConnection interface: operation setConfiguration(RTCConfiguration) 28 FAIL RTCPeerConnection interface: operation setConfiguration(RTCConfiguration) a ssert_own_property: interface prototype object missing non-static operation expe cted property "setConfiguration" missing
38 PASS RTCPeerConnection interface: operation close() 29 PASS RTCPeerConnection interface: operation close()
39 PASS RTCPeerConnection interface: attribute onnegotiationneeded 30 PASS RTCPeerConnection interface: attribute onnegotiationneeded
40 PASS RTCPeerConnection interface: attribute onicecandidate 31 PASS RTCPeerConnection interface: attribute onicecandidate
41 PASS RTCPeerConnection interface: attribute onsignalingstatechange 32 PASS RTCPeerConnection interface: attribute onsignalingstatechange
42 PASS RTCPeerConnection interface: attribute oniceconnectionstatechange 33 PASS RTCPeerConnection interface: attribute oniceconnectionstatechange
43 FAIL RTCPeerConnection interface: attribute onicegatheringstatechange assert_tru e: The prototype object must have a property "onicegatheringstatechange" expecte d true got false 34 FAIL RTCPeerConnection interface: attribute onicegatheringstatechange assert_tru e: The prototype object must have a property "onicegatheringstatechange" expecte d true got false
44 FAIL RTCPeerConnection interface: operation createOffer(RTCSessionDescriptionCal lback,RTCPeerConnectionErrorCallback,RTCOfferOptions) assert_throws: calling ope ration with this = null didn't throw TypeError function "function () { 35 FAIL RTCPeerConnection interface: operation createOffer(RTCSessionDescriptionCal lback,RTCPeerConnectionErrorCallback,RTCOfferOptions) assert_throws: calling ope ration with this = null didn't throw TypeError function "function () {
45 fn.apply(obj, args); 36 fn.apply(obj, args);
46 }" did not throw 37 }" did not throw
47 FAIL RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescri ption,VoidFunction,RTCPeerConnectionErrorCallback) assert_throws: calling operat ion with this = null didn't throw TypeError function "function () { 38 FAIL RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescri ption,VoidFunction,RTCPeerConnectionErrorCallback) assert_throws: calling operat ion with this = null didn't throw TypeError function "function () {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 PASS RTCPeerConnection interface: pc must inherit property "remoteDescription" w ith the proper type (7) 80 PASS RTCPeerConnection interface: pc must inherit property "remoteDescription" w ith the proper type (7)
90 FAIL RTCPeerConnection interface: pc must inherit property "currentRemoteDescrip tion" with the proper type (8) assert_inherits: property "currentRemoteDescripti on" not found in prototype chain 81 FAIL RTCPeerConnection interface: pc must inherit property "currentRemoteDescrip tion" with the proper type (8) assert_inherits: property "currentRemoteDescripti on" not found in prototype chain
91 FAIL RTCPeerConnection interface: pc must inherit property "pendingRemoteDescrip tion" with the proper type (9) assert_inherits: property "pendingRemoteDescripti on" not found in prototype chain 82 FAIL RTCPeerConnection interface: pc must inherit property "pendingRemoteDescrip tion" with the proper type (9) assert_inherits: property "pendingRemoteDescripti on" not found in prototype chain
92 PASS RTCPeerConnection interface: pc must inherit property "addIceCandidate" wit h the proper type (10) 83 PASS RTCPeerConnection interface: pc must inherit property "addIceCandidate" wit h the proper type (10)
93 PASS RTCPeerConnection interface: calling addIceCandidate(RTCIceCandidate) on pc with too few arguments must throw TypeError 84 PASS RTCPeerConnection interface: calling addIceCandidate(RTCIceCandidate) on pc with too few arguments must throw TypeError
94 FAIL RTCPeerConnection interface: pc must inherit property "signalingState" with the proper type (11) Unrecognized type RTCSignalingState 85 FAIL RTCPeerConnection interface: pc must inherit property "signalingState" with the proper type (11) Unrecognized type RTCSignalingState
95 FAIL RTCPeerConnection interface: pc must inherit property "iceGatheringState" w ith the proper type (12) Unrecognized type RTCIceGatheringState 86 FAIL RTCPeerConnection interface: pc must inherit property "iceGatheringState" w ith the proper type (12) Unrecognized type RTCIceGatheringState
96 FAIL RTCPeerConnection interface: pc must inherit property "iceConnectionState" with the proper type (13) Unrecognized type RTCIceConnectionState 87 FAIL RTCPeerConnection interface: pc must inherit property "iceConnectionState" with the proper type (13) Unrecognized type RTCIceConnectionState
97 FAIL RTCPeerConnection interface: pc must inherit property "canTrickleIceCandida tes" with the proper type (14) assert_inherits: property "canTrickleIceCandidate s" not found in prototype chain 88 FAIL RTCPeerConnection interface: pc must inherit property "canTrickleIceCandida tes" with the proper type (14) assert_inherits: property "canTrickleIceCandidate s" not found in prototype chain
98 FAIL RTCPeerConnection interface: pc must inherit property "getConfiguration" wi th the proper type (15) assert_inherits: property "getConfiguration" not found i n prototype chain 89 FAIL RTCPeerConnection interface: pc must inherit property "getConfiguration" wi th the proper type (15) assert_inherits: property "getConfiguration" not found i n prototype chain
99 PASS RTCPeerConnection interface: pc must inherit property "setConfiguration" wi th the proper type (16) 90 FAIL RTCPeerConnection interface: pc must inherit property "setConfiguration" wi th the proper type (16) assert_inherits: property "setConfiguration" not found i n prototype chain
100 PASS RTCPeerConnection interface: calling setConfiguration(RTCConfiguration) on pc with too few arguments must throw TypeError 91 FAIL RTCPeerConnection interface: calling setConfiguration(RTCConfiguration) on pc with too few arguments must throw TypeError assert_inherits: property "setCon figuration" not found in prototype chain
101 PASS RTCPeerConnection interface: pc must inherit property "close" with the prop er type (17) 92 PASS RTCPeerConnection interface: pc must inherit property "close" with the prop er type (17)
102 FAIL RTCPeerConnection interface: pc must inherit property "onnegotiationneeded" with the proper type (18) Unrecognized type EventHandler 93 FAIL RTCPeerConnection interface: pc must inherit property "onnegotiationneeded" with the proper type (18) Unrecognized type EventHandler
103 FAIL RTCPeerConnection interface: pc must inherit property "onicecandidate" with the proper type (19) Unrecognized type EventHandler 94 FAIL RTCPeerConnection interface: pc must inherit property "onicecandidate" with the proper type (19) Unrecognized type EventHandler
104 FAIL RTCPeerConnection interface: pc must inherit property "onsignalingstatechan ge" with the proper type (20) Unrecognized type EventHandler 95 FAIL RTCPeerConnection interface: pc must inherit property "onsignalingstatechan ge" with the proper type (20) Unrecognized type EventHandler
105 FAIL RTCPeerConnection interface: pc must inherit property "oniceconnectionstate change" with the proper type (21) Unrecognized type EventHandler 96 FAIL RTCPeerConnection interface: pc must inherit property "oniceconnectionstate change" with the proper type (21) Unrecognized type EventHandler
106 FAIL RTCPeerConnection interface: pc must inherit property "onicegatheringstatec hange" with the proper type (22) assert_inherits: property "onicegatheringstatec hange" not found in prototype chain 97 FAIL RTCPeerConnection interface: pc must inherit property "onicegatheringstatec hange" with the proper type (22) assert_inherits: property "onicegatheringstatec hange" not found in prototype chain
107 PASS RTCPeerConnection interface: pc must inherit property "createOffer" with th e proper type (23) 98 PASS RTCPeerConnection interface: pc must inherit property "createOffer" with th e proper type (23)
108 PASS RTCPeerConnection interface: calling createOffer(RTCSessionDescriptionCallb ack,RTCPeerConnectionErrorCallback,RTCOfferOptions) on pc with too few arguments must throw TypeError 99 PASS RTCPeerConnection interface: calling createOffer(RTCSessionDescriptionCallb ack,RTCPeerConnectionErrorCallback,RTCOfferOptions) on pc with too few arguments must throw TypeError
109 PASS RTCPeerConnection interface: pc must inherit property "setLocalDescription" with the proper type (24) 100 PASS RTCPeerConnection interface: pc must inherit property "setLocalDescription" with the proper type (24)
110 FAIL RTCPeerConnection interface: calling setLocalDescription(RTCSessionDescript ion,VoidFunction,RTCPeerConnectionErrorCallback) on pc with too few arguments mu st throw TypeError assert_throws: Called with 0 arguments function "function () { 101 FAIL RTCPeerConnection interface: calling setLocalDescription(RTCSessionDescript ion,VoidFunction,RTCPeerConnectionErrorCallback) on pc with too few arguments mu st throw TypeError assert_throws: Called with 0 arguments function "function () {
(...skipping 26 matching lines...) Expand all
137 FAIL RTCPeerConnection interface: pc must inherit property "dtmf" with the prope r type (37) assert_inherits: property "dtmf" not found in prototype chain 128 FAIL RTCPeerConnection interface: pc must inherit property "dtmf" with the prope r type (37) assert_inherits: property "dtmf" not found in prototype chain
138 PASS RTCPeerConnection interface: pc must inherit property "getStats" with the p roper type (38) 129 PASS RTCPeerConnection interface: pc must inherit property "getStats" with the p roper type (38)
139 PASS RTCPeerConnection interface: calling getStats(MediaStreamTrack) on pc with too few arguments must throw TypeError 130 PASS RTCPeerConnection interface: calling getStats(MediaStreamTrack) on pc with too few arguments must throw TypeError
140 FAIL RTCPeerConnection interface: pc must inherit property "setIdentityProvider" with the proper type (39) assert_inherits: property "setIdentityProvider" not f ound in prototype chain 131 FAIL RTCPeerConnection interface: pc must inherit property "setIdentityProvider" with the proper type (39) assert_inherits: property "setIdentityProvider" not f ound in prototype chain
141 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 132 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
142 FAIL RTCPeerConnection interface: pc must inherit property "getIdentityAssertion " with the proper type (40) assert_inherits: property "getIdentityAssertion" not found in prototype chain 133 FAIL RTCPeerConnection interface: pc must inherit property "getIdentityAssertion " with the proper type (40) assert_inherits: property "getIdentityAssertion" not found in prototype chain
143 FAIL RTCPeerConnection interface: pc must inherit property "peerIdentity" with t he proper type (41) assert_inherits: property "peerIdentity" not found in protot ype chain 134 FAIL RTCPeerConnection interface: pc must inherit property "peerIdentity" with t he proper type (41) assert_inherits: property "peerIdentity" not found in protot ype chain
144 FAIL RTCPeerConnection interface: pc must inherit property "idpLoginUrl" with th e proper type (42) assert_inherits: property "idpLoginUrl" not found in prototyp e chain 135 FAIL RTCPeerConnection interface: pc must inherit property "idpLoginUrl" with th e proper type (42) assert_inherits: property "idpLoginUrl" not found in prototyp e chain
145 Harness: the test ran to completion. 136 Harness: the test ran to completion.
146 137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698