authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-02-27 08:49:13+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-02-27 08:49:27+01:00
logb781615e09c53a322e3ed8d88eb3fac10259eb56
treec680fec16dc02b5b9628abbe274a9228ff040dbc
parentbbc77df3eb91b9c9dc6b334cd344670f64c4a457
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: disable an error trace test on optimized aarch64-freebsd


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

test/error_traces.zig+1
...@@ -435,6 +435,7 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void {...@@ -435,6 +435,7 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void {
435 .{ .x86_64, .netbsd },435 .{ .x86_64, .netbsd },
436 .{ .x86_64, .linux },436 .{ .x86_64, .linux },
437 .{ .x86, .linux },437 .{ .x86, .linux },
438 .{ .aarch64, .freebsd },
438 .{ .aarch64, .linux },439 .{ .aarch64, .linux },
439 .{ .loongarch64, .linux },440 .{ .loongarch64, .linux },
440 .{ .powerpc64le, .linux },441 .{ .powerpc64le, .linux },