| ... | @@ -114,7 +114,7 @@ test "internal state" { | ... | @@ -114,7 +114,7 @@ test "internal state" { |
| 114 | } | 114 | } |
| 115 | | 115 | |
| 116 | test "smoke test" { | 116 | test "smoke test" { |
| 117 | if (builtin.target.cpu.arch.isAARCH64()) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31393 | 117 | if (builtin.target.cpu.arch.isAARCH64() and builtin.target.os.tag == .netbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31393 |
| 118 | | 118 | |
| 119 | const io = testing.io; | 119 | const io = testing.io; |
| 120 | | 120 | |