[issue14742] test_tools very slow

2012-06-23 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 0e5a698d3c4c by Mark Dickinson in branch 'default': Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified. http://hg.python.org/cpython/rev/0e5a698d3c4c

[issue14742] test_tools very slow

2012-06-23 Thread Mark Dickinson
Changes by Mark Dickinson dicki...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14742 ___ ___

[issue14742] test_tools very slow

2012-06-23 Thread Mark Dickinson
Changes by Mark Dickinson dicki...@gmail.com: -- resolution: - fixed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14742 ___ ___ Python-bugs-list

[issue14742] test_tools very slow

2012-05-09 Thread Mark Dickinson
Changes by Mark Dickinson dicki...@gmail.com: -- assignee: - mark.dickinson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14742 ___ ___

[issue14742] test_tools very slow

2012-05-07 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: Apparently test_unparse goes a bit overboard. test_compiler in 2.x had a more reasonable approach: it only compiled all files with -uall, otherwise it would choose 10 at random. -- components: Tests messages: 160165 nosy:

[issue14742] test_tools very slow

2012-05-07 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: That sounds like a better approach. I'll back out the test_unparse inclusion until this can be fixed. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14742

[issue14742] test_tools very slow

2012-05-07 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset dbfacec7e368 by Mark Dickinson in branch 'default': Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up. http://hg.python.org/cpython/rev/dbfacec7e368 --