servo/tests/wpt/meta/dom/observable/tentative/observable-reduce.any.js.ini
Servo WPT Sync a37a9f68b8
Update web-platform-tests to revision b'38623a53d6598cb7aab4be8a810102b352a652df' (#34622)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
2024-12-15 03:52:07 +00:00

50 lines
1.6 KiB
INI
Vendored

[observable-reduce.any.html]
[reduce(): Reduces the values of the Observable, starting with the initial seed value]
expected: FAIL
[reduce(): Rejects if the source observable emits an error]
expected: FAIL
[reduce(): Seeds with the first value of the source, if no initial value is provided]
expected: FAIL
[reduce(): Errors thrown in reducer reject the promise and abort the source]
expected: FAIL
[reduce(): When source is empty, promise resolves with initial value]
expected: FAIL
[reduce(): When source is empty, AND no seed value is provided, the promise rejects with a TypeError]
expected: FAIL
[reduce(): Reject with an AbortError if the subscription is aborted before the source completes]
expected: FAIL
[reduce(): Reduces the values for different objects]
expected: FAIL
[observable-reduce.any.worker.html]
[reduce(): Reduces the values of the Observable, starting with the initial seed value]
expected: FAIL
[reduce(): Rejects if the source observable emits an error]
expected: FAIL
[reduce(): Seeds with the first value of the source, if no initial value is provided]
expected: FAIL
[reduce(): Errors thrown in reducer reject the promise and abort the source]
expected: FAIL
[reduce(): When source is empty, promise resolves with initial value]
expected: FAIL
[reduce(): When source is empty, AND no seed value is provided, the promise rejects with a TypeError]
expected: FAIL
[reduce(): Reject with an AbortError if the subscription is aborted before the source completes]
expected: FAIL
[reduce(): Reduces the values for different objects]
expected: FAIL