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

This commit is contained in:
Alex Rønne Petersen 2025-10-01 01:01:34 +02:00
parent b64535e3c8
commit 43806cf0bd
No known key found for this signature in database

View file

@ -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 },