From bb46709762ab081e1b36eef8e75a5d2d3b09ba24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 7 Jan 2026 05:42:35 +0100 Subject: [PATCH] test: disable an error trace test on optimized x86_64-openbsd --- test/error_traces.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/test/error_traces.zig b/test/error_traces.zig index 9f1bcd027b..ef33a458c6 100644 --- a/test/error_traces.zig +++ b/test/error_traces.zig @@ -439,6 +439,7 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void { .{ .powerpc64le, .linux }, .{ .riscv64, .linux }, .{ .s390x, .linux }, + .{ .x86_64, .openbsd }, .{ .x86_64, .windows }, .{ .x86, .windows }, .{ .x86_64, .macos },