Skip to content

Commit 4b1edad

Browse files
nektroVexu
authored andcommitted
test: reenable some behavior vector tests
1 parent 1ddd069 commit 4b1edad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/behavior/vector.zig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -717,19 +717,14 @@ test "vector shift operators" {
717717
};
718718

719719
switch (builtin.target.cpu.arch) {
720-
.x86,
721-
.aarch64,
722720
.aarch64_be,
723721
.aarch64_32,
724-
.arm,
725722
.armeb,
726723
.thumb,
727724
.thumbeb,
728725
.mips,
729-
.mipsel,
730726
.mips64,
731727
.mips64el,
732-
.riscv64,
733728
.sparc64,
734729
=> {
735730
// LLVM miscompiles on this architecture

0 commit comments

Comments
 (0)