zig

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

commit 43806cf0bd786827367ed3c2680ffee2e9ad4ded (tree)
parent b64535e3c8770db9bf314fc14d1b2b276b864f72
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Wed,  1 Oct 2025 01:01:34 +0200

test: disable an error trace test on optimized x86_64-freebsd and loongarch64-linux

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

diff --git a/test/error_traces.zig b/test/error_traces.zig @@ -431,9 +431,11 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void { \\ ^ , .disable_trace_optimized = &.{ + .{ .x86_64, .freebsd }, .{ .x86_64, .linux }, .{ .x86, .linux }, .{ .aarch64, .linux }, + .{ .loongarch64, .linux }, .{ .x86_64, .windows }, .{ .x86, .windows }, .{ .x86_64, .macos },