| author | |
| committer | |
| log | 5c128a899057aadbb175c5a22ec840ee2276b0d7 |
| tree | 3cb28f1eec59b575a8acd5e2c89f3f8244151efd |
| parent | f29bdd6746691d0a547140e435056a000419480f |
| signature |
Closes #4951.1 files changed, 0 insertions(+), 17 deletions(-)
test/behavior/vector.zig-17| ... | ... | @@ -743,23 +743,6 @@ test "vector shift operators" { |
| 743 | 743 | } |
| 744 | 744 | }; |
| 745 | 745 | |
| 746 | switch (builtin.target.cpu.arch) { | |
| 747 | .aarch64_be, | |
| 748 | .armeb, | |
| 749 | .thumb, | |
| 750 | .thumbeb, | |
| 751 | .mips, | |
| 752 | .mips64, | |
| 753 | .mips64el, | |
| 754 | .sparc64, | |
| 755 | => { | |
| 756 | // LLVM miscompiles on this architecture | |
| 757 | // https://github.com/ziglang/zig/issues/4951 | |
| 758 | return error.SkipZigTest; | |
| 759 | }, | |
| 760 | else => {}, | |
| 761 | } | |
| 762 | ||
| 763 | 746 | try S.doTheTest(); |
| 764 | 747 | try comptime S.doTheTest(); |
| 765 | 748 | } |