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 cad69e2 commit ab69482Copy full SHA for ab69482
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