test: disable an error trace test on optimized x86_64-freebsd and loongarch64-linux
1 files changed, 2 insertions(+), 0 deletions(-)
test
test/error_traces.zig+2
| ... | ... | @@ -431,9 +431,11 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void { |
| 431 | 431 | \\ ^ |
| 432 | 432 | , |
| 433 | 433 | .disable_trace_optimized = &.{ |
| 434 | .{ .x86_64, .freebsd }, |
| 434 | 435 | .{ .x86_64, .linux }, |
| 435 | 436 | .{ .x86, .linux }, |
| 436 | 437 | .{ .aarch64, .linux }, |
| 438 | .{ .loongarch64, .linux }, |
| 437 | 439 | .{ .x86_64, .windows }, |
| 438 | 440 | .{ .x86, .windows }, |
| 439 | 441 | .{ .x86_64, .macos }, |