summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/observable-from.any.js.ini
blob: 511526b2d2724608fed5ba7894ec8d6d13a171d9 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[observable-from.any.html]
  [from(): Observable.from() is a function]
    expected: FAIL

  [from(): Failed conversions]
    expected: FAIL

  [from(): Given an observable, it returns that exact observable]
    expected: FAIL

  [from(): Given an array]
    expected: FAIL

  [from(): Iterable converts to Observable]
    expected: FAIL

  [from(): [Symbol.iterator\] side-effects (one observable)]
    expected: FAIL

  [from(): [Symbol.iterator\] side-effects (many observables)]
    expected: FAIL

  [from(): [Symbol.iterator\] next() throws error]
    expected: FAIL

  [from(): Converts Promise to Observable]
    expected: FAIL

  [from(): Converts rejected Promise to Observable. No `unhandledrejection` event when error is handled by subscription]
    expected: FAIL

  [from(): Rejections not handled by subscription are reported to the global, and still not sent as an unhandledrejection event]
    expected: FAIL

  [from(): Observable that implements @@iterator protocol gets converted as an Observable, not iterator]
    expected: FAIL

  [from(): Promise that implements @@iterator protocol gets converted as an iterable, not Promise]
    expected: FAIL


[observable-from.any.worker.html]
  [from(): Observable.from() is a function]
    expected: FAIL

  [from(): Failed conversions]
    expected: FAIL

  [from(): Given an observable, it returns that exact observable]
    expected: FAIL

  [from(): Given an array]
    expected: FAIL

  [from(): Iterable converts to Observable]
    expected: FAIL

  [from(): [Symbol.iterator\] side-effects (one observable)]
    expected: FAIL

  [from(): [Symbol.iterator\] side-effects (many observables)]
    expected: FAIL

  [from(): [Symbol.iterator\] next() throws error]
    expected: FAIL

  [from(): Converts Promise to Observable]
    expected: FAIL

  [from(): Converts rejected Promise to Observable. No `unhandledrejection` event when error is handled by subscription]
    expected: FAIL

  [from(): Rejections not handled by subscription are reported to the global, and still not sent as an unhandledrejection event]
    expected: FAIL

  [from(): Observable that implements @@iterator protocol gets converted as an Observable, not iterator]
    expected: FAIL

  [from(): Promise that implements @@iterator protocol gets converted as an iterable, not Promise]
    expected: FAIL