From 7e0e5ecb7558db516cc249a8f82a9268469c2e48 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 3 Sep 2022 09:26:01 +0200 Subject: [PATCH] - note failing tests --- python3-numpy.spec | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/python3-numpy.spec b/python3-numpy.spec index e68fe4b..ed90237 100644 --- a/python3-numpy.spec +++ b/python3-numpy.spec @@ -1,3 +1,12 @@ +# TODO: failing tests with 32-bit ABIs: +# - i686: +# FAILED numpy/core/tests/test_mem_policy.py::test_new_policy - AssertionError:... +# FAILED numpy/core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_huge_array +# FAILED numpy/core/tests/test_umath.py::TestRemainder::test_float_remainder_overflow +# FAILED numpy/random/tests/test_generator_mt19937.py::TestRandomDist::test_pareto +# - x32: +# Fatal Python error: Segmentation fault +# File ".../BUILD/numpy-1.22.2/build/testenv/libx32/python3.10/site-packages/numpy/random/tests/test_direct.py", line 250 in test_pickle # # Conditional build: %bcond_without tests # unit tests -- 2.43.0