Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Benjamin A. Beasley
ac0b91f82c Stop skipping tests; optimization bug fixed in GCC 2024-03-18 13:49:18 -04:00

View file

@ -228,17 +228,6 @@ rm -vrf src/gencoef
%check
skips='^($.'
# https://github.com/shibatch/sleef/issues/439
%ifarch x86_64 %{arm64} ppc64le s390x
skips="${skips}|iuty?purecfma_scalar"
%endif
%ifarch %{arm64} ppc64le s390x
skips="${skips}|iuty?purec_scalar"
%endif
%ifarch s390x
skips="${skips}|iuty?zvector2(nofma)?"
%endif
%if %{with dft}
# The DFT library has known test failures
# (https://github.com/shibatch/sleef/issues/214).