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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/webrtc/datachannel-idlharness-expected.txt

Issue 2891463002: Update testharness.js and idlharness.js. (Closed)
Patch Set: Update expectations Created 3 years, 7 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 55 tests; 43 PASS, 12 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 53 tests; 42 PASS, 11 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 FAIL RTCDataChannel interface: existence and properties of interface object Cann ot read property 'has_extended_attribute' of undefined 3 FAIL RTCDataChannel interface: existence and properties of interface object Cann ot read property 'has_extended_attribute' of undefined
4 PASS RTCDataChannel interface object length 4 PASS RTCDataChannel interface object length
5 PASS RTCDataChannel interface object name 5 PASS RTCDataChannel interface object name
6 FAIL RTCDataChannel interface: existence and properties of interface prototype o bject Cannot read property 'has_extended_attribute' of undefined 6 FAIL RTCDataChannel interface: existence and properties of interface prototype o bject Cannot read property 'has_extended_attribute' of undefined
7 PASS RTCDataChannel interface: existence and properties of interface prototype o bject's "constructor" property 7 PASS RTCDataChannel interface: existence and properties of interface prototype o bject's "constructor" property
8 PASS RTCDataChannel interface: attribute label 8 PASS RTCDataChannel interface: attribute label
9 PASS RTCDataChannel interface: attribute ordered 9 PASS RTCDataChannel interface: attribute ordered
10 FAIL RTCDataChannel interface: attribute maxPacketLifeTime assert_true: The prot otype object must have a property "maxPacketLifeTime" expected true got false 10 FAIL RTCDataChannel interface: attribute maxPacketLifeTime assert_true: The prot otype object must have a property "maxPacketLifeTime" expected true got false
11 PASS RTCDataChannel interface: attribute maxRetransmits 11 PASS RTCDataChannel interface: attribute maxRetransmits
12 PASS RTCDataChannel interface: attribute protocol 12 PASS RTCDataChannel interface: attribute protocol
13 PASS RTCDataChannel interface: attribute negotiated 13 PASS RTCDataChannel interface: attribute negotiated
14 PASS RTCDataChannel interface: attribute id 14 PASS RTCDataChannel interface: attribute id
15 FAIL RTCDataChannel interface: attribute priority assert_true: The prototype obj ect must have a property "priority" expected true got false 15 FAIL RTCDataChannel interface: attribute priority assert_true: The prototype obj ect must have a property "priority" expected true got false
16 PASS RTCDataChannel interface: attribute readyState 16 PASS RTCDataChannel interface: attribute readyState
17 PASS RTCDataChannel interface: attribute bufferedAmount 17 PASS RTCDataChannel interface: attribute bufferedAmount
18 PASS RTCDataChannel interface: attribute bufferedAmountLowThreshold 18 PASS RTCDataChannel interface: attribute bufferedAmountLowThreshold
19 PASS RTCDataChannel interface: attribute onopen 19 PASS RTCDataChannel interface: attribute onopen
20 PASS RTCDataChannel interface: attribute onbufferedamountlow 20 PASS RTCDataChannel interface: attribute onbufferedamountlow
21 PASS RTCDataChannel interface: attribute onerror 21 PASS RTCDataChannel interface: attribute onerror
22 PASS RTCDataChannel interface: attribute onclose 22 PASS RTCDataChannel interface: attribute onclose
23 PASS RTCDataChannel interface: operation close() 23 PASS RTCDataChannel interface: operation close()
24 PASS RTCDataChannel interface: attribute onmessage 24 PASS RTCDataChannel interface: attribute onmessage
25 PASS RTCDataChannel interface: attribute binaryType 25 PASS RTCDataChannel interface: attribute binaryType
26 PASS RTCDataChannel interface: operation send(USVString) 26 PASS RTCDataChannel interface: operation send(USVString)
27 PASS RTCDataChannel interface: operation send(Blob) 27 PASS RTCDataChannel interface: operation send(Blob)
28 PASS RTCDataChannel interface: operation send(ArrayBuffer) 28 PASS RTCDataChannel interface: operation send(ArrayBuffer)
29 PASS RTCDataChannel interface: operation send(ArrayBufferView) 29 PASS RTCDataChannel interface: operation send(ArrayBufferView)
30 PASS RTCDataChannel must be primary interface of channel
31 FAIL Stringification of channel Cannot read property 'has_stringifier' of undefi ned
32 PASS RTCDataChannel interface: channel must inherit property "label" with the pr oper type (0) 30 PASS RTCDataChannel interface: channel must inherit property "label" with the pr oper type (0)
33 PASS RTCDataChannel interface: channel must inherit property "ordered" with the proper type (1) 31 PASS RTCDataChannel interface: channel must inherit property "ordered" with the proper type (1)
34 FAIL RTCDataChannel interface: channel must inherit property "maxPacketLifeTime" with the proper type (2) assert_inherits: property "maxPacketLifeTime" not foun d in prototype chain 32 FAIL RTCDataChannel interface: channel must inherit property "maxPacketLifeTime" with the proper type (2) assert_inherits: property "maxPacketLifeTime" not foun d in prototype chain
35 PASS RTCDataChannel interface: channel must inherit property "maxRetransmits" wi th the proper type (3) 33 PASS RTCDataChannel interface: channel must inherit property "maxRetransmits" wi th the proper type (3)
36 PASS RTCDataChannel interface: channel must inherit property "protocol" with the proper type (4) 34 PASS RTCDataChannel interface: channel must inherit property "protocol" with the proper type (4)
37 PASS RTCDataChannel interface: channel must inherit property "negotiated" with t he proper type (5) 35 PASS RTCDataChannel interface: channel must inherit property "negotiated" with t he proper type (5)
38 PASS RTCDataChannel interface: channel must inherit property "id" with the prope r type (6) 36 PASS RTCDataChannel interface: channel must inherit property "id" with the prope r type (6)
39 FAIL RTCDataChannel interface: channel must inherit property "priority" with the proper type (7) assert_inherits: property "priority" not found in prototype cha in 37 FAIL RTCDataChannel interface: channel must inherit property "priority" with the proper type (7) assert_inherits: property "priority" not found in prototype cha in
40 PASS RTCDataChannel interface: channel must inherit property "readyState" with t he proper type (8) 38 PASS RTCDataChannel interface: channel must inherit property "readyState" with t he proper type (8)
41 PASS RTCDataChannel interface: channel must inherit property "bufferedAmount" wi th the proper type (9) 39 PASS RTCDataChannel interface: channel must inherit property "bufferedAmount" wi th the proper type (9)
42 PASS RTCDataChannel interface: channel must inherit property "bufferedAmountLowT hreshold" with the proper type (10) 40 PASS RTCDataChannel interface: channel must inherit property "bufferedAmountLowT hreshold" with the proper type (10)
43 FAIL RTCDataChannel interface: channel must inherit property "onopen" with the p roper type (11) Unrecognized type EventHandler 41 FAIL RTCDataChannel interface: channel must inherit property "onopen" with the p roper type (11) Unrecognized type EventHandler
44 FAIL RTCDataChannel interface: channel must inherit property "onbufferedamountlo w" with the proper type (12) Unrecognized type EventHandler 42 FAIL RTCDataChannel interface: channel must inherit property "onbufferedamountlo w" with the proper type (12) Unrecognized type EventHandler
45 FAIL RTCDataChannel interface: channel must inherit property "onerror" with the proper type (13) Unrecognized type EventHandler 43 FAIL RTCDataChannel interface: channel must inherit property "onerror" with the proper type (13) Unrecognized type EventHandler
46 FAIL RTCDataChannel interface: channel must inherit property "onclose" with the proper type (14) Unrecognized type EventHandler 44 FAIL RTCDataChannel interface: channel must inherit property "onclose" with the proper type (14) Unrecognized type EventHandler
47 PASS RTCDataChannel interface: channel must inherit property "close" with the pr oper type (15) 45 PASS RTCDataChannel interface: channel must inherit property "close" with the pr oper type (15)
48 FAIL RTCDataChannel interface: channel must inherit property "onmessage" with th e proper type (16) Unrecognized type EventHandler 46 FAIL RTCDataChannel interface: channel must inherit property "onmessage" with th e proper type (16) Unrecognized type EventHandler
49 PASS RTCDataChannel interface: channel must inherit property "binaryType" with t he proper type (17) 47 PASS RTCDataChannel interface: channel must inherit property "binaryType" with t he proper type (17)
50 PASS RTCDataChannel interface: channel must inherit property "send" with the pro per type (18) 48 PASS RTCDataChannel interface: channel must inherit property "send" with the pro per type (18)
51 PASS RTCDataChannel interface: calling send(USVString) on channel with too few a rguments must throw TypeError 49 PASS RTCDataChannel interface: calling send(USVString) on channel with too few a rguments must throw TypeError
52 PASS RTCDataChannel interface: channel must inherit property "send" with the pro per type (19) 50 PASS RTCDataChannel interface: channel must inherit property "send" with the pro per type (19)
53 PASS RTCDataChannel interface: calling send(Blob) on channel with too few argume nts must throw TypeError 51 PASS RTCDataChannel interface: calling send(Blob) on channel with too few argume nts must throw TypeError
54 PASS RTCDataChannel interface: channel must inherit property "send" with the pro per type (20) 52 PASS RTCDataChannel interface: channel must inherit property "send" with the pro per type (20)
55 PASS RTCDataChannel interface: calling send(ArrayBuffer) on channel with too few arguments must throw TypeError 53 PASS RTCDataChannel interface: calling send(ArrayBuffer) on channel with too few arguments must throw TypeError
56 PASS RTCDataChannel interface: channel must inherit property "send" with the pro per type (21) 54 PASS RTCDataChannel interface: channel must inherit property "send" with the pro per type (21)
57 PASS RTCDataChannel interface: calling send(ArrayBufferView) on channel with too few arguments must throw TypeError 55 PASS RTCDataChannel interface: calling send(ArrayBufferView) on channel with too few arguments must throw TypeError
58 Harness: the test ran to completion. 56 Harness: the test ran to completion.
59 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698