authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-11 19:29:16+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-16 06:22:46+01:00
logf36949ead358e2fa4430454e15685e60e6bd07f5
tree0ac2d2df7141dfe36e9c114a9ed7fcefa4f9b922
parentd5e3c8a2aaeda1509ef08623be7c772cb53433c9
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: disable an error trace test on optimized powerpc64le


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

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