mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
std.zon.parse: disable zon vector on s390x
https://github.com/ziglang/zig/issues/25957
This commit is contained in:
parent
c82884542f
commit
e179335bee
1 changed files with 1 additions and 0 deletions
|
|
@ -3129,6 +3129,7 @@ test "std.zon free on error" {
|
|||
|
||||
test "std.zon vector" {
|
||||
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/15330
|
||||
if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch == .s390x) return error.SkipZigTest; // github.com/ziglang/zig/issues/25957
|
||||
|
||||
const gpa = std.testing.allocator;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue