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:54:25
SpamBayes Score 0.003434685
Marked as misclassified No
Message-id <1214085277.51.0.978703410568.issue3168@psf.upfronthosting.co.za>
In-reply-to
Content
There is on cmath test failure with 64-bit Python 2.6b1 and 3.0b1 on 
Solaris 10.  The failure does not occur in the 32-bit builds.

All builds are compiled with Sun's C compiler using the same options 
(except -xtarget=native vs -xtarget=native64).


======================================================================
FAIL: test_cmath_matches_math (__main__.CMathTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_cmath.py", line 294, in test_cmath_matches_math
    self.rAssertAlmostEqual(math.log(v, base), z.real)
  File "Lib/test/test_cmath.py", line 128, in rAssertAlmostEqual
    self.fail("%s and %s are not sufficiently close" % (repr(a), 
repr(b)))
AssertionError: 6.6438561897747244 and 0.71244141339823108 are not 
sufficiently close
History
Date User Action Args
2008-06-21 21:54:38MrJean1setspambayes_score: 0.00343469 -> 0.003434685
recipients: + MrJean1
2008-06-21 21:54:37MrJean1setspambayes_score: 0.00343469 -> 0.00343469
messageid: <1214085277.51.0.978703410568.issue3168@psf.upfronthosting.co.za>
2008-06-21 21:54:35MrJean1linkissue3168 messages
2008-06-21 21:54:30MrJean1create