Closed
Bug 1736317
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 31293 - Streams: remove WritableStreamDefaultController.abortReason asserts
Categories
(Core :: JavaScript Engine, task, P4)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
127.36 KB,
text/plain
|
Details |
Sync web-platform-tests PR 31293 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31293
Details from upstream follow.
Nidhi Jaju <nidhijaju@chromium.org> wrote:
Streams: remove WritableStreamDefaultController.abortReason asserts
Based on https://github.com/whatwg/streams/pull/1177, since we are removing abortReason from the WritableStream spec, this change removes the
controller.abortReason
assertions from the WPTs as well.@yutakahirano Can you take a look at this for me?
/cc @MattiasBuelens
Assignee | ||
Updated•3 years ago
|
Component: web-platform-tests → JavaScript Engine
Product: Testing → Core
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=ff1335f70a3070d001a603688365e9c9563219f9
Assignee | ||
Comment 2•3 years ago
|
||
# CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 62 subtests
## Status Summary
### Firefox
OK : 4
PASS : 220
FAIL : 28[Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] 248[GitHub]
### Chrome
OK : 4
PASS : 220
FAIL : 28
### Safari
OK : 3
PASS : 165
FAIL : 21
ERROR: 1
## Links
[Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=ff1335f70a3070d001a603688365e9c9563219f9)
[GitHub PR Head](https://wpt.fyi/results/?sha=c7a5836ffd0ea212a5be88eaa063e05ed1b8a62b&label=pr_head)
[GitHub PR Base](https://wpt.fyi/results/?sha=c7a5836ffd0ea212a5be88eaa063e05ed1b8a62b&label=pr_base)
## Details
(See attachment for full changes)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bc0e81e4edf5
[wpt PR 31293] - Streams: remove WritableStreamDefaultController.abortReason asserts in tests, a=testonly
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•