authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-09-17 00:22:32+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-09-18 12:42:14+02:00
logf90548e74063cd1d6ac6885ee9f6521359cde8cf
tree7264ed12045f4b51c2b0d091f77046465f88bb47
parente7f1624e6ea11bb30c779963f9fdfabd51902276
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: skip `alternative constraints` behavior test on LoongArch

https://github.com/llvm/llvm-project/issues/159200

1 files changed, 1 insertions(+), 0 deletions(-)

test/behavior/asm.zig+1
......@@ -67,6 +67,7 @@ test "alternative constraints" {
6767 if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
6868 if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest;
6969 if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
70 if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch.isLoongArch()) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/159200
7071
7172 if (builtin.zig_backend == .stage2_c and builtin.os.tag == .windows) return error.SkipZigTest; // MSVC doesn't support inline assembly
7273