Closed Bug 1943643 Opened 29 days ago Closed 25 days ago

[wpt-sync] Sync PR 50275 - Fix link to explainer for Observables

Categories

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

task

Tracking

()

RESOLVED FIXED
136 Branch
Tracking Status
firefox136 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 50275 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/50275
Details from upstream follow.

Mason Freed <masonf@chromium.org> wrote:

Fix link to explainer for Observables

The old link seemed like copypasta. No functional change.

Change-Id: Iea808b5b4e5e35ceccc362657f1edf53d5153172
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6196708
Auto-Submit: Mason Freed \<masonf@chromium.org>
Reviewed-by: Dominic Farolino \<dom@chromium.org>
Commit-Queue: Dominic Farolino \<dom@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1410975}

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

CI Results

Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Safari on GitHub CI

Total 1 tests and 36 subtests

Status Summary

Firefox

OK : 1
PASS: 2
FAIL: 34

Safari

OK : 1
PASS: 2
FAIL: 34

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /dom/observable/tentative/idlharness.html [wpt.fyi]
    • Subscriber interface: existence and properties of interface object: FAIL (Safari: FAIL)
    • Subscriber interface object length: FAIL (Safari: FAIL)
    • Subscriber interface object name: FAIL (Safari: FAIL)
    • Subscriber interface: existence and properties of interface prototype object: FAIL (Safari: FAIL)
    • Subscriber interface: existence and properties of interface prototype object's "constructor" property: FAIL (Safari: FAIL)
    • Subscriber interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Safari: FAIL)
    • Subscriber interface: operation next(any): FAIL (Safari: FAIL)
    • Subscriber interface: operation error(any): FAIL (Safari: FAIL)
    • Subscriber interface: operation complete(): FAIL (Safari: FAIL)
    • Subscriber interface: operation addTeardown(VoidFunction): FAIL (Safari: FAIL)
    • Subscriber interface: attribute active: FAIL (Safari: FAIL)
    • Subscriber interface: attribute signal: FAIL (Safari: FAIL)
    • Subscriber must be primary interface of (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })(): FAIL (Safari: FAIL)
    • Stringification of (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })(): FAIL (Safari: FAIL)
    • Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "next(any)" with the proper type: FAIL (Safari: FAIL)
    • Subscriber interface: calling next(any) on (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() with too few arguments must throw TypeError: FAIL (Safari: FAIL)
    • Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "error(any)" with the proper type: FAIL (Safari: FAIL)
    • Subscriber interface: calling error(any) on (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() with too few arguments must throw TypeError: FAIL (Safari: FAIL)
    • Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "complete()" with the proper type: FAIL (Safari: FAIL)
    • Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "addTeardown(VoidFunction)" with the proper type: FAIL (Safari: FAIL)
    • Subscriber interface: calling addTeardown(VoidFunction) on (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() with too few arguments must throw TypeError: FAIL (Safari: FAIL)
    • Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "active" with the proper type: FAIL (Safari: FAIL)
    • Subscriber interface: (() => { let s = null; new Observable(_s => s = _s).subscribe({}); return s })() must inherit property "signal" with the proper type: FAIL (Safari: FAIL)
    • Observable interface: existence and properties of interface object: FAIL (Safari: FAIL)
    • Observable interface object length: FAIL (Safari: FAIL)
    • Observable interface object name: FAIL (Safari: FAIL)
    • Observable interface: existence and properties of interface prototype object: FAIL (Safari: FAIL)
    • Observable interface: existence and properties of interface prototype object's "constructor" property: FAIL (Safari: FAIL)
    • Observable interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Safari: FAIL)
    • Observable interface: operation subscribe(optional ObserverUnion, optional SubscribeOptions): FAIL (Safari: FAIL)
    • Observable must be primary interface of new Observable(() => {}): FAIL (Safari: FAIL)
    • Stringification of new Observable(() => {}): FAIL (Safari: FAIL)
    • Observable interface: new Observable(() => {}) must inherit property "subscribe(optional ObserverUnion, optional SubscribeOptions)" with the proper type: FAIL (Safari: FAIL)
    • Observable interface: calling subscribe(optional ObserverUnion, optional SubscribeOptions) on new Observable(() => {}) with too few arguments must throw TypeError: FAIL (Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/2c0b592dd034 [wpt PR 50275] - Fix link to explainer for Observables, a=testonly
Status: NEW → RESOLVED
Closed: 25 days ago
: --- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in before you can comment on or make changes to this bug.