Commit 43806cf0bd

Alex Rønne Petersen <alex@alexrp.com>
2025-10-01 01:01:34
test: disable an error trace test on optimized x86_64-freebsd and loongarch64-linux
1 parent b64535e
Changed files (1)
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 },