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 pitrou
Recipients pitrou
Date 2008-08-21.13:18:34
SpamBayes Score 1.3928071e-06
Marked as misclassified No
Message-id <1219324715.21.0.0788061296903.issue3633@psf.upfronthosting.co.za>
In-reply-to
Content
This is a failure that seems to occur quite often (always?) on the
Solaris buildbot:

======================================================================
FAIL: test_invalid_inputs (test.test_float.HexFloatTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home2/buildbot/slave/3.0.loewis-sun/build/Lib/test/test_float.py",
line 451, in test_invalid_inputs
    self.assertRaises(ValueError, fromHex, x)
AssertionError: ValueError not raised by fromhex

----------------------------------------------------------------------
History
Date User Action Args
2008-08-21 13:18:35pitrousetrecipients: + pitrou
2008-08-21 13:18:35pitrousetmessageid: <1219324715.21.0.0788061296903.issue3633@psf.upfronthosting.co.za>
2008-08-21 13:18:34pitroulinkissue3633 messages
2008-08-21 13:18:34pitroucreate