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 MrJean1
Recipients MrJean1
Date 2008-06-21.21:47:13
SpamBayes Score 0.007985331
Marked as misclassified No
Message-id <1214084843.86.0.546906644926.issue3167@psf.upfronthosting.co.za>
In-reply-to
Content
There are 2 math test failures with 32-bit Python 2.6b1 and 3.0b1 on 
Solaris 10 both built with Sun's C compiler.  The failures do *not* 
occur for the 64-bit builds.  The same compiler options are used for all 
these builds (except -xtarget=native vs -xtarget=native64).
 

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

======================================================================
FAIL: testLog10 (__main__.MathTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "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-21 21:47:26MrJean1setspambayes_score: 0.00798533 -> 0.007985331
recipients: + MrJean1
2008-06-21 21:47:23MrJean1setspambayes_score: 0.00798533 -> 0.00798533
messageid: <1214084843.86.0.546906644926.issue3167@psf.upfronthosting.co.za>
2008-06-21 21:47:19MrJean1linkissue3167 messages
2008-06-21 21:47:15MrJean1create