temporarily ignore two tests on 32-bit architectures

epel9
Fabio Valentini 4 years ago
parent 2ba959fe5a
commit 5f331381d4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.15 Version: 0.3.15
Release: 1%{?dist} Release: 2%{?dist}
Summary: Implementation of futures and streams Summary: Implementation of futures and streams
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -226,10 +226,19 @@ which use "write-all-vectored" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%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 %cargo_test -a
%endif %endif
%endif
%changelog %changelog
* Thu May 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.15-2
- Temporarily ignore two tests on 32-bit architectures.
* Thu May 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.15-1 * Thu May 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.15-1
- Update to version 0.3.15. - Update to version 0.3.15.

Loading…
Cancel
Save