Message141505
> 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. |
|
Date |
User |
Action |
Args |
2011-08-01 13:24:13 | pitrou | set | recipients:
+ pitrou, barry, brett.cannon, ncoghlan, nadeem.vawda, Arfrever, rosslagerwall, python-dev |
2011-08-01 13:24:12 | pitrou | link | issue11651 messages |
2011-08-01 13:24:12 | pitrou | create | |
|