| author | |
| committer | |
| log | ab69482a5ddd7750039a5ba9531a04ac0051aa18 |
| tree | 31f5eb0d23987e17db130cdce2c9122d4a464ff0 |
| parent | cad69e2c2976891753d96d863ebf65e7c95c0a04 |
https://github.com/ziglang/zig/issues/207471 files changed, 1 insertions(+), 0 deletions(-)
lib/std/fs/test.zig+1| ... | ... | @@ -745,6 +745,7 @@ test "directory operations on files" { |
| 745 | 745 | test "file operations on directories" { |
| 746 | 746 | // TODO: fix this test on FreeBSD. https://github.com/ziglang/zig/issues/1759 |
| 747 | 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 | 750 | try testWithAllSupportedPathTypes(struct { |
| 750 | 751 | fn impl(ctx: *TestContext) !void { |