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

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

Issue 2759953003: Interface RTCRtpReceiver and RTCPeerConnection.getReceivers() added. (Closed)
Patch Set: DISALLOW_COPY_AND_ASSIGN Created 3 years, 8 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
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 fn.apply(obj, args); 46 fn.apply(obj, args);
47 }" did not throw 47 }" did not throw
48 FAIL RTCPeerConnection interface: operation addIceCandidate(RTCIceCandidate,Void Function,RTCPeerConnectionErrorCallback) assert_throws: calling operation with t his = null didn't throw TypeError function "function () { 48 FAIL RTCPeerConnection interface: operation addIceCandidate(RTCIceCandidate,Void Function,RTCPeerConnectionErrorCallback) assert_throws: calling operation with t his = null didn't throw TypeError function "function () {
49 fn.apply(obj, args); 49 fn.apply(obj, args);
50 }" did not throw 50 }" did not throw
51 FAIL RTCPeerConnection interface: operation getStats(MediaStreamTrack,RTCStatsCa llback,RTCPeerConnectionErrorCallback) assert_throws: calling operation with thi s = null didn't throw TypeError function "function () { 51 FAIL RTCPeerConnection interface: operation getStats(MediaStreamTrack,RTCStatsCa llback,RTCPeerConnectionErrorCallback) assert_throws: calling operation with thi s = null didn't throw TypeError function "function () {
52 fn.apply(obj, args); 52 fn.apply(obj, args);
53 }" did not throw 53 }" did not throw
54 PASS RTCPeerConnection interface: operation generateCertificate(AlgorithmIdentif ier) 54 PASS RTCPeerConnection interface: operation generateCertificate(AlgorithmIdentif ier)
55 FAIL RTCPeerConnection interface: operation getSenders() assert_own_property: in terface prototype object missing non-static operation expected property "getSend ers" missing 55 FAIL RTCPeerConnection interface: operation getSenders() assert_own_property: in terface prototype object missing non-static operation expected property "getSend ers" missing
56 FAIL RTCPeerConnection interface: operation getReceivers() assert_own_property: interface prototype object missing non-static operation expected property "getRe ceivers" missing 56 PASS RTCPeerConnection interface: operation getReceivers()
57 FAIL RTCPeerConnection interface: operation addTrack(MediaStreamTrack,MediaStrea m) assert_own_property: interface prototype object missing non-static operation expected property "addTrack" missing 57 FAIL RTCPeerConnection interface: operation addTrack(MediaStreamTrack,MediaStrea m) assert_own_property: interface prototype object missing non-static operation expected property "addTrack" missing
58 FAIL RTCPeerConnection interface: operation removeTrack(RTCRtpSender) assert_own _property: interface prototype object missing non-static operation expected prop erty "removeTrack" missing 58 FAIL RTCPeerConnection interface: operation removeTrack(RTCRtpSender) assert_own _property: interface prototype object missing non-static operation expected prop erty "removeTrack" missing
59 FAIL RTCPeerConnection interface: attribute ontrack assert_true: The prototype o bject must have a property "ontrack" expected true got false 59 FAIL RTCPeerConnection interface: attribute ontrack assert_true: The prototype o bject must have a property "ontrack" expected true got false
60 PASS RTCPeerConnection interface: operation createDataChannel(DOMString,RTCDataC hannelInit) 60 PASS RTCPeerConnection interface: operation createDataChannel(DOMString,RTCDataC hannelInit)
61 PASS RTCPeerConnection interface: attribute ondatachannel 61 PASS RTCPeerConnection interface: attribute ondatachannel
62 FAIL RTCPeerConnection interface: attribute dtmf assert_true: The prototype obje ct must have a property "dtmf" expected true got false 62 FAIL RTCPeerConnection interface: attribute dtmf assert_true: The prototype obje ct must have a property "dtmf" expected true got false
63 PASS RTCPeerConnection interface: operation getStats(MediaStreamTrack) 63 PASS RTCPeerConnection interface: operation getStats(MediaStreamTrack)
64 FAIL RTCPeerConnection interface: operation setIdentityProvider(DOMString,DOMStr ing,DOMString) assert_own_property: interface prototype object missing non-stati c operation expected property "setIdentityProvider" missing 64 FAIL RTCPeerConnection interface: operation setIdentityProvider(DOMString,DOMStr ing,DOMString) assert_own_property: interface prototype object missing non-stati c operation expected property "setIdentityProvider" missing
65 FAIL RTCPeerConnection interface: operation getIdentityAssertion() assert_own_pr operty: interface prototype object missing non-static operation expected propert y "getIdentityAssertion" missing 65 FAIL RTCPeerConnection interface: operation getIdentityAssertion() assert_own_pr operty: interface prototype object missing non-static operation expected propert y "getIdentityAssertion" missing
66 FAIL RTCPeerConnection interface: attribute peerIdentity assert_true: The protot ype object must have a property "peerIdentity" expected true got false 66 FAIL RTCPeerConnection interface: attribute peerIdentity assert_true: The protot ype object must have a property "peerIdentity" expected true got false
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 }" did not throw 110 }" did not throw
111 PASS RTCPeerConnection interface: pc must inherit property "addIceCandidate" wit h the proper type (27) 111 PASS RTCPeerConnection interface: pc must inherit property "addIceCandidate" wit h the proper type (27)
112 FAIL RTCPeerConnection interface: calling addIceCandidate(RTCIceCandidate,VoidFu nction,RTCPeerConnectionErrorCallback) on pc with too few arguments must throw T ypeError assert_throws: Called with 0 arguments function "function () { 112 FAIL RTCPeerConnection interface: calling addIceCandidate(RTCIceCandidate,VoidFu nction,RTCPeerConnectionErrorCallback) on pc with too few arguments must throw T ypeError assert_throws: Called with 0 arguments function "function () {
113 fn.apply(obj, args); 113 fn.apply(obj, args);
114 }" did not throw 114 }" did not throw
115 PASS RTCPeerConnection interface: pc must inherit property "getStats" with the p roper type (28) 115 PASS RTCPeerConnection interface: pc must inherit property "getStats" with the p roper type (28)
116 PASS RTCPeerConnection interface: calling getStats(MediaStreamTrack,RTCStatsCall back,RTCPeerConnectionErrorCallback) on pc with too few arguments must throw Typ eError 116 PASS RTCPeerConnection interface: calling getStats(MediaStreamTrack,RTCStatsCall back,RTCPeerConnectionErrorCallback) on pc with too few arguments must throw Typ eError
117 PASS RTCPeerConnection interface: pc must inherit property "generateCertificate" with the proper type (29) 117 PASS RTCPeerConnection interface: pc must inherit property "generateCertificate" with the proper type (29)
118 FAIL RTCPeerConnection interface: calling generateCertificate(AlgorithmIdentifie r) on pc with too few arguments must throw TypeError assert_unreached: Throws "T ypeError: Cannot read property 'apply' of undefined" instead of rejecting promis e Reached unreachable code 118 FAIL RTCPeerConnection interface: calling generateCertificate(AlgorithmIdentifie r) on pc with too few arguments must throw TypeError assert_unreached: Throws "T ypeError: Cannot read property 'apply' of undefined" instead of rejecting promis e Reached unreachable code
119 FAIL RTCPeerConnection interface: pc must inherit property "getSenders" with the proper type (30) assert_inherits: property "getSenders" not found in prototype chain 119 FAIL RTCPeerConnection interface: pc must inherit property "getSenders" with the proper type (30) assert_inherits: property "getSenders" not found in prototype chain
120 FAIL RTCPeerConnection interface: pc must inherit property "getReceivers" with t he proper type (31) assert_inherits: property "getReceivers" not found in protot ype chain 120 PASS RTCPeerConnection interface: pc must inherit property "getReceivers" with t he proper type (31)
121 FAIL RTCPeerConnection interface: pc must inherit property "addTrack" with the p roper type (32) assert_inherits: property "addTrack" not found in prototype chai n 121 FAIL RTCPeerConnection interface: pc must inherit property "addTrack" with the p roper type (32) assert_inherits: property "addTrack" not found in prototype chai n
122 FAIL RTCPeerConnection interface: calling addTrack(MediaStreamTrack,MediaStream) on pc with too few arguments must throw TypeError assert_inherits: property "ad dTrack" not found in prototype chain 122 FAIL RTCPeerConnection interface: calling addTrack(MediaStreamTrack,MediaStream) on pc with too few arguments must throw TypeError assert_inherits: property "ad dTrack" not found in prototype chain
123 FAIL RTCPeerConnection interface: pc must inherit property "removeTrack" with th e proper type (33) assert_inherits: property "removeTrack" not found in prototyp e chain 123 FAIL RTCPeerConnection interface: pc must inherit property "removeTrack" with th e proper type (33) assert_inherits: property "removeTrack" not found in prototyp e chain
124 FAIL RTCPeerConnection interface: calling removeTrack(RTCRtpSender) on pc with t oo few arguments must throw TypeError assert_inherits: property "removeTrack" no t found in prototype chain 124 FAIL RTCPeerConnection interface: calling removeTrack(RTCRtpSender) on pc with t oo few arguments must throw TypeError assert_inherits: property "removeTrack" no t found in prototype chain
125 FAIL RTCPeerConnection interface: pc must inherit property "ontrack" with the pr oper type (34) assert_inherits: property "ontrack" not found in prototype chain 125 FAIL RTCPeerConnection interface: pc must inherit property "ontrack" with the pr oper type (34) assert_inherits: property "ontrack" not found in prototype chain
126 PASS RTCPeerConnection interface: pc must inherit property "createDataChannel" w ith the proper type (35) 126 PASS RTCPeerConnection interface: pc must inherit property "createDataChannel" w ith the proper type (35)
127 PASS RTCPeerConnection interface: calling createDataChannel(DOMString,RTCDataCha nnelInit) on pc with too few arguments must throw TypeError 127 PASS RTCPeerConnection interface: calling createDataChannel(DOMString,RTCDataCha nnelInit) on pc with too few arguments must throw TypeError
128 FAIL RTCPeerConnection interface: pc must inherit property "ondatachannel" with the proper type (36) Unrecognized type EventHandler 128 FAIL RTCPeerConnection interface: pc must inherit property "ondatachannel" with the proper type (36) Unrecognized type EventHandler
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