This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients MrJean1, loewis, mark.dickinson, skip.montanaro, terry.reedy
Date 2008-06-28.22:04:49
SpamBayes Score 5.1489507e-05
Marked as misclassified No
Message-id <1214690692.5.0.883522587961.issue3167@psf.upfronthosting.co.za>
In-reply-to
Content
Dunno about Sun's compiler, but I get test errors on Solaris 10 using 
gcc 4.2:

======================================================================
FAIL: test_specific_values (test.test_cmath.CMathTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tuba/skipm/src/python-svn/trunk/Lib/test/test_cmath.py", 
line 338, in test_specific_values
    self.fail('OverflowError not raised in test %s' % test_str)
AssertionError: OverflowError not raised in test exp0052: 
exp(complex(710.0, 1.5))

----------------------------------------------------------------------
Ran 11 tests in 0.067s

FAILED (failures=1)
test test_cmath failed -- Traceback (most recent call last):
  File "/home/tuba/skipm/src/python-svn/trunk/Lib/test/test_cmath.py", 
line 338, in test_specific_values
    self.fail('OverflowError not raised in test %s' % test_str)
AssertionError: OverflowError not raised in test exp0052: 
exp(complex(710.0, 1.5))

======================================================================
FAIL: testLog (test.test_math.MathTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tuba/skipm/src/python-svn/trunk/Lib/test/test_math.py", 
line 419, in testLog
    self.assertRaises(ValueError, math.log, NINF)
AssertionError: ValueError not raised

======================================================================
FAIL: testLog10 (test.test_math.MathTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tuba/skipm/src/python-svn/trunk/Lib/test/test_math.py", 
line 441, in testLog10
    self.assertRaises(ValueError, math.log10, NINF)
AssertionError: ValueError not raised
History
Date User Action Args
2008-06-28 22:04:52skip.montanarosetspambayes_score: 5.14895e-05 -> 5.1489507e-05
recipients: + skip.montanaro, loewis, terry.reedy, mark.dickinson, MrJean1
2008-06-28 22:04:52skip.montanarosetspambayes_score: 5.14895e-05 -> 5.14895e-05
messageid: <1214690692.5.0.883522587961.issue3167@psf.upfronthosting.co.za>
2008-06-28 22:04:50skip.montanarolinkissue3167 messages
2008-06-28 22:04:50skip.montanarocreate