We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
file operations on directories
1 parent 3fb6e46 commit 804780aCopy full SHA for 804780a
lib/std/fs/test.zig
@@ -745,6 +745,7 @@ test "directory operations on files" {
745
test "file operations on directories" {
746
// TODO: fix this test on FreeBSD. https://github.com/ziglang/zig/issues/1759
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
749
750
try testWithAllSupportedPathTypes(struct {
751
fn impl(ctx: *TestContext) !void {
0 commit comments