Closed
Bug 1831765
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 39879 - register a timeout in AbortSignal.any test
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39879 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39879
Details from upstream follow.
Filip Skokan <panva.ip@gmail.com> wrote:
register a timeout in AbortSignal.any test
Refs: https://github.com/nodejs/node/pull/47821#issuecomment-1536646998
Because of the (i assume) weak references this test doesn't cause the Node.js worker that executes the tests to emit result and therefore completion of the suite.
This change makes it so that a timeout is registered that should never be reached whilst still testing the combinedSignal behaviours.
| Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
| Assignee | ||
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•