Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573848 - =dev-python/numpy-1.10.4 tests fail on arm
Summary: =dev-python/numpy-1.10.4 tests fail on arm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: https://github.com/numpy/numpy/issues...
Whiteboard:
Keywords:
Depends on:
Blocks: 572858
  Show dependency tree
 
Reported: 2016-02-04 18:20 UTC by Rick Farina (Zero_Chaos)
Modified: 2020-08-01 17:59 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Farina (Zero_Chaos) gentoo-dev 2016-02-04 18:20:50 UTC
======================================================================
FAIL: test_numeric.TestRequire.test_require_each('A', 'c16', array([[ 0.,  0.],
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/numpy-1.10.4/work/numpy-1.10.4-python3_4/build/test/lib/numpy/core/tests/test_numeric.py", line 2135, in set_and_check_flag
    assert_(b.flags[flag])
  File "/var/tmp/portage/dev-python/numpy-1.10.4/work/numpy-1.10.4-python3_4/build/test/lib/numpy/testing/utils.py", line 53, in assert_
    raise AssertionError(smsg)
AssertionError

======================================================================
FAIL: test_numeric.TestRequire.test_require_each('ALIGNED', 'c16', array([[ 0.,  0.],
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/numpy-1.10.4/work/numpy-1.10.4-python3_4/build/test/lib/numpy/core/tests/test_numeric.py", line 2135, in set_and_check_flag
    assert_(b.flags[flag])
  File "/var/tmp/portage/dev-python/numpy-1.10.4/work/numpy-1.10.4-python3_4/build/test/lib/numpy/testing/utils.py", line 53, in assert_
    raise AssertionError(smsg)
AssertionError

======================================================================
FAIL: test_numeric.TestRequire.test_require_each('A', 'c16', array([[0, 0],
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/numpy-1.10.4/work/numpy-1.10.4-python3_4/build/test/lib/numpy/core/tests/test_numeric.py", line 2135, in set_and_check_flag
    assert_(b.flags[flag])
  File "/var/tmp/portage/dev-python/numpy-1.10.4/work/numpy-1.10.4-python3_4/build/test/lib/numpy/testing/utils.py", line 53, in assert_
    raise AssertionError(smsg)
AssertionError

======================================================================
FAIL: test_numeric.TestRequire.test_require_each('ALIGNED', 'c16', array([[0, 0],
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/numpy-1.10.4/work/numpy-1.10.4-python3_4/build/test/lib/numpy/core/tests/test_numeric.py", line 2135, in set_and_check_flag
    assert_(b.flags[flag])
  File "/var/tmp/portage/dev-python/numpy-1.10.4/work/numpy-1.10.4-python3_4/build/test/lib/numpy/testing/utils.py", line 53, in assert_
    raise AssertionError(smsg)
AssertionError

----------------------------------------------------------------------
Ran 6089 tests in 467.392s

FAILED (KNOWNFAIL=4, SKIP=4, failures=4)
Running unit tests for numpy
NumPy version 1.10.4
NumPy relaxed strides checking option: False
NumPy is installed in /var/tmp/portage/dev-python/numpy-1.10.4/work/numpy-1.10.4-python3_4/build/test/lib/numpy
Python version 3.4.3 (default, Jan  4 2016, 03:02:50) [GCC 4.7.4]
nose version 1.3.7
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2016-02-04 19:45:30 UTC
Rick, could do me a favour and report this upstream?
Comment 2 Rick Farina (Zero_Chaos) gentoo-dev 2016-02-04 20:01:50 UTC
(In reply to Justin Lecher from comment #1)
> Rick, could do me a favour and report this upstream?

I would if I could figure out how.  The sourceforge mailing list?  I can't find a bug tracker anywhere.
Comment 3 Jonas Stein gentoo-dev 2019-12-01 12:45:24 UTC
"Closing, we now test arm on CI. If there is a case where a certain combination of compiler and hardware causes a failure please open a new issue with all the details" https://github.com/numpy/numpy/issues/7188#issuecomment-489914458
Can we close as fixed?
Comment 4 David Denoncin 2020-08-01 17:59:56 UTC
Closing as fixed upstream. Version in tree are stable.