Implement the remaining Windows filesystem functions (#3166)
Now that the filesystem implementation is now complete, the previous test filters on Windows can be removed. Some of the tests only pass when certain environment variables have been set on Windows so an extra step has been added in the wasi test runner script to modify the test config files before the tests begin.
This commit is contained in:
@ -1,34 +1,6 @@
|
||||
{
|
||||
"WASI C tests": {
|
||||
"fdopendir-with-access": "Not implemented",
|
||||
"lseek": "Not implemented"
|
||||
},
|
||||
"WASI Rust tests": {
|
||||
"dangling_symlink": "Not implemented",
|
||||
"directory_seek": "Not implemented",
|
||||
"dir_fd_op_failures": "Not implemented",
|
||||
"fd_advise": "Not implemented",
|
||||
"fd_fdstat_set_rights": "Not implemented",
|
||||
"fd_filestat_set": "Not implemented",
|
||||
"fd_flags_set": "Not implemented",
|
||||
"fd_readdir": "Not implemented",
|
||||
"file_allocate": "Not implemented",
|
||||
"file_seek_tell": "Not implemented",
|
||||
"file_truncation": "Not implemented",
|
||||
"nofollow_errors": "Not implemented",
|
||||
"path_exists": "Not implemented",
|
||||
"path_filestat": "Not implemented",
|
||||
"path_link": "Not implemented",
|
||||
"path_open_preopen": "Not implemented",
|
||||
"path_rename": "Not implemented",
|
||||
"path_rename_dir_trailing_slashes": "Not implemented",
|
||||
"path_symlink_trailing_slashes": "Not implemented",
|
||||
"poll_oneoff_stdio": "Not implemented",
|
||||
"readlink": "Not implemented (path_symlink)",
|
||||
"symlink_create": "Not implemented",
|
||||
"symlink_filestat": "Not implemented",
|
||||
"symlink_loop": "Not implemented",
|
||||
"truncation_rights": "Not implemented"
|
||||
"poll_oneoff_stdio": "Not implemented"
|
||||
},
|
||||
"WASI threads proposal": {
|
||||
"wasi_threads_exit_main_wasi_read": "Blocking ops not implemented",
|
||||
|
||||
Reference in New Issue
Block a user