zig

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

commit f75e4027bdb92f6aba265bc1c8d39bea25624016 (tree)
parent e58fea8227828c0653d687b3baac785ae0564bcd
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Sun,  1 Mar 2026 19:24:52 +0100

test: disable an error trace test on optimized aarch64-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 @@ -436,6 +436,7 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void { .{ .x86_64, .linux }, .{ .x86, .linux }, .{ .aarch64, .freebsd }, + .{ .aarch64, .netbsd }, .{ .aarch64, .linux }, .{ .loongarch64, .linux }, .{ .powerpc64le, .linux },