| ... | @@ -745,6 +745,7 @@ test "directory operations on files" { | ... | @@ -745,6 +745,7 @@ test "directory operations on files" { |
| 745 | test "file operations on directories" { | 745 | test "file operations on directories" { |
| 746 | // TODO: fix this test on FreeBSD. https://github.com/ziglang/zig/issues/1759 | 746 | // TODO: fix this test on FreeBSD. https://github.com/ziglang/zig/issues/1759 |
| 747 | if (native_os == .freebsd) return error.SkipZigTest; | 747 | if (native_os == .freebsd) return error.SkipZigTest; |
| | 748 | if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/20747 |
| 748 | | 749 | |
| 749 | try testWithAllSupportedPathTypes(struct { | 750 | try testWithAllSupportedPathTypes(struct { |
| 750 | fn impl(ctx: *TestContext) !void { | 751 | fn impl(ctx: *TestContext) !void { |