summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/observable-switchMap.any.js.ini
blob: 64861df8979b75ab8e003a878e480da1baa33c05 (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
[observable-switchMap.any.worker.html]
  [switchMap(): result subscribes to one inner observable at a time, unsubscribing from the previous active one when a new one replaces it]
    expected: FAIL

  [switchMap(): result does not complete when the source observable completes, if the inner observable is still active]
    expected: FAIL

  [switchMap(): result emits an error if Mapper callback throws an error]
    expected: FAIL

  [switchMap(): result emits an error if the source observable emits an error]
    expected: FAIL

  [switchMap(): result emits an error if the inner observable emits an error]
    expected: FAIL

  [switchMap(): should unsubscribe in the correct order when user aborts the subscription]
    expected: FAIL


[observable-switchMap.any.html]
  [switchMap(): result subscribes to one inner observable at a time, unsubscribing from the previous active one when a new one replaces it]
    expected: FAIL

  [switchMap(): result does not complete when the source observable completes, if the inner observable is still active]
    expected: FAIL

  [switchMap(): result emits an error if Mapper callback throws an error]
    expected: FAIL

  [switchMap(): result emits an error if the source observable emits an error]
    expected: FAIL

  [switchMap(): result emits an error if the inner observable emits an error]
    expected: FAIL

  [switchMap(): should unsubscribe in the correct order when user aborts the subscription]
    expected: FAIL