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 bquinlan, brian.curtin, pitrou
Date 2010-12-04.13:51:11
SpamBayes Score 0.010693879
Marked as misclassified No
Message-id <1291470675.23.0.112557150968.issue10626@psf.upfronthosting.co.za>
In-reply-to
Content
See this buildbot log:
http://www.python.org/dev/buildbot/all/builders/AMD64%20Windows%20Server%202008%203.x/builds/198/steps/test/logs/stdio

======================================================================
FAIL: test_done_callback_raises (test.test_concurrent_futures.FutureTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\buildslave-py3k\3.x.curtin-win2008-amd64\build\lib\test\test_concurrent_futures.py", line 646, in test_done_callback_raises
    self.assertIn('Exception: doh!', logging_stream.getvalue())
AssertionError: 'Exception: doh!' not found in ''

----------------------------------------------------------------------
History
Date User Action Args
2010-12-04 13:51:15pitrousetrecipients: + pitrou, bquinlan, brian.curtin
2010-12-04 13:51:15pitrousetmessageid: <1291470675.23.0.112557150968.issue10626@psf.upfronthosting.co.za>
2010-12-04 13:51:11pitroulinkissue10626 messages
2010-12-04 13:51:11pitroucreate