mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
disable test on arm
This commit is contained in:
parent
ab7fc33c83
commit
2252951066
@ -146,6 +146,8 @@ fn testAtomicStore() void {
|
||||
}
|
||||
|
||||
test "atomicrmw with floats" {
|
||||
if (builtin.arch == .aarch64 or builtin.arch == .arm)
|
||||
return;
|
||||
testAtomicRmwFloat();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user