Skip to content

Commit

Permalink
remove test --skip that references a long-closed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung authored and Amanieu committed Nov 10, 2024
1 parent 74d3956 commit bd9c4dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ cargo_test() {
powerpc64*)
cmd="$cmd --skip test_vec_lde_u16 --skip test_vec_lde_u32 --skip test_vec_expte"
;;
# Miscompilation: https://github.com/rust-lang/rust/issues/112460
arm*)
cmd="$cmd --skip vld2q_dup_f32"
;;
esac

if [ "$SKIP_TESTS" != "" ]; then
Expand Down

0 comments on commit bd9c4dc

Please sign in to comment.