New submission from Antoine Pitrou <pit...@free.fr>: 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 ) ---------- components: Extension Modules messages: 78045 nosy: amaury.forgeotdarc, pitrou priority: normal severity: normal status: open title: Solaris buildbot failure on trunk in test_hostshot type: behavior versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4698> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com