authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-20 00:04:39+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-25 21:54:48+02:00
log4eb8640213658185d2fb63b794560fc16d8707b6
treebea731003d60686727d9e32b23818ec7e9ee68fc
parent51a6a5a2a6ccae2848a8ea1de3650c19aecf5d37
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Revert "test: skip `alternative constraints` behavior test on LoongArch"

This reverts commit f90548e74063cd1d6ac6885ee9f6521359cde8cf. The bug was fixed in LLVM 22.

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

test/behavior/asm.zig-1
......@@ -67,7 +67,6 @@ 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
7170
7271 if (builtin.zig_backend == .stage2_c and builtin.os.tag == .windows) return error.SkipZigTest; // MSVC doesn't support inline assembly
7372