Enable WASI tests on Windows (#560)
For some weird reason (probably when migrating the codebase from `wasi-common` repo to `wasmtime`), these did not get enabled for the Windows platform.
This commit is contained in:
committed by
Alex Crichton
parent
23e8bd8d66
commit
2737c5e8e5
@@ -177,8 +177,6 @@ mod wasm_tests {
|
|||||||
"dangling_symlink" => true,
|
"dangling_symlink" => true,
|
||||||
"symlink_loop" => true,
|
"symlink_loop" => true,
|
||||||
"truncation_rights" => true,
|
"truncation_rights" => true,
|
||||||
"path_rename_trailing_slashes" => true,
|
|
||||||
"fd_readdir" => true,
|
|
||||||
"poll_oneoff" => true,
|
"poll_oneoff" => true,
|
||||||
"path_link" => true,
|
"path_link" => true,
|
||||||
_ => false,
|
_ => false,
|
||||||
|
|||||||
Reference in New Issue
Block a user