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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt

Issue 2813883004: Remove RTCIceTransportPolicy "none". (Closed)
Patch Set: Updated failing tests in RTCPeerConnection.html 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 CONSOLE WARNING: line 1: The rtcpMuxPolicy option is being considered for remova l and may be removed no earlier than M60, around August 2017. If you depend on i t, please see https://www.chromestatus.com/features/5654810086866944 for more de tails. 1 CONSOLE WARNING: line 1: The rtcpMuxPolicy option is being considered for remova l and may be removed no earlier than M60, around August 2017. If you depend on i t, please see https://www.chromestatus.com/features/5654810086866944 for more de tails.
2 CONSOLE WARNING: line 1: Unknown constraint named invalid rejected 2 CONSOLE WARNING: line 1: Unknown constraint named invalid rejected
3 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject ed 3 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject ed
4 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject ed 4 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject ed
5 Tests the RTCPeerConnection constructor. 5 Tests the RTCPeerConnection constructor.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 PASS webkitRTCPeerConnection is RTCPeerConnection 10 PASS webkitRTCPeerConnection is RTCPeerConnection
11 PASS new RTCPeerConnection(null); did not throw exception. 11 PASS new RTCPeerConnection(null); did not throw exception.
12 PASS new RTCPeerConnection(undefined); did not throw exception. 12 PASS new RTCPeerConnection(undefined); did not throw exception.
13 PASS new RTCPeerConnection({}); did not throw exception. 13 PASS new RTCPeerConnection({}); did not throw exception.
14 PASS new RTCPeerConnection(); did not throw exception. 14 PASS new RTCPeerConnection(); did not throw exception.
15 PASS new RTCPeerConnection(''); threw exception TypeError: Failed to construct ' RTCPeerConnection': parameter 1 ('configuration') is not an object.. 15 PASS new RTCPeerConnection(''); threw exception TypeError: Failed to construct ' RTCPeerConnection': parameter 1 ('configuration') is not an object..
16 PASS new RTCPeerConnection({iceServers:[]}); did not throw exception. 16 PASS new RTCPeerConnection({iceServers:[]}); did not throw exception.
17 PASS new RTCPeerConnection({iceServers:[{url:'stun:foo.com'}]}); did not throw e xception. 17 PASS new RTCPeerConnection({iceServers:[{url:'stun:foo.com'}]}); did not throw e xception.
18 PASS new RTCPeerConnection({iceServers:[{url:'turn:foo.com', username:'x', crede ntial:'x'}]}); did not throw exception. 18 PASS new RTCPeerConnection({iceServers:[{url:'turn:foo.com', username:'x', crede ntial:'x'}]}); did not throw exception.
19 PASS new RTCPeerConnection({iceServers:[{url:'turn:foo.com', username:'x', crede ntial:'x'},{url:'stun:bar.com'}]}); did not throw exception. 19 PASS new RTCPeerConnection({iceServers:[{url:'turn:foo.com', username:'x', crede ntial:'x'},{url:'stun:bar.com'}]}); did not throw exception.
20 PASS new RTCPeerConnection({iceServers:[{urls:'stun:foo.com'}]}); did not throw exception. 20 PASS new RTCPeerConnection({iceServers:[{urls:'stun:foo.com'}]}); did not throw exception.
21 PASS new RTCPeerConnection({iceServers:[{urls:['stun:foo.com', 'turn:foo.com'], username:'x', credential:'x'}]}); did not throw exception. 21 PASS new RTCPeerConnection({iceServers:[{urls:['stun:foo.com', 'turn:foo.com'], username:'x', credential:'x'}]}); did not throw exception.
22 PASS new RTCPeerConnection({iceServers:[{urls:['stun:foo.com', 'turn:foo.com']}] }); threw exception InvalidAccessError: Failed to construct 'RTCPeerConnection': Both username and credential are required when the URL scheme is "turn" or "tur ns".. 22 PASS new RTCPeerConnection({iceServers:[{urls:['stun:foo.com', 'turn:foo.com']}] }); threw exception InvalidAccessError: Failed to construct 'RTCPeerConnection': Both username and credential are required when the URL scheme is "turn" or "tur ns"..
23 PASS new RTCPeerConnection({fooServers:[]}); did not throw exception. 23 PASS new RTCPeerConnection({fooServers:[]}); did not throw exception.
24 PASS new RTCPeerConnection({iceServers:true}); threw exception TypeError: Failed to construct 'RTCPeerConnection': The value provided is neither an array, nor d oes it have indexed properties.. 24 PASS new RTCPeerConnection({iceServers:true}); threw exception TypeError: Failed to construct 'RTCPeerConnection': The value provided is neither an array, nor d oes it have indexed properties..
25 PASS new RTCPeerConnection({iceServers:[1, 2, 3]}); threw exception TypeError: F ailed to construct 'RTCPeerConnection': cannot convert to dictionary.. 25 PASS new RTCPeerConnection({iceServers:[1, 2, 3]}); threw exception TypeError: F ailed to construct 'RTCPeerConnection': cannot convert to dictionary..
26 PASS new RTCPeerConnection({iceServers:[{}]}); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed RTCIceServer. 26 PASS new RTCPeerConnection({iceServers:[{}]}); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed RTCIceServer.
27 PASS new RTCPeerConnection({iceServers:[{url:'foo'}]}); threw exception SyntaxEr ror: Failed to construct 'RTCPeerConnection': 'foo' is not a valid URL.. 27 PASS new RTCPeerConnection({iceServers:[{url:'foo'}]}); threw exception SyntaxEr ror: Failed to construct 'RTCPeerConnection': 'foo' is not a valid URL..
28 PASS new RTCPeerConnection({iceServers:[{urls:'unsupported:scheme'}]}); threw ex ception SyntaxError: Failed to construct 'RTCPeerConnection': 'unsupported' is n ot one of the supported URL schemes 'stun', 'turn' or 'turns'.. 28 PASS new RTCPeerConnection({iceServers:[{urls:'unsupported:scheme'}]}); threw ex ception SyntaxError: Failed to construct 'RTCPeerConnection': 'unsupported' is n ot one of the supported URL schemes 'stun', 'turn' or 'turns'..
29 PASS new RTCPeerConnection({iceServers:[{urls:[1, 'turn:foo.com']}]}); threw exc eption SyntaxError: Failed to construct 'RTCPeerConnection': '1' is not a valid URL.. 29 PASS new RTCPeerConnection({iceServers:[{urls:[1, 'turn:foo.com']}]}); threw exc eption SyntaxError: Failed to construct 'RTCPeerConnection': '1' is not a valid URL..
30 PASS new RTCPeerConnection({iceServers:[], iceTransports:'none'}); did not throw exception. 30 PASS new RTCPeerConnection({iceServers:[], iceTransportPolicy:'relay'}); did not throw exception.
31 PASS new RTCPeerConnection({iceServers:[], iceTransportPolicy:'all'}); did not t hrow exception.
32 PASS new RTCPeerConnection({iceServers:[], iceTransportPolicy:'none'}); threw ex ception TypeError: Failed to construct 'RTCPeerConnection': The provided value ' none' is not a valid enum value of type RTCIceTransportPolicy..
33 PASS new RTCPeerConnection({iceServers:[], iceTransportPolicy:'foo'}); threw exc eption TypeError: Failed to construct 'RTCPeerConnection': The provided value 'f oo' is not a valid enum value of type RTCIceTransportPolicy..
31 PASS new RTCPeerConnection({iceServers:[], iceTransports:'relay'}); did not thro w exception. 34 PASS new RTCPeerConnection({iceServers:[], iceTransports:'relay'}); did not thro w exception.
32 PASS new RTCPeerConnection({iceServers:[], iceTransports:'all'}); did not throw exception. 35 PASS new RTCPeerConnection({iceServers:[], iceTransports:'all'}); did not throw exception.
36 PASS new RTCPeerConnection({iceServers:[], iceTransports:'none'}); threw excepti on TypeError: Failed to construct 'RTCPeerConnection': The provided value 'none' is not a valid enum value of type RTCIceTransportPolicy..
33 PASS new RTCPeerConnection({iceServers:[], iceTransports:'foo'}); threw exceptio n TypeError: Failed to construct 'RTCPeerConnection': The provided value 'foo' i s not a valid enum value of type RTCIceTransportPolicy.. 37 PASS new RTCPeerConnection({iceServers:[], iceTransports:'foo'}); threw exceptio n TypeError: Failed to construct 'RTCPeerConnection': The provided value 'foo' i s not a valid enum value of type RTCIceTransportPolicy..
34 PASS new RTCPeerConnection({iceServers:[], bundlePolicy:'balanced'}); did not th row exception. 38 PASS new RTCPeerConnection({iceServers:[], bundlePolicy:'balanced'}); did not th row exception.
35 PASS new RTCPeerConnection({iceServers:[], bundlePolicy:'max-bundle'}); did not throw exception. 39 PASS new RTCPeerConnection({iceServers:[], bundlePolicy:'max-bundle'}); did not throw exception.
36 PASS new RTCPeerConnection({iceServers:[], bundlePolicy:'max-compat'}); did not throw exception. 40 PASS new RTCPeerConnection({iceServers:[], bundlePolicy:'max-compat'}); did not throw exception.
37 PASS new RTCPeerConnection({iceServers:[], bundlePolicy:'foo'}); threw exception TypeError: Failed to construct 'RTCPeerConnection': The provided value 'foo' is not a valid enum value of type RTCBundlePolicy.. 41 PASS new RTCPeerConnection({iceServers:[], bundlePolicy:'foo'}); threw exception TypeError: Failed to construct 'RTCPeerConnection': The provided value 'foo' is not a valid enum value of type RTCBundlePolicy..
38 PASS new RTCPeerConnection({iceServers:[], rtcpMuxPolicy:'negotiate'}); did not throw exception. 42 PASS new RTCPeerConnection({iceServers:[], rtcpMuxPolicy:'negotiate'}); did not throw exception.
39 PASS new RTCPeerConnection({iceServers:[], rtcpMuxPolicy:'require'}); did not th row exception. 43 PASS new RTCPeerConnection({iceServers:[], rtcpMuxPolicy:'require'}); did not th row exception.
40 PASS new RTCPeerConnection({iceServers:[], rtcpMuxPolicy:'foo'}); threw exceptio n TypeError: Failed to construct 'RTCPeerConnection': The provided value 'foo' i s not a valid enum value of type RTCRtcpMuxPolicy.. 44 PASS new RTCPeerConnection({iceServers:[], rtcpMuxPolicy:'foo'}); threw exceptio n TypeError: Failed to construct 'RTCPeerConnection': The provided value 'foo' i s not a valid enum value of type RTCRtcpMuxPolicy..
41 PASS new RTCPeerConnection({iceCandidatePoolSize:0}); did not throw exception. 45 PASS new RTCPeerConnection({iceCandidatePoolSize:0}); did not throw exception.
42 PASS new RTCPeerConnection({iceCandidatePoolSize:1}); did not throw exception. 46 PASS new RTCPeerConnection({iceCandidatePoolSize:1}); did not throw exception.
(...skipping 23 matching lines...) Expand all
66 PASS new RTCPeerConnection({iceServers:[], certificates:[null]}); threw exceptio n TypeError: Failed to construct 'RTCPeerConnection': Invalid Array element type . 70 PASS new RTCPeerConnection({iceServers:[], certificates:[null]}); threw exceptio n TypeError: Failed to construct 'RTCPeerConnection': Invalid Array element type .
67 PASS new RTCPeerConnection({iceServers:[], certificates:[1337]}); threw exceptio n TypeError: Failed to construct 'RTCPeerConnection': Invalid Array element type . 71 PASS new RTCPeerConnection({iceServers:[], certificates:[1337]}); threw exceptio n TypeError: Failed to construct 'RTCPeerConnection': Invalid Array element type .
68 PASS new RTCPeerConnection({iceServers:[], certificates:[certRSA]}, null); did n ot throw exception. 72 PASS new RTCPeerConnection({iceServers:[], certificates:[certRSA]}, null); did n ot throw exception.
69 PASS new RTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null); did not throw exception. 73 PASS new RTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null); did not throw exception.
70 PASS certExpired.expires <= new Date().getTime() is true 74 PASS certExpired.expires <= new Date().getTime() is true
71 PASS new RTCPeerConnection({iceServers:[], certificates:[certExpired]}, null); t hrew exception InvalidAccessError: Failed to construct 'RTCPeerConnection': Expi red certificate(s).. 75 PASS new RTCPeerConnection({iceServers:[], certificates:[certExpired]}, null); t hrew exception InvalidAccessError: Failed to construct 'RTCPeerConnection': Expi red certificate(s)..
72 PASS successfullyParsed is true 76 PASS successfullyParsed is true
73 77
74 TEST COMPLETE 78 TEST COMPLETE
75 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698