zig

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

commit 016255ad0967cb34d080f6e6421c822dd7fde0e9 (tree)
parent c71d32d14a49eaf74fccbf83a208b9aa78dc6fdb
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Thu, 15 Jan 2026 06:55:25 +0100

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

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 @@ -432,6 +432,7 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void { , .disable_trace_optimized = &.{ .{ .x86_64, .freebsd }, + .{ .x86_64, .netbsd }, .{ .x86_64, .linux }, .{ .x86, .linux }, .{ .aarch64, .linux },