zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 4eb8640213658185d2fb63b794560fc16d8707b6 (tree)
parent 51a6a5a2a6ccae2848a8ea1de3650c19aecf5d37
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Tue, 20 Jan 2026 00:04:39 +0100

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

This reverts commit f90548e74063cd1d6ac6885ee9f6521359cde8cf.

The bug was fixed in LLVM 22.

Diffstat:
Mtest/behavior/asm.zig | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

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