| ... | ... | @@ -2060,6 +2060,11 @@ pub fn dumpStackPointerAddr(prefix: []const u8) void { |
| 2060 | 2060 | test "manage resources correctly" { |
| 2061 | 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 | |
| 2063 | 2068 | const writer = std.io.null_writer; |
| 2064 | 2069 | var di = try openSelfDebugInfo(testing.allocator); |
| 2065 | 2070 | defer di.deinit(); |