[wpt-sync] Sync PR 43004 - DOM: Add more Observable ctor error tests
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43004 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43004
Details from upstream follow.
Dominic Farolino <dom@chromium.org> wrote:
DOM: Add more Observable ctor error tests
Bug: 1485981
Change-Id: I47b65b19f8c3d4714dd8494a5133b2b3bc326a7b
Reviewed-on: https://chromium-review.googlesource.com/5010695
WPT-Export-Revision: b0b46aab6a552ad0e040788abb6e0fd8a0f90180
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 8 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 2 tests and 15 subtests
Status Summary
Firefox
OK
: 2
FAIL
: 30
Chrome
OK
: 2
PASS
: 30
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /dom/observable/tentative/observable-constructor.any.html [wpt.fyi]
- Observable constructor:
FAIL
(Chrome:PASS
) - Subscriber interface is not constructible:
FAIL
(Chrome:PASS
) - subscribe() can be called with no arguments:
FAIL
(Chrome:PASS
) - Observable constructor calls initializer on subscribe:
FAIL
(Chrome:PASS
) - Observable error path called synchronously:
FAIL
(Chrome:PASS
) - Observable should error if initializer throws:
FAIL
(Chrome:PASS
) - Subscription does not emit values after completion:
FAIL
(Chrome:PASS
) - Subscription does not emit values after error:
FAIL
(Chrome:PASS
) - Completing or nexting a subscriber after an error does nothing:
FAIL
(Chrome:PASS
) - Errors pushed to the subscriber that are not handled by the subscription are reported to the global:
FAIL
(Chrome:PASS
) - Errors thrown in the initializer that are not handled by the subscription are reported to the global:
FAIL
(Chrome:PASS
) - Subscription reports errors that are pushed after subscriber is closed by completion:
FAIL
(Chrome:PASS
) - Errors thrown by initializer function after subscriber is closed by completion are reported:
FAIL
(Chrome:PASS
) - Errors thrown by initializer function after subscriber is closed by error are reported:
FAIL
(Chrome:PASS
) - Errors pushed by initializer function after subscriber is closed by error are reported:
FAIL
(Chrome:PASS
)
- Observable constructor:
- /dom/observable/tentative/observable-constructor.any.worker.html [wpt.fyi]
- Observable constructor:
FAIL
(Chrome:PASS
) - Subscriber interface is not constructible:
FAIL
(Chrome:PASS
) - subscribe() can be called with no arguments:
FAIL
(Chrome:PASS
) - Observable constructor calls initializer on subscribe:
FAIL
(Chrome:PASS
) - Observable error path called synchronously:
FAIL
(Chrome:PASS
) - Observable should error if initializer throws:
FAIL
(Chrome:PASS
) - Subscription does not emit values after completion:
FAIL
(Chrome:PASS
) - Subscription does not emit values after error:
FAIL
(Chrome:PASS
) - Completing or nexting a subscriber after an error does nothing:
FAIL
(Chrome:PASS
) - Errors pushed to the subscriber that are not handled by the subscription are reported to the global:
FAIL
(Chrome:PASS
) - Errors thrown in the initializer that are not handled by the subscription are reported to the global:
FAIL
(Chrome:PASS
) - Subscription reports errors that are pushed after subscriber is closed by completion:
FAIL
(Chrome:PASS
) - Errors thrown by initializer function after subscriber is closed by completion are reported:
FAIL
(Chrome:PASS
) - Errors thrown by initializer function after subscriber is closed by error are reported:
FAIL
(Chrome:PASS
) - Errors pushed by initializer function after subscriber is closed by error are reported:
FAIL
(Chrome:PASS
)
- Observable constructor:
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/956835c542da
https://hg.mozilla.org/mozilla-central/rev/52912578179a
Description
•