From e742cd26a546bc84232d5195261c08ed9229cbf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 21 Oct 2022 18:52:39 +0200 Subject: [PATCH] Skip more tests on i686, they are too big --- numpy.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/numpy.spec b/numpy.spec index 51b7793..2b7d9af 100644 --- a/numpy.spec +++ b/numpy.spec @@ -153,8 +153,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch} # test_ppc64_ibm_double_double128 is unnecessary now that ppc64le has switched long doubles to IEEE format. # https://github.com/numpy/numpy/issues/21094 %ifarch %{ix86} -# Weird RuntimeWarnings on i686, siilar to https://github.com/numpy/numpy/issues/13173 -%global ix86_k and not test_vector_matrix_values and not test_matrix_vector_values +# Weird RuntimeWarnings on i686, similar to https://github.com/numpy/numpy/issues/13173 +# Some tests also overflow on 32bit +%global ix86_k and not test_vector_matrix_values and not test_matrix_vector_values and not test_identityless_reduction_huge_array and not (TestKind and test_all) %endif python3 runtests.py --no-build -- -ra -k 'not test_ppc64_ibm_double_double128 %{?ix86_k}' %endif