Skip to content

Commit 1442917

Browse files
committed
Add comment for get_initial_cwd test
1 parent 5df6392 commit 1442917

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/rust/wasm32-wasip3/src/bin/cli-env.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ fn test_get_arguments() {
1717
}
1818

1919
fn test_get_initial_cwd() {
20+
// FIXME:
21+
// Currently we can only test that the returned value is None, since the
22+
// currently implementation is incomplete. See
23+
// https://github.com/bytecodealliance/wasmtime/pull/9831 and
24+
// https://github.com/WebAssembly/wasi-testsuite/issues/216
2025
let cwd = environment::get_initial_cwd();
2126
assert!(cwd.is_none());
2227
}

0 commit comments

Comments
 (0)