| ... | @@ -1075,6 +1075,8 @@ test "Dir.rename file <-> dir" { | ... | @@ -1075,6 +1075,8 @@ test "Dir.rename file <-> dir" { |
| 1075 | } | 1075 | } |
| 1076 | | 1076 | |
| 1077 | test "Dir.renamePreserve onto existing" { | 1077 | test "Dir.renamePreserve onto existing" { |
| | 1078 | if (native_os == .windows) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/35359 |
| | 1079 | |
| 1078 | try testWithAllSupportedPathTypes(struct { | 1080 | try testWithAllSupportedPathTypes(struct { |
| 1079 | fn impl(ctx: *TestContext) !void { | 1081 | fn impl(ctx: *TestContext) !void { |
| 1080 | const io = ctx.io; | 1082 | const io = ctx.io; |