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 pitrou
Recipients Arfrever, barry, brett.cannon, nadeem.vawda, ncoghlan, pitrou, python-dev, rosslagerwall
Date 2011-08-01.13:24:12
SpamBayes Score 4.1397996e-08
Marked as misclassified No
Message-id <1312204953.3575.3.camel@localhost.localdomain>
In-reply-to <1312155092.22.0.0829826197956.issue11651@psf.upfronthosting.co.za>
Content
> Some notes:
> - By doing things this way, we lose the ability to specify custom arguments to
>   the interpreter with $(TESTPYTHONOPTS). Might this be a problem?

Yes, some buildbots use it. Can't you add support for it in the test
runner?

> - The "test" and "quicktest" targets now use "-u all,-largefile,-audio,-gui",
>   which permits more tests to be run. On my current system, this adds about 20s
>   to the running time for "make test" (~3m45s instead of ~3m25s).

Good idea.

> - I've changed the meaning of "-j 1" -- instead of using a single subprocess, it
>   runs the tests directly in the current process. This allows us to use the
>   run_tests.py script for "make buildbottest" and still have the exact same
>   semantics (using even one subprocess can cause problems for e.g. test_curses).

Ah, nice.
History
Date User Action Args
2011-08-01 13:24:13pitrousetrecipients: + pitrou, barry, brett.cannon, ncoghlan, nadeem.vawda, Arfrever, rosslagerwall, python-dev
2011-08-01 13:24:12pitroulinkissue11651 messages
2011-08-01 13:24:12pitroucreate