| author | |
| committer | |
| log | 499ad89b41df7d48ea7975ff3014534b7865e619 |
| tree | 16036294e86c484e70b6ac579d4a968a5720d05d |
| parent | 620f69c3b4cbd581726d2e1b3b1af05ef9ed9e26 |
| signature |
https://github.com/ziglang/zig/issues/220602 files changed, 2 insertions(+), 0 deletions(-)
lib/std/fmt.zig+1| ... | ... | @@ -2596,6 +2596,7 @@ test "positional/alignment/width/precision" { |
| 2596 | 2596 | } |
| 2597 | 2597 | |
| 2598 | 2598 | test "vector" { |
| 2599 | if (builtin.cpu.arch == .armeb and builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/22060 | |
| 2599 | 2600 | if (builtin.target.cpu.arch == .riscv64) { |
| 2600 | 2601 | // https://github.com/ziglang/zig/issues/4486 |
| 2601 | 2602 | return error.SkipZigTest; |
lib/std/simd.zig+1| ... | ... | @@ -462,6 +462,7 @@ pub fn prefixScan(comptime op: std.builtin.ReduceOp, comptime hop: isize, vec: a |
| 462 | 462 | |
| 463 | 463 | test "vector prefix scan" { |
| 464 | 464 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; |
| 465 | if (builtin.cpu.arch == .armeb and builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/22060 | |
| 465 | 466 | if (builtin.cpu.arch == .aarch64_be and builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/21893 |
| 466 | 467 | |
| 467 | 468 | if (comptime builtin.cpu.arch.isMIPS()) { |