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 mark.dickinson, skip.montanaro
Date 2009-11-04.16:54:33
SpamBayes Score 2.197827e-08
Marked as misclassified No
Message-id <1257353676.15.0.809447219592.issue7251@psf.upfronthosting.co.za>
In-reply-to
Content
For 2.6.4 I get a test_float failure on Solaris as well:

test test_float failed -- Traceback (most recent call last):
 File "/home/tuba/skipm/src/python/Python-2.6.4/Lib/test/test_float.py",
line 765, in test_roundtrip
   self.identical(-x, roundtrip(-x))
 File "/home/tuba/skipm/src/python/Python-2.6.4/Lib/test/test_float.py",
line 375, in identical
   self.fail('%r not identical to %r' % (x, y))
AssertionError: -0.0 not identical to 0.0

Haven't looked at 2.7 or 3.1 yet, but it seems to fall into the same
class of test failures as the tanh(-0.0) critter.
History
Date User Action Args
2009-11-04 16:54:36skip.montanarosetrecipients: + skip.montanaro, mark.dickinson
2009-11-04 16:54:36skip.montanarosetmessageid: <1257353676.15.0.809447219592.issue7251@psf.upfronthosting.co.za>
2009-11-04 16:54:34skip.montanarolinkissue7251 messages
2009-11-04 16:54:34skip.montanarocreate