Closed Bug 1925886 Opened 1 year ago Closed 1 year ago

[wpt-sync] Sync PR 48717 - Update rejection normative message assertions

Categories

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

task

Tracking

()

RESOLVED FIXED
133 Branch
Tracking Status
firefox133 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Marais Rossouw <me@marais.co> wrote:

Update rejection normative message assertions

As per https://github.com/WICG/observable/pull/179 we should not be asserting that rejection messages match a specific message.

Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Whiteboard: [wptsync downstream error] → [wptsync downstream]

CI Results

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

Total 4 tests and 5 subtests

Status Summary

Firefox

OK : 4
FAIL: 20

Chrome

OK : 4
PASS: 20

Safari

OK : 4
FAIL: 20

Links

GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /dom/observable/tentative/observable-first.any.html [wpt.fyi]
    • first(): Promise resolves with the first value from the source Observable: FAIL (Chrome: PASS, Safari: FAIL)
    • first(): Promise rejects with the error emitted from the source Observable: FAIL (Chrome: PASS, Safari: FAIL)
    • first(): Promise rejects with RangeError when source Observable completes without emitting any values: FAIL (Chrome: PASS, Safari: FAIL)
    • first(): Aborting a signal rejects the Promise with an AbortError DOMException: FAIL (Chrome: PASS, Safari: FAIL)
    • first(): Lifecycle: FAIL (Chrome: PASS, Safari: FAIL)
  • /dom/observable/tentative/observable-first.any.worker.html [wpt.fyi]
    • first(): Promise resolves with the first value from the source Observable: FAIL (Chrome: PASS, Safari: FAIL)
    • first(): Promise rejects with the error emitted from the source Observable: FAIL (Chrome: PASS, Safari: FAIL)
    • first(): Promise rejects with RangeError when source Observable completes without emitting any values: FAIL (Chrome: PASS, Safari: FAIL)
    • first(): Aborting a signal rejects the Promise with an AbortError DOMException: FAIL (Chrome: PASS, Safari: FAIL)
    • first(): Lifecycle: FAIL (Chrome: PASS, Safari: FAIL)
  • /dom/observable/tentative/observable-last.any.html [wpt.fyi]
    • last(): Promise resolves to last value: FAIL (Chrome: PASS, Safari: FAIL)
    • last(): Promise rejects with emitted error: FAIL (Chrome: PASS, Safari: FAIL)
    • last(): Promise rejects with RangeError when source Observable completes without emitting any values: FAIL (Chrome: PASS, Safari: FAIL)
    • last(): Aborting a signal rejects the Promise with an AbortError DOMException: FAIL (Chrome: PASS, Safari: FAIL)
    • last(): Lifecycle: FAIL (Chrome: PASS, Safari: FAIL)
  • /dom/observable/tentative/observable-last.any.worker.html [wpt.fyi]
    • last(): Promise resolves to last value: FAIL (Chrome: PASS, Safari: FAIL)
    • last(): Promise rejects with emitted error: FAIL (Chrome: PASS, Safari: FAIL)
    • last(): Promise rejects with RangeError when source Observable completes without emitting any values: FAIL (Chrome: PASS, Safari: FAIL)
    • last(): Aborting a signal rejects the Promise with an AbortError DOMException: FAIL (Chrome: PASS, Safari: FAIL)
    • last(): Lifecycle: FAIL (Chrome: PASS, Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d8324994615c [wpt PR 48717] - Update rejection normative message assertions, a=testonly
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in before you can comment on or make changes to this bug.