diff --git a/rust-futures.spec b/rust-futures.spec index 315cf26..f42bd7a 100644 --- a/rust-futures.spec +++ b/rust-futures.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of futures and streams # Upstream license specification: MIT OR Apache-2.0 @@ -226,10 +226,19 @@ which use "write-all-vectored" feature of "%{crate}" crate. %if %{with check} %check +%ifarch %{arm} %{ix86} +# ignore two test failures caused by hardcoded result expecting 64-bit pointers +# https://github.com/rust-lang/futures-rs/issues/2446 +%cargo_test -a -- -- --skip select_size --skip select_on_non_unpin_size +%else %cargo_test -a %endif +%endif %changelog +* Thu May 27 2021 Fabio Valentini - 0.3.15-2 +- Temporarily ignore two tests on 32-bit architectures. + * Thu May 27 2021 Fabio Valentini - 0.3.15-1 - Update to version 0.3.15.