Bug 1212710

Summary: python-numpy fails on tests for armv7
Product: [openSUSE] openSUSE Tumbleweed Reporter: Guillaume GARDET <guillaume.gardet>
Component: PythonAssignee: Daniel Garcia <daniel.garcia>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: daniel.garcia, dmueller
Version: Current   
Target Milestone: ---   
Hardware: armv7   
OS: Other   
See Also: https://github.com/numpy/numpy/issues/24001
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Guillaume GARDET 2023-06-26 08:05:54 UTC
python-numpy fails on tests for armv7.

Full log: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:ARM/python-numpy/standard/armv7l

Short log:
[ 4409s] =========================== short test summary info ============================
[ 4409s] FAILED core/tests/test_cpu_features.py::Test_ARM_Features::test_features - As...
[ 4409s] FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-sqrt]
[ 4409s] FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-sqrt]
[ 4409s] FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-sqrt]
[ 4409s] FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-sqrt]
[ 4409s] FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-sqrt]
[ 4409s] FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-sqrt]
[ 4409s] = 7 failed, 26908 passed, 1220 skipped, 35 xfailed, 3 xpassed in 679.72s (0:11:19) =
Comment 1 Daniel Garcia 2023-06-27 12:34:02 UTC
Let's add here the upstream report so we can track easily: https://github.com/numpy/numpy/issues/24001
Comment 2 Daniel Garcia 2023-08-16 11:34:41 UTC
With the latest version of numpy there are different tests failing for armv7l, but it looks like it's because of 32bits, so it's safe to skip them.

I've created a new request that should fix all the problems for armv7l: https://build.opensuse.org/request/show/1104160
Comment 3 OBSbugzilla Bot 2023-08-17 06:45:02 UTC
This is an autogenerated message for OBS integration:
This bug (1212710) was mentioned in
https://build.opensuse.org/request/show/1104294 Factory / python-numpy
Comment 4 Daniel Garcia 2023-09-04 07:01:15 UTC
Everything is working now.