[New-bugs-announce] [issue18513] test.cmath fails on OS/X with gcc-4.8 in non-debug build

Raymond Hettinger report at bugs.python.org
Sat Jul 20 10:22:09 CEST 2013


New submission from Raymond Hettinger:

======================================================================
FAIL: test_specific_values (__main__.CMathTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/raymondhettinger/cpython/Lib/test/test_cmath.py", line 382, in test_specific_values
    msg=error_message)
  File "/Users/raymondhettinger/cpython/Lib/test/test_cmath.py", line 128, in rAssertAlmostEqual
    'got {!r}'.format(a, b))
AssertionError: rect1017: rect(complex(0.0, -0.0))
Expected: complex(0.0, -0.0)
Received: complex(0.0, 0.0)
Received value insufficiently close to expected value.

----------
assignee: mark.dickinson
components: Extension Modules
messages: 193402
nosy: mark.dickinson, rhettinger
priority: normal
severity: normal
status: open
title: test.cmath fails on OS/X with gcc-4.8 in non-debug build
type: behavior
versions: Python 3.4

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


More information about the New-bugs-announce mailing list