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 flox
Recipients flox, mark.dickinson
Date 2010-03-30.10:52:44
SpamBayes Score 1.5461168e-05
Marked as misclassified No
Message-id <1269946366.65.0.0501186219601.issue8265@psf.upfronthosting.co.za>
In-reply-to
Content
All the ARM Linux EABI buildbots fail on the same test.

http://www.python.org/dev/buildbot/all/builders/ARM%20Linux%20EABI%202.6/builds/5

test_float
test test_float failed -- Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/2.6.klose-linux-armeabi/build/Lib/test/test_float.py", line 665, in test_from_hex
    self.identical(fromHex('0x0.ffffffffffffd6p-1022'), MIN-3*TINY)
  File "/home/pybot/buildarea-armeabi/2.6.klose-linux-armeabi/build/Lib/test/test_float.py", line 375, in identical
    self.fail('%r not identical to %r' % (x, y))
AssertionError: 2.2250738585071999e-308 not identical to 2.2250738585071984e-308
History
Date User Action Args
2010-03-30 10:52:46floxsetrecipients: + flox, mark.dickinson
2010-03-30 10:52:46floxsetmessageid: <1269946366.65.0.0501186219601.issue8265@psf.upfronthosting.co.za>
2010-03-30 10:52:45floxlinkissue8265 messages
2010-03-30 10:52:44floxcreate