[issue28950] regrtest: -j0 fails the check -j is not allowed together with -T/-l

2017-03-31 Thread Donald Stufft

Changes by Donald Stufft :


--
pull_requests: +841

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28950] regrtest: -j0 fails the check -j is not allowed together with -T/-l

2016-12-19 Thread Xiang Zhang

Xiang Zhang added the comment:

Thanks Victor. 2.7 is not affected since in 2.7 -j0 does not spawn processes.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions:  -Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28950] regrtest: -j0 fails the check -j is not allowed together with -T/-l

2016-12-19 Thread Roundup Robot

Roundup Robot added the comment:

New changeset cf564121f9f0 by Xiang Zhang in branch '3.5':
Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.
https://hg.python.org/cpython/rev/cf564121f9f0

New changeset 692834062e80 by Xiang Zhang in branch '3.6':
Issue #28950: Disallow -j0 combined with -T/-l in regrtest.
https://hg.python.org/cpython/rev/692834062e80

New changeset 3b4d00e20694 by Xiang Zhang in branch 'default':
Issue #28950: Merge 3.6.
https://hg.python.org/cpython/rev/3b4d00e20694

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28950] regrtest: -j0 fails the check -j is not allowed together with -T/-l

2016-12-19 Thread STINNER Victor

STINNER Victor added the comment:

test-command-line-j0-with-test.patch LGTM.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28950] regrtest: -j0 fails the check -j is not allowed together with -T/-l

2016-12-13 Thread Xiang Zhang

Xiang Zhang added the comment:

Thanks for your review kumaar.nd. :-)

As for your suggestion, in this case adding can not be any harder than 
replacing. And the old cases could represent the truth value.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28950] regrtest: -j0 fails the check -j is not allowed together with -T/-l

2016-12-13 Thread kumaar.nd

kumaar.nd added the comment:

hi,
I reviewed the changes of patch set-2.
In the test_regrtest.py, instead of adding new condition
229:self.checkError([opt, '0', '-T'], "don't go together")
230:self.checkError([opt, '0', '-l'], "don't go together")
isnt it easier to just tweak and replace the existing 
227:self.checkError([opt, '2', '-T'], "don't go together")
228:self.checkError([opt, '2', '-l'], "don't go together")
with teh above changes?

If the suggestion sound naive, this is my first developer review and am new to 
python too.

--
nosy: +kumaar.nd

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28950] regrtest: -j0 fails the check -j is not allowed together with -T/-l

2016-12-12 Thread Xiang Zhang

Changes by Xiang Zhang :


--
versions: +Python 2.7
Added file: 
http://bugs.python.org/file45867/test-command-line-j0-with-test.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28950] regrtest: -j0 fails the check -j is not allowed together with -T/-l

2016-12-12 Thread Xiang Zhang

Changes by Xiang Zhang :


--
title: regrtest: -j0 fails the check -j are not allowed together with -T/-l -> 
regrtest: -j0 fails the check -j is not allowed together with -T/-l

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28950] regrtest: -j0 fails the check -j are not allowed together with -T/-l

2016-12-12 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
nosy: +haypo
title: -j0 fails the check -j are not allowed together with -T/-l -> regrtest: 
-j0 fails the check -j are not allowed together with -T/-l

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com