idlharness.html.ini (4149B)
1 [idlharness.html] 2 [Subscriber interface: existence and properties of interface object] 3 expected: FAIL 4 5 [Subscriber interface object length] 6 expected: FAIL 7 8 [Subscriber interface object name] 9 expected: FAIL 10 11 [Subscriber interface: existence and properties of interface prototype object] 12 expected: FAIL 13 14 [Subscriber interface: existence and properties of interface prototype object's "constructor" property] 15 expected: FAIL 16 17 [Subscriber interface: existence and properties of interface prototype object's @@unscopables property] 18 expected: FAIL 19 20 [Subscriber interface: operation next(any)] 21 expected: FAIL 22 23 [Subscriber interface: operation error(any)] 24 expected: FAIL 25 26 [Subscriber interface: operation complete()] 27 expected: FAIL 28 29 [Subscriber interface: operation addTeardown(VoidFunction)] 30 expected: FAIL 31 32 [Subscriber interface: attribute active] 33 expected: FAIL 34 35 [Subscriber interface: attribute signal] 36 expected: FAIL 37 38 [Subscriber must be primary interface of (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })()] 39 expected: FAIL 40 41 [Stringification of (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })()] 42 expected: FAIL 43 44 [Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "next(any)" with the proper type] 45 expected: FAIL 46 47 [Subscriber interface: calling next(any) on (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() with too few arguments must throw TypeError] 48 expected: FAIL 49 50 [Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "error(any)" with the proper type] 51 expected: FAIL 52 53 [Subscriber interface: calling error(any) on (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() with too few arguments must throw TypeError] 54 expected: FAIL 55 56 [Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "complete()" with the proper type] 57 expected: FAIL 58 59 [Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "addTeardown(VoidFunction)" with the proper type] 60 expected: FAIL 61 62 [Subscriber interface: calling addTeardown(VoidFunction) on (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() with too few arguments must throw TypeError] 63 expected: FAIL 64 65 [Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "active" with the proper type] 66 expected: FAIL 67 68 [Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "signal" with the proper type] 69 expected: FAIL 70 71 [Observable interface: existence and properties of interface object] 72 expected: FAIL 73 74 [Observable interface object length] 75 expected: FAIL 76 77 [Observable interface object name] 78 expected: FAIL 79 80 [Observable interface: existence and properties of interface prototype object] 81 expected: FAIL 82 83 [Observable interface: existence and properties of interface prototype object's "constructor" property] 84 expected: FAIL 85 86 [Observable interface: existence and properties of interface prototype object's @@unscopables property] 87 expected: FAIL 88 89 [Observable interface: operation subscribe(optional ObserverUnion, optional SubscribeOptions)] 90 expected: FAIL 91 92 [Observable must be primary interface of new Observable(() => {})] 93 expected: FAIL 94 95 [Stringification of new Observable(() => {})] 96 expected: FAIL 97 98 [Observable interface: new Observable(() => {}) must inherit property "subscribe(optional ObserverUnion, optional SubscribeOptions)" with the proper type] 99 expected: FAIL 100 101 [Observable interface: calling subscribe(optional ObserverUnion, optional SubscribeOptions) on new Observable(() => {}) with too few arguments must throw TypeError] 102 expected: FAIL