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 0a70455 commit 10fb846Copy full SHA for 10fb846
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) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/20747
749
750
try testWithAllSupportedPathTypes(struct {
751
fn impl(ctx: *TestContext) !void {
0 commit comments