summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/observable-inspect.any.js.ini
blob: 467445ed86de6b69fc8f2adfe2c1624c344894b4 (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-inspect.any.worker.html]
  [inspect(): Provides a pre-subscription subscribe callback]
    expected: FAIL

  [inspect(): Provides a way to tap into the values and completions of the source observable using an observer]
    expected: FAIL

  [inspect(): Error handler does not stop error from being reported to the global, when subscriber does not pass error handler]
    expected: FAIL

  [inspect(): Provides a way to tap into the values and errors of the source observable using an observer. Errors are passed through]
    expected: FAIL

  [inspect(): ObserverCallback passed in]
    expected: FAIL

  [inspect(): Throwing an error in the observer next handler is caught and sent to the error callback of the result observable]
    expected: FAIL

  [inspect(): Throwing an error in the observer error handler in inspect() is caught and sent to the error callback of the result observable]
    expected: FAIL

  [inspect(): Throwing an error in the observer complete handler is caught and sent to the error callback of the result observable]
    expected: FAIL

  [inspect(): Throwing an error in the next handler function in do should be caught and sent to the error callback of the result observable]
    expected: FAIL

  [inspect(): Errors thrown in subscribe() Inspector handler subscribe handler are caught and sent to error callback]
    expected: FAIL

  [inspect(): Provides a way to tap into the moment a source observable is unsubscribed from]
    expected: FAIL

  [inspect(): Inspector abort() handler is not called if the source completes before the result is unsubscribed from]
    expected: FAIL

  [inspect(): Errors thrown from inspect()'s abort() handler are caught and reported to the global, because the subscription is already closed by the time the handler runs]
    expected: FAIL


[observable-inspect.any.html]
  [inspect(): Provides a pre-subscription subscribe callback]
    expected: FAIL

  [inspect(): Provides a way to tap into the values and completions of the source observable using an observer]
    expected: FAIL

  [inspect(): Error handler does not stop error from being reported to the global, when subscriber does not pass error handler]
    expected: FAIL

  [inspect(): Provides a way to tap into the values and errors of the source observable using an observer. Errors are passed through]
    expected: FAIL

  [inspect(): ObserverCallback passed in]
    expected: FAIL

  [inspect(): Throwing an error in the observer next handler is caught and sent to the error callback of the result observable]
    expected: FAIL

  [inspect(): Throwing an error in the observer error handler in inspect() is caught and sent to the error callback of the result observable]
    expected: FAIL

  [inspect(): Throwing an error in the observer complete handler is caught and sent to the error callback of the result observable]
    expected: FAIL

  [inspect(): Throwing an error in the next handler function in do should be caught and sent to the error callback of the result observable]
    expected: FAIL

  [inspect(): Errors thrown in subscribe() Inspector handler subscribe handler are caught and sent to error callback]
    expected: FAIL

  [inspect(): Provides a way to tap into the moment a source observable is unsubscribed from]
    expected: FAIL

  [inspect(): Inspector abort() handler is not called if the source completes before the result is unsubscribed from]
    expected: FAIL

  [inspect(): Errors thrown from inspect()'s abort() handler are caught and reported to the global, because the subscription is already closed by the time the handler runs]
    expected: FAIL