diff options
| author | Ralf Jung <post@ralfj.de> | 2024-11-10 14:26:11 +0100 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2024-11-10 21:49:11 +0800 |
| commit | 2d925a2908a69b68c5c4b7e575896e3677e4bb90 (patch) | |
| tree | b0025ccf8b788608b5b402ccac7b9a1bd11729be | |
| parent | 4c6bf3801f418d4955c6642d035d6473ea383c89 (diff) | |
| download | rust-2d925a2908a69b68c5c4b7e575896e3677e4bb90.tar.gz rust-2d925a2908a69b68c5c4b7e575896e3677e4bb90.zip | |
remove test --skip that references a long-closed issue
| -rwxr-xr-x | library/stdarch/ci/run.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/stdarch/ci/run.sh b/library/stdarch/ci/run.sh index eb42a0ddaa9..dc9fe296dc9 100755 --- a/library/stdarch/ci/run.sh +++ b/library/stdarch/ci/run.sh @@ -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 |
