behavior: disable another test regressed by LLVM 17 for mips
Tracked by #16846
This commit is contained in:
committed by
Andrew Kelley
parent
401de6dd2f
commit
8a9f8a1d77
@@ -243,6 +243,11 @@ test "atomicrmw with ints" {
|
||||
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
|
||||
|
||||
if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch.isMIPS()) {
|
||||
// https://github.com/ziglang/zig/issues/16846
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
try testAtomicRmwInts();
|
||||
try comptime testAtomicRmwInts();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user