mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-07 23:04:34 +01:00
test: disable an error trace test on optimized aarch64-netbsd
This commit is contained in:
parent
e58fea8227
commit
f75e4027bd
1 changed files with 1 additions and 0 deletions
|
|
@ -436,6 +436,7 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void {
|
||||||
.{ .x86_64, .linux },
|
.{ .x86_64, .linux },
|
||||||
.{ .x86, .linux },
|
.{ .x86, .linux },
|
||||||
.{ .aarch64, .freebsd },
|
.{ .aarch64, .freebsd },
|
||||||
|
.{ .aarch64, .netbsd },
|
||||||
.{ .aarch64, .linux },
|
.{ .aarch64, .linux },
|
||||||
.{ .loongarch64, .linux },
|
.{ .loongarch64, .linux },
|
||||||
.{ .powerpc64le, .linux },
|
.{ .powerpc64le, .linux },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue