zig

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

commit 67fa822300acfc173371351ff7d2e7b514f516d8 (tree)
parent 1be84a39b8489c3d14d9233c288a505b69665caf
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Mon, 19 Jan 2026 15:01:47 +0100

test: disable `switch on pointer type` behavior test with LLVM

See: https://github.com/llvm/llvm-project/issues/176634

ref https://github.com/ziglang/zig/issues/23509

Diffstat:
Mtest/behavior/switch.zig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/behavior/switch.zig b/test/behavior/switch.zig @@ -683,6 +683,7 @@ test "switch on pointer type" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest; + if (builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/176634 const S = struct { const X = struct {