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

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

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: update missed mac expected.txt file 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 CONSOLE ERROR: line 83: Uncaught (in promise) TypeError: Failed to execute 'crea teOffer' on 'RTCPeerConnection': Illegal invocation
2 CONSOLE ERROR: line 83: Uncaught (in promise) TypeError: Failed to execute 'setL ocalDescription' on 'RTCPeerConnection': Illegal invocation
3 CONSOLE ERROR: line 83: Uncaught (in promise) TypeError: Failed to execute 'crea teAnswer' on 'RTCPeerConnection': Illegal invocation
4 CONSOLE ERROR: line 83: Uncaught (in promise) TypeError: Failed to execute 'setR emoteDescription' on 'RTCPeerConnection': Illegal invocation
5 CONSOLE ERROR: line 83: Uncaught (in promise) TypeError: Failed to execute 'addI ceCandidate' on 'RTCPeerConnection': Illegal invocation
6 CONSOLE ERROR: line 83: Uncaught (in promise) TypeError: Failed to execute 'getS tats' on 'RTCPeerConnection': Illegal invocation
7 CONSOLE ERROR: line 83: Uncaught (in promise) TypeError: Failed to execute 'setL ocalDescription' on 'RTCPeerConnection': 1 argument required, but only 0 present .
8 CONSOLE ERROR: line 83: Uncaught (in promise) TypeError: Failed to execute 'setR emoteDescription' on 'RTCPeerConnection': 1 argument required, but only 0 presen t.
9 CONSOLE ERROR: line 83: 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 Found 116 tests; 59 PASS, 57 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 116 tests; 59 PASS, 57 FAIL, 0 TIMEOUT, 0 NOTRUN.
12 PASS EventTarget interface: existence and properties of interface object 3 PASS EventTarget interface: existence and properties of interface object
13 PASS EventTarget interface object length 4 PASS EventTarget interface object length
14 PASS EventTarget interface object name 5 PASS EventTarget interface object name
15 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]"
16 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
17 PASS RTCPeerConnection interface: existence and properties of interface object 8 PASS RTCPeerConnection interface: existence and properties of interface object
18 PASS RTCPeerConnection interface object length 9 PASS RTCPeerConnection interface object length
19 PASS RTCPeerConnection interface object name 10 PASS RTCPeerConnection interface object name
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 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
139 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)
140 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
141 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
142 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
143 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
144 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
145 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
146 Harness: the test ran to completion. 137 Harness: the test ran to completion.
147 138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698