Closed
Bug 1864635
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 43150 - fix: streams/readable-byte-streams/non-transferable-buffers.any.js use minimum read instead of fill
Categories
(Core :: DOM: Streams, task, P4)
Core
DOM: Streams
Tracking
()
RESOLVED
FIXED
122 Branch
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43150 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43150
Details from upstream follow.
Leo Kettmeir <crowlkats@toaxl.com> wrote:
fix: streams/readable-byte-streams/non-transferable-buffers.any.js use minimum read instead of fill
The fill method was the previous iteration of the spec, the final iteration has a
minoption on the read method instead.
| Assignee | ||
Comment 1•2 years ago
|
||
PR 43150 applied with additional changes from upstream: 7eaf605c38d80377c717828376deabad86b702b2
| Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → DOM: Streams
Product: Testing → Core
| Assignee | ||
Comment 2•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=6f5b67c47f2856dfa539184e86ac987cf581de8b
| Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 4 subtests
Status Summary
Firefox
OK : 4
PASS : 16
ERROR: 1
Chrome
OK : 4
PASS : 16
ERROR: 1
Safari
OK : 4
FAIL : 16
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /streams/readable-byte-streams/non-transferable-buffers.any.shadowrealm.html [wpt.fyi]:
ERROR(Chrome:ERROR, Safari:ERROR)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f66302d3292c
[wpt PR 43150] - fix: streams/readable-byte-streams/non-transferable-buffers.any.js use minimum read instead of fill, a=testonly
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ed4be76439b2
[wpt PR 43150] - fix: streams/readable-byte-streams/non-transferable-buffers.any.js use minimum read instead of fill, a=testonly
Comment 6•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•