| ... | @@ -3129,6 +3129,7 @@ test "std.zon free on error" { | ... | @@ -3129,6 +3129,7 @@ test "std.zon free on error" { |
| 3129 | | 3129 | |
| 3130 | test "std.zon vector" { | 3130 | test "std.zon vector" { |
| 3131 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/15330 | 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 | const gpa = std.testing.allocator; | 3134 | const gpa = std.testing.allocator; |
| 3134 | | 3135 | |