Summary: | dev-python/numpy-1.24.2: tests TestUfunc::test_identityless_reduction_huge_array and TestKind::test_all fail | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rolf Eike Beer <eike> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | python |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=707116 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Rolf Eike Beer
![]() In the ebuild, we have if use arm || use x86 ; then EPYTEST_DESELECT+=( # too large for 32-bit platforms numpy/core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_huge_array ) fi We need to extend that. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76dfbd75b4d6b2fcc0c51535c7e54393c1d705e8 commit 76dfbd75b4d6b2fcc0c51535c7e54393c1d705e8 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-05-27 09:15:23 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-05-27 09:15:31 +0000 dev-python/numpy: skip test on more 32-bit arches Bug: https://bugs.gentoo.org/907228 Bug: https://bugs.gentoo.org/328401 Signed-off-by: Sam James <sam@gentoo.org> dev-python/numpy/numpy-1.24.3.ebuild | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) TestKind::test_all still pending. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb89bb8748fea3cefee84621b15fa6d507cce1e commit eeb89bb8748fea3cefee84621b15fa6d507cce1e Author: Sam James <sam@gentoo.org> AuthorDate: 2023-07-24 00:50:05 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-07-24 00:50:22 +0000 dev-python/numpy: skip 2 more tests on hppa These two tests are the only failures: * f2py/tests/test_kind.py::TestKind::test_real * f2py/tests/test_kind.py::TestKind::test_quad_precision Both need to be taught about HPPA and its characteristics, so added a comment about how to do that & some past examples. But not a regression either. Bug: https://bugs.gentoo.org/907228 Signed-off-by: Sam James <sam@gentoo.org> dev-python/numpy/numpy-1.25.1-r2.ebuild | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) |