Skip to content

Commit 536212d

Browse files
committed
Disable vld2q_dup_f32 test in CI
This is broken due to rust-lang/rust#112460.
1 parent 2320af9 commit 536212d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ cargo_test() {
7676
# qemu has an erratic behavior on those tests
7777
powerpc64*)
7878
cmd="$cmd --skip test_vec_lde_u16 --skip test_vec_lde_u32 --skip test_vec_expte"
79+
;;
80+
# Miscompilation: https://github.com/rust-lang/rust/issues/112460
81+
arm*)
82+
cmd="$cmd --skip vld2q_dup_f32"
83+
;;
7984
esac
8085

8186
if [ "$SKIP_TESTS" != "" ]; then

0 commit comments

Comments
 (0)