commit 41f7f3d4d55f93c15796f73d1be9e2ec00e54644 (tree)
parent 0d104a645a105be616d4579afe47d52e51d0b1aa
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Mon, 17 Nov 2025 18:38:20 +0100
test: disable an error trace test on optimized s390x-linux
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test/error_traces.zig b/test/error_traces.zig
@@ -437,6 +437,7 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void {
.{ .aarch64, .linux },
.{ .loongarch64, .linux },
.{ .riscv64, .linux },
+ .{ .s390x, .linux },
.{ .x86_64, .windows },
.{ .x86, .windows },
.{ .x86_64, .macos },