new cap-std apis fix some windows tests!

fix for fd_readdir test on linux, and symlink_create / nofollow_errors
This commit is contained in:
Pat Hickey
2021-02-03 16:16:09 -08:00
parent e670c46862
commit c8ca639b93
2 changed files with 3 additions and 7 deletions

View File

@@ -194,13 +194,9 @@ mod wasi_tests {
[
// Panic: Metadata not associated with open file
// https://github.com/bytecodealliance/cap-std/issues/142
"fd_readdir",
"fd_flags_set",
"path_filestat",
"symlink_filestat",
// upstream fixes pending:
"symlink_create", // cap-std #149
"nofollow_errors", // cap-std #149 and #150
// Trailing slash related bugs
"interesting_paths",
"path_rename_file_trailing_slashes",