summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/observable-every.any.js.ini
blob: bcf426a807c854f710c5bf0287dfdaff02c3f205 (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
[observable-every.any.html]
  [every(): Promise resolves to true if all values pass the predicate]
    expected: FAIL

  [every(): Promise resolves to false if any value fails the predicate]
    expected: FAIL

  [every(): Abort the subscription to the source if the predicate does not pass]
    expected: FAIL

  [every(): Lifecycle checks when all values pass the predicate]
    expected: FAIL

  [every(): Lifecycle checks when any value fails the predicate]
    expected: FAIL

  [every(): Resolves with true if the observable completes without emitting a value]
    expected: FAIL

  [every(): Rejects with any error emitted from the source observable]
    expected: FAIL

  [every(): Rejects with any error thrown from the predicate]
    expected: FAIL

  [every(): Index is passed into the predicate]
    expected: FAIL

  [every(): Rejects with a DOMException if the source Observable is aborted]
    expected: FAIL


[observable-every.any.worker.html]
  [every(): Promise resolves to true if all values pass the predicate]
    expected: FAIL

  [every(): Promise resolves to false if any value fails the predicate]
    expected: FAIL

  [every(): Abort the subscription to the source if the predicate does not pass]
    expected: FAIL

  [every(): Lifecycle checks when all values pass the predicate]
    expected: FAIL

  [every(): Lifecycle checks when any value fails the predicate]
    expected: FAIL

  [every(): Resolves with true if the observable completes without emitting a value]
    expected: FAIL

  [every(): Rejects with any error emitted from the source observable]
    expected: FAIL

  [every(): Rejects with any error thrown from the predicate]
    expected: FAIL

  [every(): Index is passed into the predicate]
    expected: FAIL

  [every(): Rejects with a DOMException if the source Observable is aborted]
    expected: FAIL