Message9294

Author zyasoft
Recipients jeff.allen, zyasoft
Date 2015-01-04.17:43:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420393418.99.0.858922191702.issue2237@psf.upfronthosting.co.za>
In-reply-to
Content
On both OSX 10.10.1 and Ubuntu 14.10:

ERROR: test_abs (__main__.CMathTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "dist/Lib/test/test_cmath.py", line 450, in test_abs
    self.assertEqual(abs(complex(1.4e308, 1.4e308)), INF)
OverflowError: absolute value too large

----------------------------------------------------------------------
Ran 11 tests in 0.125s

FAILED (errors=1, skipped=1)
Traceback (most recent call last):
  File "dist/Lib/test/test_cmath.py", line 494, in <module>
    test_main()
  File "dist/Lib/test/test_cmath.py", line 491, in test_main
    run_unittest(CMathTests)
  File "/Users/jbaker/jythondev/jython27/dist/Lib/test/test_support.py", line 1274, in run_unittest
    _run_suite(suite)
  File "/Users/jbaker/jythondev/jython27/dist/Lib/test/test_support.py", line 1257, in _run_suite
    raise TestFailed(err)
test.test_support.TestFailed: Traceback (most recent call last):
  File "dist/Lib/test/test_cmath.py", line 450, in test_abs
    self.assertEqual(abs(complex(1.4e308, 1.4e308)), INF)
OverflowError: absolute value too large
History
Date User Action Args
2015-01-04 17:43:38zyasoftsetmessageid: <1420393418.99.0.858922191702.issue2237@psf.upfronthosting.co.za>
2015-01-04 17:43:38zyasoftsetrecipients: + zyasoft, jeff.allen
2015-01-04 17:43:38zyasoftlinkissue2237 messages
2015-01-04 17:43:38zyasoftcreate