summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/observable-some.any.js.ini
blob: 12776e64658e98f34af9e11c412b24e85003ee93 (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-some.any.html]
  [some(): subscriber is inactive after the first value that passes the predicate, because the source was unsubscribed from]
    expected: FAIL

  [observable-some]
    expected: FAIL

  [observable-some 1]
    expected: FAIL

  [some(): The returned promise rejects with an error if the predicate errors]
    expected: FAIL

  [some(): The returned promise rejects with an error if the source observable errors]
    expected: FAIL

  [some(): The returned promise resolves as false if the source observable completes without emitting a value]
    expected: FAIL

  [some(): The return promise rejects with a DOMException if the signal is aborted]
    expected: FAIL


[observable-some.any.worker.html]
  [some(): subscriber is inactive after the first value that passes the predicate, because the source was unsubscribed from]
    expected: FAIL

  [observable-some]
    expected: FAIL

  [observable-some 1]
    expected: FAIL

  [some(): The returned promise rejects with an error if the predicate errors]
    expected: FAIL

  [some(): The returned promise rejects with an error if the source observable errors]
    expected: FAIL

  [some(): The returned promise resolves as false if the source observable completes without emitting a value]
    expected: FAIL

  [some(): The return promise rejects with a DOMException if the signal is aborted]
    expected: FAIL