| ... | ... | @@ -2029,9 +2029,14 @@ pub fn dumpStackPointerAddr(prefix: []const u8) void { |
| 2029 | 2029 | std.debug.print("{} sp = 0x{x}\n", .{ prefix, sp }); |
| 2030 | 2030 | } |
| 2031 | 2031 | |
| 2032 | | test "#4353: std.debug should manage resources correctly" { |
| 2032 | test "manage resources correctly" { |
| 2033 | 2033 | if (builtin.os.tag == .wasi) return error.SkipZigTest; |
| 2034 | 2034 | |
| 2035 | if (builtin.os.tag == .windows and builtin.cpu.arch == .x86_64) { |
| 2036 | // https://github.com/ziglang/zig/issues/13963 |
| 2037 | return error.SkipZigTest; |
| 2038 | } |
| 2039 | |
| 2035 | 2040 | const writer = std.io.null_writer; |
| 2036 | 2041 | var di = try openSelfDebugInfo(testing.allocator); |
| 2037 | 2042 | defer di.deinit(); |