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

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

Issue 2951713002: RTCPeerConnection.addTrack and removeTrack added (behind flag) (Closed)
Patch Set: Addressed deadbeef's comments Created 3 years, 5 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; 66 PASS, 50 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 116 tests; 72 PASS, 44 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 PASS EventTarget interface: existence and properties of interface prototype obje ct 6 PASS EventTarget interface: existence and properties of interface prototype obje ct
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 PASS RTCPeerConnection interface: existence and properties of interface prototyp e object 11 PASS RTCPeerConnection interface: existence and properties of interface prototyp e object
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 PASS RTCPeerConnection interface: operation getSenders() 55 PASS RTCPeerConnection interface: operation getSenders()
56 PASS RTCPeerConnection interface: operation getReceivers() 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 PASS RTCPeerConnection interface: operation addTrack(MediaStreamTrack,MediaStrea m)
58 FAIL RTCPeerConnection interface: operation removeTrack(RTCRtpSender) assert_own _property: interface prototype object missing non-static operation expected prop erty "removeTrack" missing 58 PASS RTCPeerConnection interface: operation removeTrack(RTCRtpSender)
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
67 FAIL RTCPeerConnection interface: attribute idpLoginUrl assert_true: The prototy pe object must have a property "idpLoginUrl" expected true got false 67 FAIL RTCPeerConnection interface: attribute idpLoginUrl assert_true: The prototy pe object must have a property "idpLoginUrl" expected true got false
68 PASS RTCPeerConnection must be primary interface of pc 68 PASS RTCPeerConnection must be primary interface of pc
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 PASS RTCPeerConnection interface: pc must inherit property "getSenders" with the proper type (30) 119 PASS RTCPeerConnection interface: pc must inherit property "getSenders" with the proper type (30)
120 PASS RTCPeerConnection interface: pc must inherit property "getReceivers" with t he proper type (31) 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 PASS RTCPeerConnection interface: pc must inherit property "addTrack" with the p roper type (32)
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 PASS RTCPeerConnection interface: calling addTrack(MediaStreamTrack,MediaStream) on pc with too few arguments must throw TypeError
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 PASS RTCPeerConnection interface: pc must inherit property "removeTrack" with th e proper type (33)
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 PASS RTCPeerConnection interface: calling removeTrack(RTCRtpSender) on pc with t oo few arguments must throw TypeError
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