mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
test: disable an error trace test on optimized x86_64-freebsd and loongarch64-linux
This commit is contained in:
parent
b64535e3c8
commit
43806cf0bd
1 changed files with 2 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue