Closed
Bug 1754322
Opened 4 years ago
Closed 3 years ago
[wpt-sync] Sync PR 32757 - Streams: test interaction between autoAllocateChunkSize and respondWithNewView
Categories
(Core :: DOM: Streams, task, P4)
Core
DOM: Streams
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
67.92 KB,
text/plain
|
Details |
Sync web-platform-tests PR 32757 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32757
Details from upstream follow.
Mattias Buelens <mattias@buelens.com> wrote:
Streams: test interaction between autoAllocateChunkSize and respondWithNewView
Upstreamed from https://github.com/nodejs/node/pull/41887.
Assignee | ||
Updated•4 years ago
|
Component: web-platform-tests → DOM: Streams
Product: Testing → Core
Assignee | ||
Updated•4 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•4 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•4 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=7bd02c1a320eacff87aeb794908a6f3a9e16f301
Assignee | ||
Comment 2•4 years ago
|
||
# CI Results
Ran 7 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 10 tests
## Status Summary
### Firefox
OK : 8
PASS : 8
FAIL : 484
### Chrome
OK : 8
PASS : 432
FAIL : 60
### Safari
OK : 6
PASS : 9
FAIL : 360
ERROR: 2
## Links
[Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=7bd02c1a320eacff87aeb794908a6f3a9e16f301)
[GitHub PR Head](https://wpt.fyi/results/?sha=edc908aab3bdb2d1aa07f148544dbbaf2bb02262&label=pr_head)
[GitHub PR Base](https://wpt.fyi/results/?sha=edc908aab3bdb2d1aa07f148544dbbaf2bb02262&label=pr_base)
## Details
### Firefox-only Failures
/streams/readable-byte-streams/general.any.html
ReadableStream with byte source: pull() function is not callable: FAIL
ReadableStream with byte source: autoAllocateChunkSize cannot be 0: FAIL
/streams/readable-byte-streams/general.any.worker.html
ReadableStream with byte source: pull() function is not callable: FAIL
ReadableStream with byte source: autoAllocateChunkSize cannot be 0: FAIL
/streams/readable-byte-streams/general.any.serviceworker.html
ReadableStream with byte source: pull() function is not callable: FAIL
ReadableStream with byte source: autoAllocateChunkSize cannot be 0: FAIL
(See attachment for full changes)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/da535f8e12df
[wpt PR 32757] - Streams: test interaction between autoAllocateChunkSize and respondWithNewView, a=testonly
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/25d76c382ac4
[wpt PR 32757] - Streams: test interaction between autoAllocateChunkSize and respondWithNewView, a=testonly
Comment 5•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•