[issue10337] testTanh() of test_math fails on "NetBSD 5 i386 3.x"

STINNER Victor report at bugs.python.org
Sat Nov 6 12:05:15 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

test_cmath does also fail:

http://www.python.org/dev/buildbot/builders/NetBSD%205%20i386%203.x/builds/237/steps/test/logs/stdio
======================================================================
FAIL: test_specific_values (test.test_cmath.CMathTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.smith-netbsd-i386/build/Lib/test/test_cmath.py", line 348, in test_specific_values
    msg=error_message)
  File "/home/buildbot/buildarea/3.x.smith-netbsd-i386/build/Lib/test/test_cmath.py", line 94, in rAssertAlmostEqual
    'got {!r}'.format(a, b))
AssertionError: tanh0002: tanh(complex(-0.0, 0.0))
Expected: complex(-0.0, 0.0)
Received: complex(0.0, 0.0)
Received value insufficiently close to expected value.

----------------------------------------------------------------------

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10337>
_______________________________________


More information about the Python-bugs-list mailing list