Closed Bug 1863618 Opened 1 year ago Closed 1 year ago

[wpt-sync] Sync PR 43004 - DOM: Add more Observable ctor error tests

Categories

(Core :: DOM: Core & HTML, task, P4)

task

Tracking

()

RESOLVED FIXED
122 Branch
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

R=masonf@chromium.org

Bug: 1485981
Change-Id: I47b65b19f8c3d4714dd8494a5133b2b3bc326a7b
Reviewed-on: https://chromium-review.googlesource.com/5010695
WPT-Export-Revision: b0b46aab6a552ad0e040788abb6e0fd8a0f90180

Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core

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)
  • /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)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/6d4f1821117a [wpt PR 43004] - DOM: Add more Observable ctor error tests, a=testonly https://hg.mozilla.org/integration/autoland/rev/09e15343ac0f [wpt PR 43004] - Update wpt metadata, a=testonly
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/956835c542da [wpt PR 43004] - DOM: Add more Observable ctor error tests, a=testonly https://hg.mozilla.org/integration/autoland/rev/52912578179a [wpt PR 43004] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in before you can comment on or make changes to this bug.