[wpt-sync] Sync PR 29967 - NativeIO: Add test for 0-length buffers
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox93 fixed)
| Tracking | Status | |
|---|---|---|
| firefox93 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29967 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29967
Details from upstream follow.
b'Richard Stotz <rstz@chromium.org>' wrote:
NativeIO: Add test for 0-length buffers
This CL adds a regression test to confirm that reading and writing do
not fail on buffers of length 0.Bug: 1237441
Change-Id: Iebad8d50b5423ebd68715bb54ce6dd0cd8c0aebb
Reviewed-on: https://chromium-review.googlesource.com/3084742
WPT-Export-Revision: c867c0d4ea6d2b6e48f4621f631e3f8c5b7d554f
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 2 subtests
Status Summary
Firefox
OK : 5
FAIL : 10
Chrome
OK : 5
PASS : 10
Safari
OK : 4
FAIL : 8
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/native-io/read_write_async_bufferlength.tentative.https.any.sharedworker.html
NativeIOFile.write succeeds when writing a small number of bytes: FAIL (Chrome: PASS)
NativeIOFile.read succeeds when reading a small number of bytes: FAIL (Chrome: PASS)
/native-io/read_write_async_bufferlength.tentative.https.any.serviceworker.html
NativeIOFile.write succeeds when writing a small number of bytes: FAIL (Chrome: PASS, Safari: FAIL)
NativeIOFile.read succeeds when reading a small number of bytes: FAIL (Chrome: PASS, Safari: FAIL)
/native-io/read_write_async_bufferlength.tentative.https.any.html
NativeIOFile.write succeeds when writing a small number of bytes: FAIL (Chrome: PASS, Safari: FAIL)
NativeIOFile.read succeeds when reading a small number of bytes: FAIL (Chrome: PASS, Safari: FAIL)
/native-io/read_write_async_bufferlength.tentative.https.any.worker.html
NativeIOFile.write succeeds when writing a small number of bytes: FAIL (Chrome: PASS, Safari: FAIL)
NativeIOFile.read succeeds when reading a small number of bytes: FAIL (Chrome: PASS, Safari: FAIL)
/native-io/read_write_sync_bufferlength.tentative.https.any.worker.html
NativeIOFileSync.write succeeds when writing small number of bytes: FAIL (Chrome: PASS, Safari: FAIL)
NativeIOFileSync.read succeeds when reading small number of bytes: FAIL (Chrome: PASS, Safari: FAIL)
Comment 4•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a9a66c0c1cd9
https://hg.mozilla.org/mozilla-central/rev/eb660ba04e60
Description
•