Bug 1212710 - python-numpy fails on tests for armv7
Summary: python-numpy fails on tests for armv7
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Python (show other bugs)
Version: Current
Hardware: armv7 Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Daniel Garcia
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-26 08:05 UTC by Guillaume GARDET
Modified: 2023-09-04 07:01 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.