mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
std.Io.RwLock: disable smoke test on aarch64-netbsd
https://codeberg.org/ziglang/zig/issues/31393
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user