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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/webrtc/interfaces-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 498 tests; 188 PASS, 310 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 498 tests; 194 PASS, 304 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS Main test driver 3 PASS Main test driver
4 PASS Test driver for asyncInitCertificate 4 PASS Test driver for asyncInitCertificate
5 FAIL Test driver for asyncInitTransports assert_unreached: Failed to run asyncIn itTransports: OperationError: TEST_ERROR Reached unreachable code 5 FAIL Test driver for asyncInitTransports assert_unreached: Failed to run asyncIn itTransports: OperationError: TEST_ERROR Reached unreachable code
6 FAIL Test driver for asyncInitMediaStreamTrack assert_unreached: Failed to run a syncInitMediaStreamTrack: NotSupportedError: Only secure origins are allowed (se e: https://goo.gl/Y0ZkNV). Reached unreachable code 6 FAIL Test driver for asyncInitMediaStreamTrack assert_unreached: Failed to run a syncInitMediaStreamTrack: NotSupportedError: Only secure origins are allowed (se e: https://goo.gl/Y0ZkNV). Reached unreachable code
7 FAIL MediaStreamTrack interface: existence and properties of interface object Ca nnot read property 'has_extended_attribute' of undefined 7 FAIL MediaStreamTrack interface: existence and properties of interface object Ca nnot read property 'has_extended_attribute' of undefined
8 PASS MediaStreamTrack interface object length 8 PASS MediaStreamTrack interface object length
9 PASS MediaStreamTrack interface object name 9 PASS MediaStreamTrack interface object name
10 FAIL MediaStreamTrack interface: existence and properties of interface prototype object Cannot read property 'has_extended_attribute' of undefined 10 FAIL MediaStreamTrack interface: existence and properties of interface prototype object Cannot read property 'has_extended_attribute' of undefined
11 PASS MediaStreamTrack interface: existence and properties of interface prototype object's "constructor" property 11 PASS MediaStreamTrack interface: existence and properties of interface prototype object's "constructor" property
12 FAIL MediaStreamTrack interface: attribute isolated assert_true: The prototype o bject must have a property "isolated" expected true got false 12 FAIL MediaStreamTrack interface: attribute isolated assert_true: The prototype o bject must have a property "isolated" expected true got false
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 FAIL RTCPeerConnection interface: attribute onfingerprintfailure assert_true: Th e prototype object must have a property "onfingerprintfailure" expected true got false 54 FAIL RTCPeerConnection interface: attribute onfingerprintfailure assert_true: Th e prototype object must have a property "onfingerprintfailure" expected true got false
55 PASS RTCPeerConnection interface: operation createOffer(RTCSessionDescriptionCal lback,RTCPeerConnectionErrorCallback,RTCOfferOptions) 55 PASS RTCPeerConnection interface: operation createOffer(RTCSessionDescriptionCal lback,RTCPeerConnectionErrorCallback,RTCOfferOptions)
56 PASS RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescri ptionInit,VoidFunction,RTCPeerConnectionErrorCallback) 56 PASS RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescri ptionInit,VoidFunction,RTCPeerConnectionErrorCallback)
57 PASS RTCPeerConnection interface: operation createAnswer(RTCSessionDescriptionCa llback,RTCPeerConnectionErrorCallback) 57 PASS RTCPeerConnection interface: operation createAnswer(RTCSessionDescriptionCa llback,RTCPeerConnectionErrorCallback)
58 PASS RTCPeerConnection interface: operation setRemoteDescription(RTCSessionDescr iptionInit,VoidFunction,RTCPeerConnectionErrorCallback) 58 PASS RTCPeerConnection interface: operation setRemoteDescription(RTCSessionDescr iptionInit,VoidFunction,RTCPeerConnectionErrorCallback)
59 PASS RTCPeerConnection interface: operation addIceCandidate([object Object],[obj ect Object],VoidFunction,RTCPeerConnectionErrorCallback) 59 PASS RTCPeerConnection interface: operation addIceCandidate([object Object],[obj ect Object],VoidFunction,RTCPeerConnectionErrorCallback)
60 PASS RTCPeerConnection interface: operation generateCertificate(AlgorithmIdentif ier) 60 PASS RTCPeerConnection interface: operation generateCertificate(AlgorithmIdentif ier)
61 PASS RTCPeerConnection interface: operation getSenders() 61 PASS RTCPeerConnection interface: operation getSenders()
62 PASS RTCPeerConnection interface: operation getReceivers() 62 PASS RTCPeerConnection interface: operation getReceivers()
63 FAIL RTCPeerConnection interface: operation getTransceivers() assert_own_propert y: interface prototype object missing non-static operation expected property "ge tTransceivers" missing 63 FAIL RTCPeerConnection interface: operation getTransceivers() assert_own_propert y: interface prototype object missing non-static operation expected property "ge tTransceivers" missing
64 FAIL RTCPeerConnection interface: operation addTrack(MediaStreamTrack,MediaStrea m) assert_own_property: interface prototype object missing non-static operation expected property "addTrack" missing 64 PASS RTCPeerConnection interface: operation addTrack(MediaStreamTrack,MediaStrea m)
65 FAIL RTCPeerConnection interface: operation removeTrack(RTCRtpSender) assert_own _property: interface prototype object missing non-static operation expected prop erty "removeTrack" missing 65 PASS RTCPeerConnection interface: operation removeTrack(RTCRtpSender)
66 FAIL RTCPeerConnection interface: operation addTransceiver([object Object],[obje ct Object],RTCRtpTransceiverInit) assert_own_property: interface prototype objec t missing non-static operation expected property "addTransceiver" missing 66 FAIL RTCPeerConnection interface: operation addTransceiver([object Object],[obje ct Object],RTCRtpTransceiverInit) assert_own_property: interface prototype objec t missing non-static operation expected property "addTransceiver" missing
67 FAIL RTCPeerConnection interface: attribute ontrack assert_true: The prototype o bject must have a property "ontrack" expected true got false 67 FAIL RTCPeerConnection interface: attribute ontrack assert_true: The prototype o bject must have a property "ontrack" expected true got false
68 FAIL RTCPeerConnection interface: attribute sctp assert_true: The prototype obje ct must have a property "sctp" expected true got false 68 FAIL RTCPeerConnection interface: attribute sctp assert_true: The prototype obje ct must have a property "sctp" expected true got false
69 PASS RTCPeerConnection interface: operation createDataChannel(USVString,RTCDataC hannelInit) 69 PASS RTCPeerConnection interface: operation createDataChannel(USVString,RTCDataC hannelInit)
70 PASS RTCPeerConnection interface: attribute ondatachannel 70 PASS RTCPeerConnection interface: attribute ondatachannel
71 PASS RTCPeerConnection interface: operation getStats(MediaStreamTrack) 71 PASS RTCPeerConnection interface: operation getStats(MediaStreamTrack)
72 FAIL RTCPeerConnection interface: operation setIdentityProvider(DOMString,RTCIde ntityProviderOptions) assert_own_property: interface prototype object missing no n-static operation expected property "setIdentityProvider" missing 72 FAIL RTCPeerConnection interface: operation setIdentityProvider(DOMString,RTCIde ntityProviderOptions) assert_own_property: interface prototype object missing no n-static operation expected property "setIdentityProvider" missing
73 FAIL RTCPeerConnection interface: operation getIdentityAssertion() assert_own_pr operty: interface prototype object missing non-static operation expected propert y "getIdentityAssertion" missing 73 FAIL RTCPeerConnection interface: operation getIdentityAssertion() assert_own_pr operty: interface prototype object missing non-static operation expected propert y "getIdentityAssertion" missing
74 FAIL RTCPeerConnection interface: attribute peerIdentity assert_true: The protot ype object must have a property "peerIdentity" expected true got false 74 FAIL RTCPeerConnection interface: attribute peerIdentity assert_true: The protot ype object must have a property "peerIdentity" expected true got false
75 FAIL RTCPeerConnection interface: attribute idpLoginUrl assert_true: The prototy pe object must have a property "idpLoginUrl" expected true got false 75 FAIL RTCPeerConnection interface: attribute idpLoginUrl assert_true: The prototy pe object must have a property "idpLoginUrl" expected true got false
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 PASS RTCPeerConnection interface: calling createAnswer(RTCSessionDescriptionCall back,RTCPeerConnectionErrorCallback) on new RTCPeerConnection() with too few arg uments must throw TypeError 118 PASS RTCPeerConnection interface: calling createAnswer(RTCSessionDescriptionCall back,RTCPeerConnectionErrorCallback) on new RTCPeerConnection() with too few arg uments must throw TypeError
119 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "setRemoteDescription" with the proper type (31) 119 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "setRemoteDescription" with the proper type (31)
120 PASS RTCPeerConnection interface: calling setRemoteDescription(RTCSessionDescrip tionInit,VoidFunction,RTCPeerConnectionErrorCallback) on new RTCPeerConnection() with too few arguments must throw TypeError 120 PASS RTCPeerConnection interface: calling setRemoteDescription(RTCSessionDescrip tionInit,VoidFunction,RTCPeerConnectionErrorCallback) on new RTCPeerConnection() with too few arguments must throw TypeError
121 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "addIceCandidate" with the proper type (32) 121 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "addIceCandidate" with the proper type (32)
122 PASS RTCPeerConnection interface: calling addIceCandidate([object Object],[objec t Object],VoidFunction,RTCPeerConnectionErrorCallback) on new RTCPeerConnection( ) with too few arguments must throw TypeError 122 PASS RTCPeerConnection interface: calling addIceCandidate([object Object],[objec t Object],VoidFunction,RTCPeerConnectionErrorCallback) on new RTCPeerConnection( ) with too few arguments must throw TypeError
123 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "generateCertificate" with the proper type (33) 123 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "generateCertificate" with the proper type (33)
124 FAIL RTCPeerConnection interface: calling generateCertificate(AlgorithmIdentifie r) on new RTCPeerConnection() with too few arguments must throw TypeError assert _unreached: Throws "TypeError: Cannot read property 'apply' of undefined" instea d of rejecting promise Reached unreachable code 124 FAIL RTCPeerConnection interface: calling generateCertificate(AlgorithmIdentifie r) on new RTCPeerConnection() with too few arguments must throw TypeError assert _unreached: Throws "TypeError: Cannot read property 'apply' of undefined" instea d of rejecting promise Reached unreachable code
125 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "getSenders" with the proper type (34) 125 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "getSenders" with the proper type (34)
126 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "getReceivers" with the proper type (35) 126 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "getReceivers" with the proper type (35)
127 FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "getTransceivers" with the proper type (36) assert_inherits: property "getTransc eivers" not found in prototype chain 127 FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "getTransceivers" with the proper type (36) assert_inherits: property "getTransc eivers" not found in prototype chain
128 FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "addTrack" with the proper type (37) assert_inherits: property "addTrack" not fo und in prototype chain 128 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "addTrack" with the proper type (37)
129 FAIL RTCPeerConnection interface: calling addTrack(MediaStreamTrack,MediaStream) on new RTCPeerConnection() with too few arguments must throw TypeError assert_i nherits: property "addTrack" not found in prototype chain 129 PASS RTCPeerConnection interface: calling addTrack(MediaStreamTrack,MediaStream) on new RTCPeerConnection() with too few arguments must throw TypeError
130 FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "removeTrack" with the proper type (38) assert_inherits: property "removeTrack" not found in prototype chain 130 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "removeTrack" with the proper type (38)
131 FAIL RTCPeerConnection interface: calling removeTrack(RTCRtpSender) on new RTCPe erConnection() with too few arguments must throw TypeError assert_inherits: prop erty "removeTrack" not found in prototype chain 131 PASS RTCPeerConnection interface: calling removeTrack(RTCRtpSender) on new RTCPe erConnection() with too few arguments must throw TypeError
132 FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "addTransceiver" with the proper type (39) assert_inherits: property "addTransce iver" not found in prototype chain 132 FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "addTransceiver" with the proper type (39) assert_inherits: property "addTransce iver" not found in prototype chain
133 FAIL RTCPeerConnection interface: calling addTransceiver([object Object],[object Object],RTCRtpTransceiverInit) on new RTCPeerConnection() with too few argument s must throw TypeError assert_inherits: property "addTransceiver" not found in p rototype chain 133 FAIL RTCPeerConnection interface: calling addTransceiver([object Object],[object Object],RTCRtpTransceiverInit) on new RTCPeerConnection() with too few argument s must throw TypeError assert_inherits: property "addTransceiver" not found in p rototype chain
134 FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "ontrack" with the proper type (40) assert_inherits: property "ontrack" not foun d in prototype chain 134 FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "ontrack" with the proper type (40) assert_inherits: property "ontrack" not foun d in prototype chain
135 FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "sctp" with the proper type (41) assert_inherits: property "sctp" not found in p rototype chain 135 FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "sctp" with the proper type (41) assert_inherits: property "sctp" not found in p rototype chain
136 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "createDataChannel" with the proper type (42) 136 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "createDataChannel" with the proper type (42)
137 PASS RTCPeerConnection interface: calling createDataChannel(USVString,RTCDataCha nnelInit) on new RTCPeerConnection() with too few arguments must throw TypeError 137 PASS RTCPeerConnection interface: calling createDataChannel(USVString,RTCDataCha nnelInit) on new RTCPeerConnection() with too few arguments must throw TypeError
138 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "ondatachannel" with the proper type (43) 138 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "ondatachannel" with the proper type (43)
139 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "getStats" with the proper type (44) 139 PASS RTCPeerConnection interface: new RTCPeerConnection() must inherit property "getStats" with the proper type (44)
140 PASS RTCPeerConnection interface: calling getStats(MediaStreamTrack) on new RTCP eerConnection() with too few arguments must throw TypeError 140 PASS RTCPeerConnection interface: calling getStats(MediaStreamTrack) on new RTCP eerConnection() with too few arguments must throw TypeError
141 FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "setIdentityProvider" with the proper type (45) assert_inherits: property "setId entityProvider" not found in prototype chain 141 FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "setIdentityProvider" with the proper type (45) assert_inherits: property "setId entityProvider" not found in prototype chain
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 FAIL RTCErrorEvent interface object length assert_own_property: self does not ha ve own property "RTCErrorEvent" expected property "RTCErrorEvent" missing 496 FAIL RTCErrorEvent interface object length assert_own_property: self does not ha ve own property "RTCErrorEvent" expected property "RTCErrorEvent" missing
497 FAIL RTCErrorEvent interface object name assert_own_property: self does not have own property "RTCErrorEvent" expected property "RTCErrorEvent" missing 497 FAIL RTCErrorEvent interface object name assert_own_property: self does not have own property "RTCErrorEvent" expected property "RTCErrorEvent" missing
498 FAIL RTCErrorEvent interface: existence and properties of interface prototype ob ject assert_own_property: self does not have own property "RTCErrorEvent" expect ed property "RTCErrorEvent" missing 498 FAIL RTCErrorEvent interface: existence and properties of interface prototype ob ject assert_own_property: self does not have own property "RTCErrorEvent" expect ed property "RTCErrorEvent" missing
499 FAIL RTCErrorEvent interface: existence and properties of interface prototype ob ject's "constructor" property assert_own_property: self does not have own proper ty "RTCErrorEvent" expected property "RTCErrorEvent" missing 499 FAIL RTCErrorEvent interface: existence and properties of interface prototype ob ject's "constructor" property assert_own_property: self does not have own proper ty "RTCErrorEvent" expected property "RTCErrorEvent" missing
500 FAIL RTCErrorEvent interface: attribute error assert_own_property: self does not have own property "RTCErrorEvent" expected property "RTCErrorEvent" missing 500 FAIL RTCErrorEvent interface: attribute error assert_own_property: self does not have own property "RTCErrorEvent" expected property "RTCErrorEvent" missing
501 FAIL RTCErrorEvent must be primary interface of new RTCErrorEvent('error') asser t_equals: Unexpected exception when evaluating object expected null but got obje ct "ReferenceError: RTCErrorEvent is not defined" 501 FAIL RTCErrorEvent must be primary interface of new RTCErrorEvent('error') asser t_equals: Unexpected exception when evaluating object expected null but got obje ct "ReferenceError: RTCErrorEvent is not defined"
502 FAIL Stringification of new RTCErrorEvent('error') assert_equals: Unexpected exc eption when evaluating object expected null but got object "ReferenceError: RTCE rrorEvent is not defined" 502 FAIL Stringification of new RTCErrorEvent('error') assert_equals: Unexpected exc eption when evaluating object expected null but got object "ReferenceError: RTCE rrorEvent is not defined"
503 FAIL RTCErrorEvent interface: new RTCErrorEvent('error') must inherit property " error" with the proper type (0) assert_equals: Unexpected exception when evaluat ing object expected null but got object "ReferenceError: RTCErrorEvent is not de fined" 503 FAIL RTCErrorEvent interface: new RTCErrorEvent('error') must inherit property " error" with the proper type (0) assert_equals: Unexpected exception when evaluat ing object expected null but got object "ReferenceError: RTCErrorEvent is not de fined"
504 Harness: the test ran to completion. 504 Harness: the test ran to completion.
505 505
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698