mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
debug: re-enable resource management test on x86_64 windows
This commit is contained in:
parent
59d9afcb5c
commit
4f6fdd67dd
@ -2060,11 +2060,6 @@ 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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user