summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/observable-take.any.js.ini
blob: 12e87c003489824a963660f6488e135d764b86a0 (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
[observable-take.any.html]
  [take(): Takes the first N values from the source observable, then completes]
    expected: FAIL

  [take(): Forwards complete()s that happen before the take count is met, and unsubscribes from source Observable]
    expected: FAIL

  [take(): Should forward errors from the source observable]
    expected: FAIL

  [take(): take(0) should not subscribe to the source observable, and should return an observable that immediately completes]
    expected: FAIL

  [take(): Negative count is treated as maximum value]
    expected: FAIL


[observable-take.any.worker.html]
  [take(): Takes the first N values from the source observable, then completes]
    expected: FAIL

  [take(): Forwards complete()s that happen before the take count is met, and unsubscribes from source Observable]
    expected: FAIL

  [take(): Should forward errors from the source observable]
    expected: FAIL

  [take(): take(0) should not subscribe to the source observable, and should return an observable that immediately completes]
    expected: FAIL

  [take(): Negative count is treated as maximum value]
    expected: FAIL