| ... | @@ -2060,11 +2060,6 @@ pub fn dumpStackPointerAddr(prefix: []const u8) void { | ... | @@ -2060,11 +2060,6 @@ pub fn dumpStackPointerAddr(prefix: []const u8) void { |
| 2060 | test "manage resources correctly" { | 2060 | test "manage resources correctly" { |
| 2061 | if (builtin.os.tag == .wasi) return error.SkipZigTest; | 2061 | if (builtin.os.tag == .wasi) return error.SkipZigTest; |
| 2062 | | 2062 | |
| 2063 | if (builtin.os.tag == .windows and builtin.cpu.arch == .x86_64) { | | |
| 2064 | // https://github.com/ziglang/zig/issues/13963 | | |
| 2065 | return error.SkipZigTest; | | |
| 2066 | } | | |
| 2067 | | | |
| 2068 | const writer = std.io.null_writer; | 2063 | const writer = std.io.null_writer; |
| 2069 | var di = try openSelfDebugInfo(testing.allocator); | 2064 | var di = try openSelfDebugInfo(testing.allocator); |
| 2070 | defer di.deinit(); | 2065 | defer di.deinit(); |