[wpt-sync] Sync PR 59994 - webnn: Discard data when canceling a BYOB read
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox153 fixed)
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
210.96 KB,
text/plain
|
Details |
Sync web-platform-tests PR 59994 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/59994
Details from upstream follow.
Reilly Grant <reillyg@chromium.org> wrote:
webnn: Discard data when canceling a BYOB read
If the buffer is detached the read is cancelled however the data in the
shared Mojo data pipe used for reads still need to be handled or else a
later read will get this data instead.Fixed: 511826204
Change-Id: I82f10690d741c8b9b34419c3ac3d0e85511fd594
Reviewed-on: https://chromium-review.googlesource.com/7858250
WPT-Export-Revision: 178313df15bc460ff80dabaef092c2c998a8891b
| Assignee | ||
Comment 1•3 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=06999d4fa5742e3b5227045c1c577163ccac7a97
| Assignee | ||
Comment 2•3 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 402 tests
Status Summary
Firefox
FAIL : 12
ERROR : 12
NOTRUN: 144
Chrome
OK : 12
PASS : 150
FAIL : 12
Safari
FAIL : 12
ERROR : 12
NOTRUN: 144
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
(See attachment for full changes)
Comment 4•3 months ago
|
||
| bugherder | ||
Description
•