add directory rename

This commit is contained in:
Pat Hickey
2021-01-05 12:14:07 -08:00
parent 94d2280187
commit 21cd55b0a7
3 changed files with 29 additions and 11 deletions

View File

@@ -12,11 +12,8 @@ wasi_tests::path_filestat
- fdstat.fs_flags is not populated correctly
wasi_tests::path_link
- path_link is not implemented
wasi_tests::path_rename
- path_rename is not implemented. we need to be able to downcast a dyn
WasiDir to a concrete Dir for this to be possible - need to reintroduce Any to hierarchy
wasi_tests::path_rename_trailing_slashes
- path_rename is not implemented
- unclear, trailing slash behavior is wrong
wasi_tests::path_symlink_trailing_slashes
- unclear, path_symlink is giving a ENOTDIR when it expects an EEXIST...
wasi_tests::poll_oneoff