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)
Core
DOM: Core & HTML
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.
| Assignee | ||
Updated•1 year ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=4e51b1b0bb4b2940975a53be5fa43e7bafcef7c2
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Comment 2•1 year ago
|
||
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
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)
- first(): Promise resolves with the first value from the source Observable:
- /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)
- first(): Promise resolves with the first value from the source Observable:
- /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)
- last(): Promise resolves to last value:
- /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)
- last(): Promise resolves to last value:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d8324994615c
[wpt PR 48717] - Update rejection normative message assertions, a=testonly
Comment 4•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•