[wpt-sync] Sync PR 42086 - FSA: Reset mojo pipe on encountering any WritableFileStream error
Categories
(Core :: DOM: File, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42086 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42086
Details from upstream follow.
Austin Sullivan <asully@chromium.org> wrote:
FSA: Reset mojo pipe on encountering any WritableFileStream error
The lock should be released when the stream enters an ERRORED or
CLOSED state, otherwise errored streams may hold locks until the
stream is garbage-collected.Bug: 1380650
Change-Id: I33ca22ffcb58cbc04c87e410bb356c8697c57900
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4492276
Reviewed-by: Daseul Lee \<dslee@chromium.org>
Commit-Queue: Austin Sullivan \<asully@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1199652}
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 30 subtests
Status Summary
Firefox
OK : 2
PASS: 60
Chrome
OK : 2
PASS: 58
FAIL: 2
Safari
OK : 2
FAIL: 60
Links
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3af2403d8219
https://hg.mozilla.org/mozilla-central/rev/2e31ef00ca9e
Description
•