Skip to content

Commit 7c85dc4

Browse files
committed
test: Disable error union switch with call operand (ReleaseSafe) on macos.
This started failing in LLVM 20: test +- test-stack-traces +- check error union switch with call operand (ReleaseSafe llvm) failure error: ========= expected this stdout: ========= error: TheSkyIsFalling source.zig:3:5: [address] in [function] return error.TheSkyIsFalling; ^ ========= but found: ==================== error: TheSkyIsFalling source.zig:13:27: [address] in [function] error.NonFatal => return, ^
1 parent 4b360a1 commit 7c85dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/stack_traces.zig

+1
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
839839
.exclude_os = &.{
840840
.windows, // TODO
841841
.linux, // defeated by aggressive inlining
842+
.macos, // Broken in LLVM 20.
842843
},
843844
.expect =
844845
\\error: TheSkyIsFalling

0 commit comments

Comments
 (0)