Commit 5fb92fb
committed
tests/ln: skip WASI-incompatible cases
- test_symlink_to_dir_2args uses an absolute host tmpdir path that
isn't visible inside the WASI sandbox.
- test_ln_non_utf8_paths requires non-UTF-8 filenames, which WASI
forbids.
- test_relative_src_already_symlink hits a read_link-on-absolute-path
failure specific to wasmtime launched through cargo test's spawn.1 parent ab44c39 commit 5fb92fb
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| 504 | + | |
504 | 505 | | |
505 | 506 | | |
506 | 507 | | |
| |||
754 | 755 | | |
755 | 756 | | |
756 | 757 | | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
757 | 762 | | |
758 | 763 | | |
759 | 764 | | |
| |||
967 | 972 | | |
968 | 973 | | |
969 | 974 | | |
| 975 | + | |
970 | 976 | | |
971 | 977 | | |
972 | 978 | | |
| |||
0 commit comments