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 koobs
Recipients eric.araujo, koobs, michael.henry, python-dev, r.david.murray, rhettinger
Date 2015-01-29.13:12:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422537140.91.0.999123532268.issue11578@psf.upfronthosting.co.za>
In-reply-to
Content
7e7c825f75ad832d973542bfcf9ecd6e5dd3f981 broke koobs-freebsd9 and koobs-freebsd10, with:

======================================================================
FAIL: test_main_exception (test.test_timeit.TestTimeit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd9/build/Lib/test/test_timeit.py", line 300, in test_main_exception
    self.assert_exc_string(error_stringio.getvalue(), 'ZeroDivisionError')
  File "/usr/home/buildbot/python/2.7.koobs-freebsd9/build/Lib/test/test_timeit.py", line 195, in assert_exc_string
    self.assertTrue(exc_lines[0].startswith('Traceback'))
AssertionError: False is not true

----------------------------------------------------------------------
History
Date User Action Args
2015-01-29 13:12:21koobssetrecipients: + koobs, rhettinger, eric.araujo, r.david.murray, python-dev, michael.henry
2015-01-29 13:12:20koobssetmessageid: <1422537140.91.0.999123532268.issue11578@psf.upfronthosting.co.za>
2015-01-29 13:12:20koobslinkissue11578 messages
2015-01-29 13:12:20koobscreate