summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/observable-flatMap.any.js.ini
blob: cee60282b180f1e0553f23c9e83b53779f76814f (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
[observable-flatMap.any.html]
  [flatMap(): Flattens simple source Observable properly]
    expected: FAIL

  [flatMap(): Returned Observable passes through source Observable errors]
    expected: FAIL

  [flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable emits an error]
    expected: FAIL

  [flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable throws an error]
    expected: FAIL

  [flatMap(): result Observable does not complete until source and inner Observables all complete]
    expected: FAIL

  [flatMap(): result Observable does not complete after source Observable completes while there are still queued inner Observables to process Observables all complete]
    expected: FAIL

  [flatMap(): source and inner active Observables are both unsubscribed from once the outer subscription signal is aborted]
    expected: FAIL


[observable-flatMap.any.worker.html]
  [flatMap(): Flattens simple source Observable properly]
    expected: FAIL

  [flatMap(): Returned Observable passes through source Observable errors]
    expected: FAIL

  [flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable emits an error]
    expected: FAIL

  [flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable throws an error]
    expected: FAIL

  [flatMap(): result Observable does not complete until source and inner Observables all complete]
    expected: FAIL

  [flatMap(): result Observable does not complete after source Observable completes while there are still queued inner Observables to process Observables all complete]
    expected: FAIL

  [flatMap(): source and inner active Observables are both unsubscribed from once the outer subscription signal is aborted]
    expected: FAIL