| Commit message (Expand) | Author | Age | Files | Lines |
* | regrtest: dump all threads on a crash, not only the current thread | Victor Stinner | 2011-05-04 | 1 | -1/+1 |
|
|
* | regrtest: add the name of the failing test on a child error (-j option) | Victor Stinner | 2011-05-01 | 1 | -1/+1 |
|
|
* | Implement #11832. Add an option to start regrtest and wait for input | Brian Curtin | 2011-04-28 | 1 | -1/+4 |
|
|
* | Merge from 3.2 | Antoine Pitrou | 2011-04-16 | 1 | -1/+5 |
|\ |
|
| * | Fix possible "file already exists" error when running the tests in parallel. | Antoine Pitrou | 2011-04-16 | 1 | -1/+5 |
|
|
* | | Fix #11825: disable regrtest timeout if Python doesn't support threads | Victor Stinner | 2011-04-12 | 1 | -1/+9 |
|
|
* | | Merge with 3.2 | Ross Lagerwall | 2011-04-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge with 3.1 | Ross Lagerwall | 2011-04-09 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #11719: Fix message about unexpected test_msilib skip. | Ross Lagerwall | 2011-04-09 | 1 | -1/+1 |
|
|
| | * | Merged revisions 87704-87705 via svnmerge from | Antoine Pitrou | 2011-01-03 | 1 | -27/+55 |
|
|
| | * | Merged revisions 85086 via svnmerge from | R. David Murray | 2010-12-04 | 1 | -6/+6 |
|
|
| | * | Merged revisions 85935-85936 via svnmerge from | Antoine Pitrou | 2010-10-31 | 1 | -0/+4 |
|
|
| | * | Merged revisions 85482 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -3/+2 |
|
|
| | * | Merged revisions 81359-81361 via svnmerge from | Victor Stinner | 2010-05-19 | 1 | -1/+2 |
|
|
| | * | Merged revisions 80905 via svnmerge from | Victor Stinner | 2010-05-07 | 1 | -0/+3 |
|
|
| | * | Merged revisions 80694,80703 via svnmerge from | Victor Stinner | 2010-05-03 | 1 | -0/+9 |
|
|
| | * | Note: only the relevant parts of r79474 are merged. | Florent Xicluna | 2010-03-28 | 1 | -6/+2 |
|
|
| | * | Merged revisions 77167 via svnmerge from | Benjamin Peterson | 2009-12-31 | 1 | -2/+0 |
|
|
| | * | Merged revisions 76279 via svnmerge from | R. David Murray | 2009-11-15 | 1 | -0/+4 |
|
|
| | * | Merged revisions 75525,75530,75922 via svnmerge from | R. David Murray | 2009-10-28 | 1 | -3/+1 |
|
|
| | * | Merged revisions 75279 via svnmerge from | R. David Murray | 2009-10-07 | 1 | -0/+15 |
|
|
* | | | Fix faulthandler timeout to avoid breaking buildbots | Antoine Pitrou | 2011-04-07 | 1 | -1/+1 |
|
|
* | | | Reenable regrtest.py timeout (30 min): #11738 and #11753 looks to be fixed | Victor Stinner | 2011-04-04 | 1 | -1/+1 |
|
|
* | | | Issue #11727, issue #11753, issue #11755: disable regrtest timeout | Victor Stinner | 2011-04-03 | 1 | -1/+1 |
|
|
* | | | Issue #11727: set regrtest default timeout to 30 minutes | Victor Stinner | 2011-04-01 | 1 | -2/+2 |
|
|
* | | | Issue #11727: set regrtest default timeout to 15 minutes | Victor Stinner | 2011-04-01 | 1 | -2/+3 |
|
|
* | | | Issue #11727: Antoine and Arfrever don't like "0 < timeout" style (regrtest.py) | Victor Stinner | 2011-03-31 | 1 | -2/+3 |
|
|
* | | | Issue #11727: add --timeout option to regrtest (disabled by default). | Victor Stinner | 2011-03-31 | 1 | -9/+20 |
|
|
* | | | regrtest.py checks that child process exit code is zero | Victor Stinner | 2011-03-31 | 1 | -0/+8 |
|
|
* | | | Issue #11393: reenable all tests in regrtest.py (wooops, sorry Antoine) | Victor Stinner | 2011-03-30 | 1 | -1/+0 |
|
|
* | | | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-30 | 1 | -0/+5 |
|
|
* | | | #11093: make NOTTESTS empty by renaming confusingly named files in test dir. | R David Murray | 2011-03-24 | 1 | -4/+1 |
|
|
* | | | #11031: Add --testdir to specify where to find tests | R David Murray | 2011-03-24 | 1 | -2/+18 |
|
|
* | | | #11030: make --coverdir work for relative directories again. | R David Murray | 2011-03-24 | 1 | -1/+3 |
|
|
* | | | Issue #11653: fix -W with -j in regrtest. | Antoine Pitrou | 2011-03-23 | 1 | -7/+14 |
|\ \ \
| |/ / |
|
| * | | Issue #11653: fix -W with -j in regrtest | Antoine Pitrou | 2011-03-23 | 1 | -7/+14 |
|
|
* | | | Allow "-j0" as an argument to regrtest, to automatically select an | Antoine Pitrou | 2011-03-23 | 1 | -0/+7 |
|
|
* | | | Make regrtest recognize test packages as well as test modules. | R David Murray | 2011-03-21 | 1 | -3/+3 |
|
|
* | | | Always print out the traceback when a test "crashed" | Antoine Pitrou | 2011-03-21 | 1 | -5/+2 |
|\ \ \
| |/ / |
|
| * | | Always print out the traceback when a test "crashed" | Antoine Pitrou | 2011-03-21 | 1 | -5/+2 |
|
|
* | | | Merge with 3.2. | Ezio Melotti | 2011-03-20 | 1 | -1/+8 |
|\ \ \
| |/ / |
|
| * | | Add a check for sys.warnoptions in regrtest. | Ezio Melotti | 2011-03-20 | 1 | -1/+8 |
|
|
* | | | Issue #11085: Moved collections abstract base classes into a separate module | Raymond Hettinger | 2011-02-22 | 1 | -4/+5 |
|
|
* | | | Issue #10990: Prevent tests from clobbering a set trace function. | Brett Cannon | 2011-02-21 | 1 | -1/+6 |
|/ / |
|
* | | Get --coverage to be an acceptable flag for test.regrtest again. | Brett Cannon | 2011-01-06 | 1 | -2/+2 |
|
|
* | | On Py3k, -tt and -3 are no-op and unsupported respectively. | Georg Brandl | 2011-01-05 | 1 | -2/+2 |
|
|
* | | regrtest: close the new stdout and restore the original stdout at exit | Victor Stinner | 2011-01-05 | 1 | -1/+10 |
|
|
* | | Mention --randseed in option list | Antoine Pitrou | 2011-01-03 | 1 | -0/+1 |
|
|
* | | Issue #6293: Have regrtest.py echo back sys.flags. This is done by default | Antoine Pitrou | 2011-01-03 | 1 | -3/+8 |
|
|
* | | #7056: runtest and runtest_inner don't use testdir, so drop it from their sigs | R. David Murray | 2010-12-27 | 1 | -14/+8 |
|
|