Skip to content

Commit bd9c4dc

Browse files
RalfJungAmanieu
authored andcommitted
remove test --skip that references a long-closed issue
1 parent 74d3956 commit bd9c4dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/run.sh

-4
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ cargo_test() {
8686
powerpc64*)
8787
cmd="$cmd --skip test_vec_lde_u16 --skip test_vec_lde_u32 --skip test_vec_expte"
8888
;;
89-
# Miscompilation: https://github.com/rust-lang/rust/issues/112460
90-
arm*)
91-
cmd="$cmd --skip vld2q_dup_f32"
92-
;;
9389
esac
9490

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

0 commit comments

Comments
 (0)