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

Side by Side Diff: LayoutTests/imported/web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-idl-expected.txt

Issue 1213063003: update-w3c-deps import using blink 3b531d5bb326db09a7298b222030cf274590473d: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add rtcpeerconnection-idl-expected.txt Created 5 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
« no previous file with comments | « LayoutTests/imported/web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-idl.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL RTCPeerConnection interface: existence and properties of interface object a ssert_false: self's property "RTCPeerConnection" is enumerable expected false go t true
3 PASS RTCPeerConnection interface object length
4 FAIL RTCPeerConnection interface: existence and properties of interface prototyp e object Cannot read property 'has_extended_attribute' of undefined
5 PASS RTCPeerConnection interface: existence and properties of interface prototyp e object's "constructor" property
6 FAIL RTCPeerConnection interface: operation createOffer(RTCOfferOptions) assert_ equals: property has wrong .length expected 0 but got 1
7 FAIL RTCPeerConnection interface: operation createAnswer() assert_equals: proper ty has wrong .length expected 0 but got 1
8 PASS RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescri ption)
9 PASS RTCPeerConnection interface: attribute localDescription
10 PASS RTCPeerConnection interface: operation setRemoteDescription(RTCSessionDescr iption)
11 PASS RTCPeerConnection interface: attribute remoteDescription
12 PASS RTCPeerConnection interface: attribute signalingState
13 FAIL RTCPeerConnection interface: operation updateIce(RTCConfiguration) assert_e quals: property has wrong .length expected 1 but got 0
14 PASS RTCPeerConnection interface: operation addIceCandidate(RTCIceCandidate)
15 PASS RTCPeerConnection interface: attribute iceGatheringState
16 PASS RTCPeerConnection interface: attribute iceConnectionState
17 FAIL RTCPeerConnection interface: attribute canTrickleIceCandidates assert_true: The prototype object must have a property "canTrickleIceCandidates" expected tr ue got false
18 FAIL RTCPeerConnection interface: operation getConfiguration() assert_own_proper ty: interface prototype object missing non-static operation expected property "g etConfiguration" missing
19 PASS RTCPeerConnection interface: operation close()
20 PASS RTCPeerConnection interface: attribute onnegotiationneeded
21 PASS RTCPeerConnection interface: attribute onicecandidate
22 PASS RTCPeerConnection interface: attribute onsignalingstatechange
23 PASS RTCPeerConnection interface: attribute oniceconnectionstatechange
24 FAIL RTCPeerConnection interface: attribute onicegatheringstatechange assert_tru e: The prototype object must have a property "onicegatheringstatechange" expecte d true got false
25 FAIL RTCPeerConnection interface: operation createOffer(RTCSessionDescriptionCal lback,RTCPeerConnectionErrorCallback,RTCOfferOptions) assert_equals: property ha s wrong .length expected 2 but got 1
26 FAIL RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescri ption,VoidFunction,RTCPeerConnectionErrorCallback) assert_equals: property has w rong .length expected 3 but got 1
27 FAIL RTCPeerConnection interface: operation createAnswer(RTCSessionDescriptionCa llback,RTCPeerConnectionErrorCallback) assert_equals: property has wrong .length expected 2 but got 1
28 FAIL RTCPeerConnection interface: operation setRemoteDescription(RTCSessionDescr iption,VoidFunction,RTCPeerConnectionErrorCallback) assert_equals: property has wrong .length expected 3 but got 1
29 FAIL RTCPeerConnection interface: operation addIceCandidate(RTCIceCandidate,Void Function,RTCPeerConnectionErrorCallback) assert_equals: property has wrong .leng th expected 3 but got 1
30 FAIL RTCPeerConnection interface: operation getSenders() assert_own_property: in terface prototype object missing non-static operation expected property "getSend ers" missing
31 FAIL RTCPeerConnection interface: operation getReceivers() assert_own_property: interface prototype object missing non-static operation expected property "getRe ceivers" missing
32 FAIL RTCPeerConnection interface: operation addTrack(MediaStreamTrack,MediaStrea m) assert_own_property: interface prototype object missing non-static operation expected property "addTrack" missing
33 FAIL RTCPeerConnection interface: operation removeTrack(RTCRtpSender) assert_own _property: interface prototype object missing non-static operation expected prop erty "removeTrack" missing
34 FAIL RTCPeerConnection interface: attribute ontrack assert_true: The prototype o bject must have a property "ontrack" expected true got false
35 PASS RTCPeerConnection interface: operation createDataChannel(DOMString,RTCDataC hannelInit)
36 PASS RTCPeerConnection interface: attribute ondatachannel
37 PASS RTCPeerConnection interface: operation createDTMFSender(MediaStreamTrack)
38 FAIL RTCPeerConnection interface: operation getStats(MediaStreamTrack,RTCStatsCa llback,RTCPeerConnectionErrorCallback) assert_equals: property has wrong .length expected 3 but got 1
39 FAIL RTCPeerConnection interface: operation setIdentityProvider(DOMString,DOMStr ing,DOMString) assert_own_property: interface prototype object missing non-stati c operation expected property "setIdentityProvider" missing
40 FAIL RTCPeerConnection interface: operation getIdentityAssertion() assert_own_pr operty: interface prototype object missing non-static operation expected propert y "getIdentityAssertion" missing
41 FAIL RTCPeerConnection interface: attribute peerIdentity assert_true: The protot ype object must have a property "peerIdentity" expected true got false
42 FAIL RTCPeerConnection interface: attribute onidentityresult assert_true: The pr ototype object must have a property "onidentityresult" expected true got false
43 FAIL RTCPeerConnection interface: attribute onpeeridentity assert_true: The prot otype object must have a property "onpeeridentity" expected true got false
44 FAIL RTCPeerConnection interface: attribute onidpassertionerror assert_true: The prototype object must have a property "onidpassertionerror" expected true got f alse
45 FAIL RTCPeerConnection interface: attribute onidpvalidationerror assert_true: Th e prototype object must have a property "onidpvalidationerror" expected true got false
46 PASS RTCPeerConnection must be primary interface of pc
47 FAIL Stringification of pc Cannot read property 'has_stringifier' of undefined
48 PASS RTCPeerConnection interface: pc must inherit property "createOffer" with th e proper type (0)
49 PASS RTCPeerConnection interface: calling createOffer(RTCOfferOptions) on pc wit h too few arguments must throw TypeError
50 PASS RTCPeerConnection interface: pc must inherit property "createAnswer" with t he proper type (1)
51 PASS RTCPeerConnection interface: pc must inherit property "setLocalDescription" with the proper type (2)
52 PASS RTCPeerConnection interface: calling setLocalDescription(RTCSessionDescript ion) on pc with too few arguments must throw TypeError
53 PASS RTCPeerConnection interface: pc must inherit property "localDescription" wi th the proper type (3)
54 PASS RTCPeerConnection interface: pc must inherit property "setRemoteDescription " with the proper type (4)
55 PASS RTCPeerConnection interface: calling setRemoteDescription(RTCSessionDescrip tion) on pc with too few arguments must throw TypeError
56 PASS RTCPeerConnection interface: pc must inherit property "remoteDescription" w ith the proper type (5)
57 FAIL RTCPeerConnection interface: pc must inherit property "signalingState" with the proper type (6) Unrecognized type RTCSignalingState
58 PASS RTCPeerConnection interface: pc must inherit property "updateIce" with the proper type (7)
59 FAIL RTCPeerConnection interface: calling updateIce(RTCConfiguration) on pc with too few arguments must throw TypeError assert_throws: Called with 0 arguments f unction "function bound () { [native code] }" did not throw
60 PASS RTCPeerConnection interface: pc must inherit property "addIceCandidate" wit h the proper type (8)
61 PASS RTCPeerConnection interface: calling addIceCandidate(RTCIceCandidate) on pc with too few arguments must throw TypeError
62 FAIL RTCPeerConnection interface: pc must inherit property "iceGatheringState" w ith the proper type (9) Unrecognized type RTCIceGatheringState
63 FAIL RTCPeerConnection interface: pc must inherit property "iceConnectionState" with the proper type (10) Unrecognized type RTCIceConnectionState
64 FAIL RTCPeerConnection interface: pc must inherit property "canTrickleIceCandida tes" with the proper type (11) assert_inherits: property "canTrickleIceCandidate s" not found in prototype chain
65 FAIL RTCPeerConnection interface: pc must inherit property "getConfiguration" wi th the proper type (12) assert_inherits: property "getConfiguration" not found i n prototype chain
66 PASS RTCPeerConnection interface: pc must inherit property "close" with the prop er type (13)
67 FAIL RTCPeerConnection interface: pc must inherit property "onnegotiationneeded" with the proper type (14) Unrecognized type EventHandler
68 FAIL RTCPeerConnection interface: pc must inherit property "onicecandidate" with the proper type (15) Unrecognized type EventHandler
69 FAIL RTCPeerConnection interface: pc must inherit property "onsignalingstatechan ge" with the proper type (16) Unrecognized type EventHandler
70 FAIL RTCPeerConnection interface: pc must inherit property "oniceconnectionstate change" with the proper type (17) Unrecognized type EventHandler
71 FAIL RTCPeerConnection interface: pc must inherit property "onicegatheringstatec hange" with the proper type (18) assert_inherits: property "onicegatheringstatec hange" not found in prototype chain
72 PASS RTCPeerConnection interface: pc must inherit property "createOffer" with th e proper type (19)
73 PASS RTCPeerConnection interface: calling createOffer(RTCSessionDescriptionCallb ack,RTCPeerConnectionErrorCallback,RTCOfferOptions) on pc with too few arguments must throw TypeError
74 PASS RTCPeerConnection interface: pc must inherit property "setLocalDescription" with the proper type (20)
75 FAIL RTCPeerConnection interface: calling setLocalDescription(RTCSessionDescript ion,VoidFunction,RTCPeerConnectionErrorCallback) on pc with too few arguments mu st throw TypeError assert_throws: Called with 1 arguments function "function bou nd () { [native code] }" threw object "TypeMismatchError: Failed to execute 'set LocalDescription..." ("TypeMismatchError") expected object "TypeError" ("TypeErr or")
76 PASS RTCPeerConnection interface: pc must inherit property "createAnswer" with t he proper type (21)
77 PASS RTCPeerConnection interface: calling createAnswer(RTCSessionDescriptionCall back,RTCPeerConnectionErrorCallback) on pc with too few arguments must throw Typ eError
78 PASS RTCPeerConnection interface: pc must inherit property "setRemoteDescription " with the proper type (22)
79 FAIL RTCPeerConnection interface: calling setRemoteDescription(RTCSessionDescrip tion,VoidFunction,RTCPeerConnectionErrorCallback) on pc with too few arguments m ust throw TypeError assert_throws: Called with 1 arguments function "function bo und () { [native code] }" threw object "TypeMismatchError: Failed to execute 'se tRemoteDescriptio..." ("TypeMismatchError") expected object "TypeError" ("TypeEr ror")
80 PASS RTCPeerConnection interface: pc must inherit property "addIceCandidate" wit h the proper type (23)
81 FAIL RTCPeerConnection interface: calling addIceCandidate(RTCIceCandidate,VoidFu nction,RTCPeerConnectionErrorCallback) on pc with too few arguments must throw T ypeError assert_throws: Called with 1 arguments function "function bound () { [n ative code] }" threw object "TypeMismatchError: Failed to execute 'addIceCandida te' on..." ("TypeMismatchError") expected object "TypeError" ("TypeError")
82 FAIL RTCPeerConnection interface: pc must inherit property "getSenders" with the proper type (24) assert_inherits: property "getSenders" not found in prototype chain
83 FAIL RTCPeerConnection interface: pc must inherit property "getReceivers" with t he proper type (25) assert_inherits: property "getReceivers" not found in protot ype chain
84 FAIL RTCPeerConnection interface: pc must inherit property "addTrack" with the p roper type (26) assert_inherits: property "addTrack" not found in prototype chai n
85 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
86 FAIL RTCPeerConnection interface: pc must inherit property "removeTrack" with th e proper type (27) assert_inherits: property "removeTrack" not found in prototyp e chain
87 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
88 FAIL RTCPeerConnection interface: pc must inherit property "ontrack" with the pr oper type (28) assert_inherits: property "ontrack" not found in prototype chain
89 PASS RTCPeerConnection interface: pc must inherit property "createDataChannel" w ith the proper type (29)
90 PASS RTCPeerConnection interface: calling createDataChannel(DOMString,RTCDataCha nnelInit) on pc with too few arguments must throw TypeError
91 FAIL RTCPeerConnection interface: pc must inherit property "ondatachannel" with the proper type (30) Unrecognized type EventHandler
92 PASS RTCPeerConnection interface: pc must inherit property "createDTMFSender" wi th the proper type (31)
93 PASS RTCPeerConnection interface: calling createDTMFSender(MediaStreamTrack) on pc with too few arguments must throw TypeError
94 PASS RTCPeerConnection interface: pc must inherit property "getStats" with the p roper type (32)
95 PASS RTCPeerConnection interface: calling getStats(MediaStreamTrack,RTCStatsCall back,RTCPeerConnectionErrorCallback) on pc with too few arguments must throw Typ eError
96 FAIL RTCPeerConnection interface: pc must inherit property "setIdentityProvider" with the proper type (33) assert_inherits: property "setIdentityProvider" not f ound in prototype chain
97 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
98 FAIL RTCPeerConnection interface: pc must inherit property "getIdentityAssertion " with the proper type (34) assert_inherits: property "getIdentityAssertion" not found in prototype chain
99 FAIL RTCPeerConnection interface: pc must inherit property "peerIdentity" with t he proper type (35) assert_inherits: property "peerIdentity" not found in protot ype chain
100 FAIL RTCPeerConnection interface: pc must inherit property "onidentityresult" wi th the proper type (36) assert_inherits: property "onidentityresult" not found i n prototype chain
101 FAIL RTCPeerConnection interface: pc must inherit property "onpeeridentity" with the proper type (37) assert_inherits: property "onpeeridentity" not found in pr ototype chain
102 FAIL RTCPeerConnection interface: pc must inherit property "onidpassertionerror" with the proper type (38) assert_inherits: property "onidpassertionerror" not f ound in prototype chain
103 FAIL RTCPeerConnection interface: pc must inherit property "onidpvalidationerror " with the proper type (39) assert_inherits: property "onidpvalidationerror" not found in prototype chain
104 Harness: the test ran to completion.
105
OLDNEW
« no previous file with comments | « LayoutTests/imported/web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-idl.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698