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 r.david.murray
Recipients Arfrever, pitrou, r.david.murray, vstinner
Date 2011-05-16.17:41:51
SpamBayes Score 0.035473824
Marked as misclassified No
Message-id <1305567712.34.0.244764212552.issue12089@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine removed that check as part of the -j support, if I recall correctly.  The check for unexpected output was part of the support for the transition between the old pre-unittest test suite and the unittest based test suite, and does seem like it is obsolete.  Presumably we will visually spot unexpected output during pre-checkin testing.
History
Date User Action Args
2011-05-16 17:41:52r.david.murraysetrecipients: + r.david.murray, pitrou, vstinner, Arfrever
2011-05-16 17:41:52r.david.murraysetmessageid: <1305567712.34.0.244764212552.issue12089@psf.upfronthosting.co.za>
2011-05-16 17:41:51r.david.murraylinkissue12089 messages
2011-05-16 17:41:51r.david.murraycreate