On Tue, May 8, 2012 at 3:23 PM, Derek Homeier < [email protected]> wrote:
> On 06.05.2012, at 8:16AM, Paul Anton Letnes wrote: > > > All tests for 1.6.2rc1 pass on > > Mac OS X 10.7.3 > > python 2.7.2 > > gcc 4.2 (Apple) > > Passing as well on 10.6 x86_64 and on 10.5.8 ppc with > python 2.5.6/2.6.6/2.7.2 Apple gcc 4.0.1, > but I am getting one failure on Lion (same with Python 2.5.6+2.6.7): > > Python version 2.7.3 (default, May 6 2012, 15:05:35) [GCC 4.2.1 > Compatible Apple Clang 3.0 (tags/Apple/clang-211.12)] > nose version 1.1.2 > ====================================================================== > FAIL: Test basic arithmetic function errors > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/sw/lib/python2.7/site-packages/numpy/testing/decorators.py", line > 215, in knownfailer > return f(*args, **kwargs) > File "/sw/lib/python2.7/site-packages/numpy/core/tests/test_numeric.py", > line 323, in test_floating_exceptions > lambda a,b:a*b, ft_tiny, ft_tiny) > File "/sw/lib/python2.7/site-packages/numpy/core/tests/test_numeric.py", > line 271, in assert_raises_fpe > "Type %s did not raise fpe error '%s'." % (ftype, fpeerr)) > File "/sw/lib/python2.7/site-packages/numpy/testing/utils.py", line 34, > in assert_ > raise AssertionError(msg) > AssertionError: Type <type 'numpy.complex64'> did not raise fpe error ''. > "test_floating_exceptions" and "test_floating_exceptions_power" keep on failing on a number of different platform/compiler combinations. It's http://projects.scipy.org/numpy/ticket/1755. It's quite hard to find the issue. I propose to just mark these as knownfail unconditionally in both 1.6.x and master. Ralf
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
