libuv/test/fixtures
Ben Noordhuis 087c461ee9 unix: make uv_fs_read() fill all buffers
The fallback for systems that lack preadv() only filled the first
buffer.

This commit rectifies that to fill all (or at least as many as possible)
buffers.

Fixes: https://github.com/libuv/libuv/issues/2332
PR-URL: https://github.com/libuv/libuv/pull/2338
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jameson Nash <vtjnash@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2019-06-20 12:06:31 +02:00
..
empty_file test: assert that readdir on file raises UV_ENOTDIR 2011-10-12 16:43:33 +02:00
load_error.node win, unix: add uv_dlerror() and uv_dlerror_free() 2012-03-02 16:39:21 +01:00
lorem_ipsum.txt unix: make uv_fs_read() fill all buffers 2019-06-20 12:06:31 +02:00