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 amaury.forgeotdarc, pitrou
Date 2008-12-18.22:58:52
SpamBayes Score 0.0007473557
Marked as misclassified No
Message-id <1229641134.61.0.646218726644.issue4698@psf.upfronthosting.co.za>
In-reply-to
Content
The Solaris buildbot seems to fail deterministically on trunk with the
following message.

======================================================================
FAIL: test_logreader_eof_error (test.test_hotshot.HotShotTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_hotshot.py",
line 130, in test_logreader_eof_error
    self.assertRaises((IOError, EOFError), _hotshot.logreader, ".")
AssertionError: (<type 'exceptions.IOError'>, <type
'exceptions.EOFError'>) not raised

----------------------------------------------------------------------

(see e.g.
http://www.python.org/dev/buildbot/trunk.stable/sparc%20solaris10%20gcc%20trunk/builds/61/step-test/0
)
History
Date User Action Args
2008-12-18 22:58:59pitrousetrecipients: + pitrou, amaury.forgeotdarc
2008-12-18 22:58:54pitrousetmessageid: <1229641134.61.0.646218726644.issue4698@psf.upfronthosting.co.za>
2008-12-18 22:58:53pitroulinkissue4698 messages
2008-12-18 22:58:52pitroucreate