authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-17 18:38:20+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-19 01:42:45+01:00
log41f7f3d4d55f93c15796f73d1be9e2ec00e54644
tree541a09bc1550cc5b05d74706e68068960f23ac4a
parent0d104a645a105be616d4579afe47d52e51d0b1aa
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: disable an error trace test on optimized s390x-linux


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

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