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 xiang.zhang
Recipients bethard, cstratak, larry, ned.deily, r.david.murray, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-11.05:01:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476162108.68.0.451783358644.issue28409@psf.upfronthosting.co.za>
In-reply-to
Content
This regression is introduced in 4df2d43e995d. 

And actually to skip multiple tests, you should use python3 -m test.regrtest -x test_venv test_gdb. Although Charalampos's example could work, it actually treats -x as a test.
History
Date User Action Args
2016-10-11 05:01:48xiang.zhangsetrecipients: + xiang.zhang, bethard, vstinner, larry, ned.deily, r.david.murray, serhiy.storchaka, cstratak
2016-10-11 05:01:48xiang.zhangsetmessageid: <1476162108.68.0.451783358644.issue28409@psf.upfronthosting.co.za>
2016-10-11 05:01:48xiang.zhanglinkissue28409 messages
2016-10-11 05:01:48xiang.zhangcreate