| author | |
| committer | |
| log | 706bdf6512aec9f5d003cc2ec64ba16ac0a202dc |
| tree | f6aeadd1e429502488cccddaa5d893601cfc98d2 |
| parent | 82632aff2c3ea8d05ecc2bb956ed0aaa7f59fa2f |
This was observed to fail on aarch64-windows as well.
See tracking issue #139631 files changed, 1 insertions(+), 1 deletions(-)
lib/std/debug.zig+1-1| ... | ... | @@ -2070,7 +2070,7 @@ pub fn dumpStackPointerAddr(prefix: []const u8) void { |
| 2070 | 2070 | test "manage resources correctly" { |
| 2071 | 2071 | if (builtin.os.tag == .wasi) return error.SkipZigTest; |
| 2072 | 2072 | |
| 2073 | if (builtin.os.tag == .windows and builtin.cpu.arch == .x86_64) { | |
| 2073 | if (builtin.os.tag == .windows) { | |
| 2074 | 2074 | // https://github.com/ziglang/zig/issues/13963 |
| 2075 | 2075 | return error.SkipZigTest; |
| 2076 | 2076 | } |