Ignore harmless test failures on 32-bit architectures (again)

epel9
Fabio Valentini 2 years ago
parent b41cb6a151
commit 23cf897f98
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -427,8 +427,14 @@ use the "unicode-word-boundary" feature of the "%{crate}" crate.
%check
# * integration tests can only be run in-tree
%cargo_test -- --lib
%ifarch %{ix86}
# * ignore harmless test failures on 32-bit architectures:
# https://github.com/rust-lang/regex/issues/1039
%cargo_test -- --doc -- --skip dfa::dense::Config::determinize_size_limit --skip util::captures::Captures::get_group
%else
%cargo_test -- --doc
%endif
%endif
%changelog
%autochangelog

Loading…
Cancel
Save