| ... | @@ -939,6 +939,8 @@ test "createDirPathOpen parent dirs do not exist" { | ... | @@ -939,6 +939,8 @@ test "createDirPathOpen parent dirs do not exist" { |
| 939 | } | 939 | } |
| 940 | | 940 | |
| 941 | test "deleteDir" { | 941 | test "deleteDir" { |
| | 942 | if (builtin.target.os.tag == .windows) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/35686 |
| | 943 | |
| 942 | try testWithAllSupportedPathTypes(struct { | 944 | try testWithAllSupportedPathTypes(struct { |
| 943 | fn impl(ctx: *TestContext) !void { | 945 | fn impl(ctx: *TestContext) !void { |
| 944 | const io = ctx.io; | 946 | const io = ctx.io; |