authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-19 15:01:47+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-25 21:54:48+02:00
log67fa822300acfc173371351ff7d2e7b514f516d8
treeefe30367ccc1bea251d3adabd70d5aae25fa87e6
parent1be84a39b8489c3d14d9233c288a505b69665caf
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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

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

test/behavior/switch.zig+1
...@@ -683,6 +683,7 @@ test "switch on pointer type" {...@@ -683,6 +683,7 @@ test "switch on pointer type" {
683 if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;683 if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
684 if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO684 if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
685 if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest;685 if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest;
686 if (builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/176634
686687
687 const S = struct {688 const S = struct {
688 const X = struct {689 const X = struct {