authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-07 05:42:35+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-07 05:42:49+01:00
logbb46709762ab081e1b36eef8e75a5d2d3b09ba24
tree98ee96b24f91507d29fb369d28f8d3866fb097a8
parent9db475de70fb7a91fefbf32a6da170f93cc17dbc
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: disable an error trace test on optimized x86_64-openbsd


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

test/error_traces.zig+1
...@@ -439,6 +439,7 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void {...@@ -439,6 +439,7 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void {
439 .{ .powerpc64le, .linux },439 .{ .powerpc64le, .linux },
440 .{ .riscv64, .linux },440 .{ .riscv64, .linux },
441 .{ .s390x, .linux },441 .{ .s390x, .linux },
442 .{ .x86_64, .openbsd },
442 .{ .x86_64, .windows },443 .{ .x86_64, .windows },
443 .{ .x86, .windows },444 .{ .x86, .windows },
444 .{ .x86_64, .macos },445 .{ .x86_64, .macos },