-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
bugIncorrect behavior in the current implementation that needs fixingIncorrect behavior in the current implementation that needs fixingwasiIssues pertaining to WASIIssues pertaining to WASIwasi:implIssues pertaining to WASI implementation in WasmtimeIssues pertaining to WASI implementation in Wasmtimewasi:testsIssues pertaining to WASI tests in WasmtimeIssues pertaining to WASI tests in Wasmtime
Description
To repro:
dir.symlink_at(".".to_string(), "dot".to_string()).await.unwrap();
assert_eq!(
dir.remove_directory_at("dot".to_string()).await,
Err(ErrorCode::NotDirectory)
);Expected result: fails with NotDirectory
On windows, it succeeds: https://github.com/WebAssembly/wasi-testsuite/pull/198/files#r2630813076
Metadata
Metadata
Assignees
Labels
bugIncorrect behavior in the current implementation that needs fixingIncorrect behavior in the current implementation that needs fixingwasiIssues pertaining to WASIIssues pertaining to WASIwasi:implIssues pertaining to WASI implementation in WasmtimeIssues pertaining to WASI implementation in Wasmtimewasi:testsIssues pertaining to WASI tests in WasmtimeIssues pertaining to WASI tests in Wasmtime