@@ -2060,6 +2060,11 @@ pub fn dumpStackPointerAddr(prefix: []const u8) void {
|
||||
test "manage resources correctly" {
|
||||
if (builtin.os.tag == .wasi) return error.SkipZigTest;
|
||||
|
||||
if (builtin.os.tag == .windows and builtin.cpu.arch == .x86_64) {
|
||||
// https://github.com/ziglang/zig/issues/13963
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
const writer = std.io.null_writer;
|
||||
var di = try openSelfDebugInfo(testing.allocator);
|
||||
defer di.deinit();
|
||||
|
||||
Reference in New Issue
Block a user