Closed
Bug 1752232
Opened 3 years ago
Closed 3 years ago
Enable WPT for piping/ReadableByteStream/TransformStream
Categories
(Core :: DOM: Streams, task)
Core
DOM: Streams
Tracking
()
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Tests are currently disabled. Letting tests fail is always better than disabling them.
Assignee | ||
Comment 1•3 years ago
|
||
Oh, actually those are only disabled in JS shell. Never mind then.
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 2•3 years ago
|
||
Oh, TransformStream tests are still disabled everywhere.
Assignee | ||
Updated•3 years ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Assignee | ||
Updated•3 years ago
|
Blocks: 1730584
Summary: Enable WPT for TransformStream → Enable WPT for piping/ReadableByteStream/TransformStream
Assignee | ||
Comment 3•3 years ago
|
||
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/319186f8024a
Enable all streams WPT tests r=mgaudet
Failed to create upstream wpt PR due to merge conflicts. This requires fixup from a wpt sync admin.
Comment 6•3 years ago
•
|
||
Backed out for causing spider-monkey failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/442c6e998e90a8a7fa9a7928ebf24f001f1563bd
Harness status: ERROR (Exit code reported exception)
[task 2022-01-31T21:47:51.063Z] /builds/worker/checkouts/gecko/testing/web-platform/tests/streams/piping/abort.any.js:24:61 ReferenceError: AbortSignal is not defined
[task 2022-01-31T21:47:51.063Z] Stack:
[task 2022-01-31T21:47:51.063Z] @/builds/worker/checkouts/gecko/testing/web-platform/tests/streams/piping/abort.any.js:24:61
[task 2022-01-31T21:47:51.064Z] TEST-UNEXPECTED-FAIL | streams/piping/abort.any.js | (args: "") [0.1 s]
[task 2022-01-31T21:47:51.105Z] ## streams/piping/flow-control.any.js: rc = 0, run time = 0.07882
Flags: needinfo?(krosylight)
Assignee | ||
Comment 7•3 years ago
|
||
jsshell is only used by spidermonkey.
Depends on D137189
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(krosylight)
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ed609a74e7cd
Enable all streams WPT tests r=mgaudet
https://hg.mozilla.org/integration/autoland/rev/c1ad7f0ee2ac
Remove jsshell from disabled tests r=mgaudet
Comment 9•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ed609a74e7cd
https://hg.mozilla.org/mozilla-central/rev/c1ad7f0ee2ac
Status: REOPENED → RESOLVED
Closed: 3 years ago → 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/32720 for changes under testing/web-platform/tests
Upstream PR was closed without merging
You need to log in
before you can comment on or make changes to this bug.
Description
•