mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-07 23:04:34 +01:00
std.Io.RwLock: disable smoke test on aarch64-netbsd
https://codeberg.org/ziglang/zig/issues/31393
This commit is contained in:
parent
ce32003625
commit
0ae1c6b54a
1 changed files with 2 additions and 0 deletions
|
|
@ -114,6 +114,8 @@ test "internal state" {
|
|||
}
|
||||
|
||||
test "smoke test" {
|
||||
if (builtin.target.cpu.arch.isAARCH64() and builtin.target.os.tag == .netbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/31393
|
||||
|
||||
const io = testing.io;
|
||||
|
||||
var rl: Io.RwLock = .init;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue