node/test/wasi/c
cjihrig c314c04079 test: add wasi readdir() test
This commit provides coverage for __wasi_fd_readdir().

PR-URL: https://github.com/nodejs/node/pull/35202
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2020-09-17 18:57:38 +00:00
..
cant_dotdot.c
clock_getres.c
create_symlink.c
exitcode.c
fd_prestat_get_refresh.c
follow_symlink.c
freopen.c test: add wasi test for freopen() 2020-01-23 05:22:36 -08:00
ftruncate.c test: add WASI test for file resizing 2020-07-13 11:51:18 -04:00
getentropy.c
getrusage.c
gettimeofday.c
link.c test: add WASI test for path_link() 2020-03-08 15:11:46 -04:00
main_args.c test: add tests for main() argument handling 2020-01-24 09:41:46 -05:00
notdir.c
poll.c wasi: refactor and enable poll_oneoff() test 2020-05-25 09:45:35 -04:00
preopen_populates.c
read_file.c
read_file_twice.c
readdir.c test: add wasi readdir() test 2020-09-17 18:57:38 +00:00
stat.c wasi: add __wasi_fd_filestat_set_times() test 2020-08-07 08:49:34 -07:00
stdin.c
symlink_escape.c
symlink_loop.c
write_file.c