| author | |
| committer | |
| log | e179335beec2ddfb515a2d3db44f24ec6771ada3 |
| tree | 44fa6e51eee2a7165c481082fc98d4772e02079b |
| parent | c82884542f4fdaae7c88245e31362745fb111f38 |
| signature |
https://github.com/ziglang/zig/issues/259571 files changed, 1 insertions(+), 0 deletions(-)
lib/std/zon/parse.zig+1| ... | ... | @@ -3129,6 +3129,7 @@ test "std.zon free on error" { |
| 3129 | 3129 | |
| 3130 | 3130 | test "std.zon vector" { |
| 3131 | 3131 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/15330 |
| 3132 | if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch == .s390x) return error.SkipZigTest; // github.com/ziglang/zig/issues/25957 | |
| 3132 | 3133 | |
| 3133 | 3134 | const gpa = std.testing.allocator; |
| 3134 | 3135 |