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 anacrolix
Recipients anacrolix
Date 2012-03-25.18:44:34
SpamBayes Score 3.878104e-05
Marked as misclassified No
Message-id <1332701075.92.0.286414979411.issue14407@psf.upfronthosting.co.za>
In-reply-to
Content
matt@matt-1005P:~/src/cpython$ ./python -m unittest test.test_concurrent_futures
Ran 79 tests in 62.554s

FAILED (errors=18)

Failures are due to test discovery picking up unintentionally exposed tests. By adhering to the test_cases protocol introduced in 3.2, this doesn't occur.

Patch attached.
History
Date User Action Args
2012-03-25 18:44:36anacrolixsetrecipients: + anacrolix
2012-03-25 18:44:35anacrolixsetmessageid: <1332701075.92.0.286414979411.issue14407@psf.upfronthosting.co.za>
2012-03-25 18:44:35anacrolixlinkissue14407 messages
2012-03-25 18:44:35anacrolixcreate