summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/idlharness.html.ini
blob: 7963a3aae998c36ec6e7179aa10e8722c97728cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[idlharness.html]
  [Subscriber interface: existence and properties of interface object]
    expected: FAIL

  [Subscriber interface object length]
    expected: FAIL

  [Subscriber interface object name]
    expected: FAIL

  [Subscriber interface: existence and properties of interface prototype object]
    expected: FAIL

  [Subscriber interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [Subscriber interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [Subscriber interface: operation next(any)]
    expected: FAIL

  [Subscriber interface: operation error(any)]
    expected: FAIL

  [Subscriber interface: operation complete()]
    expected: FAIL

  [Subscriber interface: operation addTeardown(VoidFunction)]
    expected: FAIL

  [Subscriber interface: attribute active]
    expected: FAIL

  [Subscriber interface: attribute signal]
    expected: FAIL

  [Subscriber must be primary interface of (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })()]
    expected: FAIL

  [Stringification of (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })()]
    expected: FAIL

  [Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "next(any)" with the proper type]
    expected: FAIL

  [Subscriber interface: calling next(any) on (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() with too few arguments must throw TypeError]
    expected: FAIL

  [Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "error(any)" with the proper type]
    expected: FAIL

  [Subscriber interface: calling error(any) on (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() with too few arguments must throw TypeError]
    expected: FAIL

  [Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "complete()" with the proper type]
    expected: FAIL

  [Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "addTeardown(VoidFunction)" with the proper type]
    expected: FAIL

  [Subscriber interface: calling addTeardown(VoidFunction) on (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() with too few arguments must throw TypeError]
    expected: FAIL

  [Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "active" with the proper type]
    expected: FAIL

  [Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "signal" with the proper type]
    expected: FAIL

  [Observable interface: existence and properties of interface object]
    expected: FAIL

  [Observable interface object length]
    expected: FAIL

  [Observable interface object name]
    expected: FAIL

  [Observable interface: existence and properties of interface prototype object]
    expected: FAIL

  [Observable interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [Observable interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [Observable interface: operation subscribe(optional ObserverUnion, optional SubscribeOptions)]
    expected: FAIL

  [Observable must be primary interface of new Observable(() => {})]
    expected: FAIL

  [Stringification of new Observable(() => {})]
    expected: FAIL

  [Observable interface: new Observable(() => {}) must inherit property "subscribe(optional ObserverUnion, optional SubscribeOptions)" with the proper type]
    expected: FAIL

  [Observable interface: calling subscribe(optional ObserverUnion, optional SubscribeOptions) on new Observable(() => {}) with too few arguments must throw TypeError]
    expected: FAIL