/dom/observable/tentative/observable-reduce.any.html| status | subtest | message |
|---|---|---|
| FAIL | reduce(): Reduces the values of the Observable, starting with the initial seed value | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | reduce(): Rejects if the source observable emits an error | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | reduce(): Seeds with the first value of the source, if no initial value is provided | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | reduce(): Errors thrown in reducer reject the promise and abort the source | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | reduce(): When source is empty, promise resolves with initial value | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | reduce(): When source is empty, AND no seed value is provided, the promise rejects with a TypeError | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | reduce(): Reject with an AbortError if the subscription is aborted before the source completes | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | reduce(): Reduces the values for different objects | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
bundle built 2026-07-16T07:16:48.063Z