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 cstratak
Recipients cstratak
Date 2016-10-10.17:37:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476121072.74.0.870952515909.issue28409@psf.upfronthosting.co.za>
In-reply-to
Content
Until python3.6.0a04 it was possible to pass multiple times the -x option at regrtest.

However since the 3.6.0b1 when trying the same thing I get an error. Test names are random.

python3 -m test.regrtest -x test_venv -x test_gdb
usage: python -m test [options] [test_name1 [test_name2 ...]]
python path/to/Lib/test/regrtest.py [options] [test_name1 [test_name2 ...]]
regrtest.py: error: unrecognized arguments: test_gdb

If however I omit the second -x, the tests run fine and correctly exclude the specific tests.

Was the change intentional or a side effect from something else?
History
Date User Action Args
2016-10-10 17:37:52cstrataksetrecipients: + cstratak
2016-10-10 17:37:52cstrataksetmessageid: <1476121072.74.0.870952515909.issue28409@psf.upfronthosting.co.za>
2016-10-10 17:37:52cstrataklinkissue28409 messages
2016-10-10 17:37:52cstratakcreate