mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
test: disable an error trace test on optimized s390x-linux
This commit is contained in:
parent
0d104a645a
commit
41f7f3d4d5
1 changed files with 1 additions and 0 deletions
|
|
@ -437,6 +437,7 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void {
|
||||||
.{ .aarch64, .linux },
|
.{ .aarch64, .linux },
|
||||||
.{ .loongarch64, .linux },
|
.{ .loongarch64, .linux },
|
||||||
.{ .riscv64, .linux },
|
.{ .riscv64, .linux },
|
||||||
|
.{ .s390x, .linux },
|
||||||
.{ .x86_64, .windows },
|
.{ .x86_64, .windows },
|
||||||
.{ .x86, .windows },
|
.{ .x86, .windows },
|
||||||
.{ .x86_64, .macos },
|
.{ .x86_64, .macos },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue