From 43806cf0bd786827367ed3c2680ffee2e9ad4ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 1 Oct 2025 01:01:34 +0200 Subject: [PATCH] test: disable an error trace test on optimized x86_64-freebsd and loongarch64-linux --- test/error_traces.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/error_traces.zig b/test/error_traces.zig index d30a1b6e58..3ec6e95f84 100644 --- 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 },