wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

`path_symlink_trailing_slashes` is failing on windows

Open yamt opened this issue 3 months ago • 1 comments

eg. https://github.com/bytecodealliance/wasm-micro-runtime/actions/runs/17752229385/job/50449098314?pr=4606

Test path_symlink_trailing_slashes failed
  [exit_code] 0 == 1
STDOUT:
Exception: unreachable

STDERR:
thread 'main' panicked at 'expected errno NOENT; got NOTDIR', src/bin/path_symlink_trailing_slashes.rs:7:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

yamt avatar Sep 16 '25 02:09 yamt

maybe it's caused by the runner image upgrade? (windows-2022 -> windows-2025)

yamt avatar Sep 16 '25 03:09 yamt