mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
test: Skip the atomic-on-fp test for riscv64
This commit is contained in:
parent
ea8755fda9
commit
f8fd8c481a
@ -146,8 +146,8 @@ fn testAtomicStore() void {
|
||||
}
|
||||
|
||||
test "atomicrmw with floats" {
|
||||
if (builtin.arch == .aarch64 or builtin.arch == .arm)
|
||||
return;
|
||||
if (builtin.arch == .aarch64 or builtin.arch == .arm or builtin.arch == .riscv64)
|
||||
return error.SkipZigTest;
|
||||
testAtomicRmwFloat();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user