Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 2b0a530

Browse files
Bug 1915752 [wpt PR 47877] - Update wpt metadata, a=testonly
wpt-pr: 47877 wpt-type: metadata
1 parent 82e0e87 commit 2b0a530

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
[observable-catch.any.html]
2+
[catch(): Returns an Observable that is a pass-through for next()/complete()]
3+
expected: FAIL
4+
5+
[catch(): Handle errors from source and flatten to a new Observable]
6+
expected: FAIL
7+
8+
[catch(): Errors thrown in the catch() callback are sent to the consumer's error handler]
9+
expected: FAIL
10+
11+
[catch(): CatchHandler can return an empty iterable]
12+
expected: FAIL
13+
14+
[catch(): CatchHandler can return a Promise]
15+
expected: FAIL
16+
17+
[catch(): should handle returning an async iterable]
18+
expected: FAIL
19+
20+
[catch(): CatchHandler emits an error if the value returned is not convertible to an Observable]
21+
expected: FAIL
22+
23+
[catch(): CatchHandler returns an Observable that throws immediately on subscription]
24+
expected: FAIL
25+
26+
[catch(): Abort order between outer AbortSignal and inner CatchHandler subscriber's AbortSignal]
27+
expected: FAIL
28+
29+
30+
[observable-catch.any.worker.html]
31+
[catch(): Returns an Observable that is a pass-through for next()/complete()]
32+
expected: FAIL
33+
34+
[catch(): Handle errors from source and flatten to a new Observable]
35+
expected: FAIL
36+
37+
[catch(): Errors thrown in the catch() callback are sent to the consumer's error handler]
38+
expected: FAIL
39+
40+
[catch(): CatchHandler can return an empty iterable]
41+
expected: FAIL
42+
43+
[catch(): CatchHandler can return a Promise]
44+
expected: FAIL
45+
46+
[catch(): should handle returning an async iterable]
47+
expected: FAIL
48+
49+
[catch(): CatchHandler emits an error if the value returned is not convertible to an Observable]
50+
expected: FAIL
51+
52+
[catch(): CatchHandler returns an Observable that throws immediately on subscription]
53+
expected: FAIL
54+
55+
[catch(): Abort order between outer AbortSignal and inner CatchHandler subscriber's AbortSignal]
56+
expected: FAIL

0 commit comments

Comments
 (0)