| ... | ... | @@ -2008,9 +2008,14 @@ pub fn dumpStackPointerAddr(prefix: []const u8) void { |
| 2008 | 2008 | std.debug.print("{} sp = 0x{x}\n", .{ prefix, sp }); |
| 2009 | 2009 | } |
| 2010 | 2010 | |
| 2011 | | test "#4353: std.debug should manage resources correctly" { |
| 2011 | test "manage resources correctly" { |
| 2012 | 2012 | if (builtin.os.tag == .wasi) return error.SkipZigTest; |
| 2013 | 2013 | |
| 2014 | if (builtin.os.tag == .windows and builtin.cpu.arch == .x86_64) { |
| 2015 | // https://github.com/ziglang/zig/issues/13963 |
| 2016 | return error.SkipZigTest; |
| 2017 | } |
| 2018 | |
| 2014 | 2019 | const writer = std.io.null_writer; |
| 2015 | 2020 | var di = try openSelfDebugInfo(testing.allocator); |
| 2016 | 2021 | defer di.deinit(); |