| ... | @@ -1665,6 +1665,8 @@ fn expectFileContents(io: Io, dir: Dir, file_path: []const u8, data: []const u8) | ... | @@ -1665,6 +1665,8 @@ fn expectFileContents(io: Io, dir: Dir, file_path: []const u8, data: []const u8) |
| 1665 | } | 1665 | } |
| 1666 | | 1666 | |
| 1667 | test "AtomicFile" { | 1667 | test "AtomicFile" { |
| | 1668 | if (native_os == .windows) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31389 |
| | 1669 | |
| 1668 | try testWithAllSupportedPathTypes(struct { | 1670 | try testWithAllSupportedPathTypes(struct { |
| 1669 | fn impl(ctx: *TestContext) !void { | 1671 | fn impl(ctx: *TestContext) !void { |
| 1670 | const io = ctx.io; | 1672 | const io = ctx.io; |