From 16eff680e27698f8b957bfcd093c74ac0df36475 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Tue, 5 Jan 2021 13:57:12 -0800 Subject: [PATCH] summarize failures with a TODO list! --- crates/wasi-c2/TEST_FAILURES | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/crates/wasi-c2/TEST_FAILURES b/crates/wasi-c2/TEST_FAILURES index 1c45606b01..309be3ce5f 100644 --- a/crates/wasi-c2/TEST_FAILURES +++ b/crates/wasi-c2/TEST_FAILURES @@ -1,4 +1,13 @@ +TODOs: +* symlink following behavior, trailing slash behavior (closely related to + symlinks) in cap-std isnt ready yet. +* path_filestat_set_times, fd_filestat_set_times: no way to set times of a + path or for a Dir +* File::set_fdflags is unimplemented, File::get_fdflags is lying - these are + fcntl on unix, reopenfile / ?? on windows. Not implemented in system-interface yet. +* async scheduling! + wasi_tests::dangling_symlink - symlink following behavior not yet implemented wasi_tests::directory_seek @@ -9,7 +18,8 @@ wasi_tests::fd_flags_set wasi_tests::nofollow_errors - symlink following behavior not yet implemented wasi_tests::path_filestat - - fdstat.fs_flags is not populated correctly + - fdstat.fs_flags is not populated correctly - APPEND | SYNC aren't + present because File::get_fdflags isnt implemented correctly wasi_tests::path_link - symlink following behavior not yet implemented wasi_tests::path_rename_trailing_slashes