You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: LayoutTests/imported/w3c/web-platform-tests/dom/observable/tentative/observable-constructor.any-expected.txt
PASS Teardowns are called in upstream->downstream order on consumer-initiated unsubscription
44
+
PASS Teardowns are called in downstream->upstream order on consumer-initiated unsubscription with pre-aborted Signal
45
+
PASS Producer-initiated unsubscription in a downstream Observable fires abort events before each teardown, in downstream->upstream order
46
+
FAIL Subscriber#error() value is stored as Subscriber's AbortSignal's reason assert_equals: Reason is set correctly expected (string) "calling error()" but got (object) object "AbortError: The operation was aborted."
42
47
PASS Aborting a subscription should stop emitting values
43
48
PASS Calling subscribe should never throw an error synchronously, initializer throws error
44
49
PASS Calling subscribe should never throw an error synchronously, subscriber pushes error
Copy file name to clipboardexpand all lines: LayoutTests/imported/w3c/web-platform-tests/dom/observable/tentative/observable-constructor.any.worker-expected.txt
+5-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,11 @@ PASS Errors thrown by initializer function after subscriber is closed by error a
26
26
PASS Errors pushed by initializer function after subscriber is closed by error are reported
PASS Teardowns are called in upstream->downstream order on consumer-initiated unsubscription
31
+
PASS Teardowns are called in downstream->upstream order on consumer-initiated unsubscription with pre-aborted Signal
32
+
PASS Producer-initiated unsubscription in a downstream Observable fires abort events before each teardown, in downstream->upstream order
33
+
FAIL Subscriber#error() value is stored as Subscriber's AbortSignal's reason assert_equals: Reason is set correctly expected (string) "calling error()" but got (object) object "AbortError: The operation was aborted."
30
34
PASS Aborting a subscription should stop emitting values
31
35
PASS Calling subscribe should never throw an error synchronously, initializer throws error
32
36
PASS Calling subscribe should never throw an error synchronously, subscriber pushes error
FAIL drop(): Observable should skip the first n values from the source observable, then pass through the rest of the values and completion source.drop is not a function. (In 'source.drop(2)', 'source.drop' is undefined)
3
+
FAIL drop(): Observable passes through errors from source Observable source.drop is not a function. (In 'source.drop(2)', 'source.drop' is undefined)
4
+
FAIL drop(): Observable passes through errors from source observable even before drop count is met source.drop is not a function. (In 'source.drop(2)', 'source.drop' is undefined)
5
+
FAIL drop(): Observable passes through completions from source observable even before drop count is met source.drop is not a function. (In 'source.drop(2)', 'source.drop' is undefined)
6
+
FAIL drop(): Unsubscribing from the Observable returned by drop() also unsubscribes from the source Observable source.drop is not a function. (In 'source.drop(2)', 'source.drop' is undefined)
7
+
FAIL drop(): A drop amount of 0 simply mirrors the source Observable source.drop is not a function. (In 'source.drop(0)', 'source.drop' is undefined)
8
+
FAIL drop(): Passing negative value wraps to maximum value source.drop is not a function. (In 'source.drop(-1)', 'source.drop' is undefined)
0 commit comments