zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit bb46709762ab081e1b36eef8e75a5d2d3b09ba24 (tree)
parent 9db475de70fb7a91fefbf32a6da170f93cc17dbc
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Wed,  7 Jan 2026 05:42:35 +0100

test: disable an error trace test on optimized x86_64-openbsd

Diffstat:
Mtest/error_traces.zig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 },