summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #12250: regrtest --timeout displays a warning instead of failing with anVictor Stinner2011-06-061-6/+7
* Issue #12250: modify "make buildbottest" command line instead of TESTOPTSVictor Stinner2011-06-061-3/+3
* Close #12250: Disable the regrtest timeout by defaultVictor Stinner2011-06-031-9/+7
* Close #12089: Remove outdated and unused code from regrtest.Victor Stinner2011-05-301-4/+0
* Issue #8533: regrtest replaces also sys.stdout on WindowsVictor Stinner2011-05-251-5/+2
* #12074: merge with 3.2.Ezio Melotti2011-05-231-2/+4
|\
| * #12074: remove the /0 when there are no failures.Ezio Melotti2011-05-231-2/+4
* | (Merge 3.2) Issue #12074: regrtest displays also the current number of failuresVictor Stinner2011-05-231-5/+6
|\ \ | |/
| * Issue #12074: regrtest displays also the current number of failuresVictor Stinner2011-05-231-5/+6
* | regrtest: enable faulthandler in main() instead of if __name__ == '__main__':Victor Stinner2011-05-221-3/+4
* | regrtest: dump all threads on a crash, not only the current threadVictor Stinner2011-05-041-1/+1
* | regrtest: add the name of the failing test on a child error (-j option)Victor Stinner2011-05-011-1/+1
* | Implement #11832. Add an option to start regrtest and wait for inputBrian Curtin2011-04-281-1/+4
* | Merge from 3.2Antoine Pitrou2011-04-161-1/+5
|\ \ | |/
| * Fix possible "file already exists" error when running the tests in parallel.Antoine Pitrou2011-04-161-1/+5
* | Fix #11825: disable regrtest timeout if Python doesn't support threadsVictor Stinner2011-04-121-1/+9
* | Merge with 3.2Ross Lagerwall2011-04-091-1/+1
|\ \ | |/
| * Merge with 3.1Ross Lagerwall2011-04-091-1/+1
| |\
| | * Issue #11719: Fix message about unexpected test_msilib skip.Ross Lagerwall2011-04-091-1/+1
| | * Merged revisions 87704-87705 via svnmerge fromAntoine Pitrou2011-01-031-27/+55
| | * Merged revisions 85086 via svnmerge fromR. David Murray2010-12-041-6/+6
| | * Merged revisions 85935-85936 via svnmerge fromAntoine Pitrou2010-10-311-0/+4
| | * Merged revisions 85482 via svnmerge fromAntoine Pitrou2010-10-141-3/+2
| | * Merged revisions 81359-81361 via svnmerge fromVictor Stinner2010-05-191-1/+2
| | * Merged revisions 80905 via svnmerge fromVictor Stinner2010-05-071-0/+3
| | * Merged revisions 80694,80703 via svnmerge fromVictor Stinner2010-05-031-0/+9
| | * Note: only the relevant parts of r79474 are merged.Florent Xicluna2010-03-281-6/+2
| | * Merged revisions 77167 via svnmerge fromBenjamin Peterson2009-12-311-2/+0
| | * Merged revisions 76279 via svnmerge fromR. David Murray2009-11-151-0/+4
| | * Merged revisions 75525,75530,75922 via svnmerge fromR. David Murray2009-10-281-3/+1
| | * Merged revisions 75279 via svnmerge fromR. David Murray2009-10-071-0/+15
* | | Fix faulthandler timeout to avoid breaking buildbotsAntoine Pitrou2011-04-071-1/+1
* | | Reenable regrtest.py timeout (30 min): #11738 and #11753 looks to be fixedVictor Stinner2011-04-041-1/+1
* | | Issue #11727, issue #11753, issue #11755: disable regrtest timeoutVictor Stinner2011-04-031-1/+1
* | | Issue #11727: set regrtest default timeout to 30 minutesVictor Stinner2011-04-011-2/+2
* | | Issue #11727: set regrtest default timeout to 15 minutesVictor Stinner2011-04-011-2/+3
* | | Issue #11727: Antoine and Arfrever don't like "0 < timeout" style (regrtest.py)Victor Stinner2011-03-311-2/+3
* | | Issue #11727: add --timeout option to regrtest (disabled by default).Victor Stinner2011-03-311-9/+20
* | | regrtest.py checks that child process exit code is zeroVictor Stinner2011-03-311-0/+8
* | | Issue #11393: reenable all tests in regrtest.py (wooops, sorry Antoine)Victor Stinner2011-03-301-1/+0
* | | Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-301-0/+5
* | | #11093: make NOTTESTS empty by renaming confusingly named files in test dir.R David Murray2011-03-241-4/+1
* | | #11031: Add --testdir to specify where to find testsR David Murray2011-03-241-2/+18
* | | #11030: make --coverdir work for relative directories again.R David Murray2011-03-241-1/+3
* | | Issue #11653: fix -W with -j in regrtest.Antoine Pitrou2011-03-231-7/+14
|\ \ \ | |/ /
| * | Issue #11653: fix -W with -j in regrtestAntoine Pitrou2011-03-231-7/+14
* | | Allow "-j0" as an argument to regrtest, to automatically select anAntoine Pitrou2011-03-231-0/+7
* | | Make regrtest recognize test packages as well as test modules.R David Murray2011-03-211-3/+3
* | | Always print out the traceback when a test "crashed"Antoine Pitrou2011-03-211-5/+2
|\ \ \ | |/ /
| * | Always print out the traceback when a test "crashed"Antoine Pitrou2011-03-211-5/+2