summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Fix possible "file already exists" error when running the tests in parallel.Antoine Pitrou2011-04-161-1/+5
* 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
* | Issue #11653: fix -W with -j in regrtestAntoine Pitrou2011-03-231-7/+14
* | Always print out the traceback when a test "crashed"Antoine Pitrou2011-03-211-5/+2
* | Add a check for sys.warnoptions in regrtest.Ezio Melotti2011-03-201-1/+8
* | Get --coverage to be an acceptable flag for test.regrtest again.Brett Cannon2011-01-061-2/+2
* | On Py3k, -tt and -3 are no-op and unsupported respectively.Georg Brandl2011-01-051-2/+2
* | regrtest: close the new stdout and restore the original stdout at exitVictor Stinner2011-01-051-1/+10
* | Mention --randseed in option listAntoine Pitrou2011-01-031-0/+1
* | Issue #6293: Have regrtest.py echo back sys.flags. This is done by defaultAntoine Pitrou2011-01-031-3/+8
* | #7056: runtest and runtest_inner don't use testdir, so drop it from their sigsR. David Murray2010-12-271-14/+8
* | More fine-grained monitoring of alterations to logging stateNick Coghlan2010-12-051-4/+10
* | Issue 10626 investigation: regrtest now checks for alterations to the logging...Nick Coghlan2010-12-051-1/+11
* | Factor out common code from lib/test/__main__.py and lib/test/regrtest.py int...Michael Foord2010-12-031-15/+18
* | Partially revert r78719 - it removed a check that is still needed in some cas...Nick Coghlan2010-12-031-0/+13
* | Issue #10347: ignore leading test count ("[ 1/340]") when using the -f optio...Antoine Pitrou2010-11-071-0/+2
* | set literals and unions are our friendsBenjamin Peterson2010-10-291-4/+3
* | make gdb skip expectedBenjamin Peterson2010-10-291-0/+3
* | Fix typoAntoine Pitrou2010-10-291-1/+1
* | Make a GC run before trying to clean up files left over byAntoine Pitrou2010-10-291-0/+6
* | Actually restore the original asyncore socket map by making a copy of the dictAntoine Pitrou2010-10-291-3/+6
* | test_gdb should be skipped on darwin (not up to v7 yet)Skip Montanaro2010-10-251-0/+1
* | Revert debug printoutAntoine Pitrou2010-10-151-3/+0
* | Enable debug output at the start of the regression suite instead.Antoine Pitrou2010-10-151-0/+3
* | Replace the "compiler" resource with the more generic "cpu", soAntoine Pitrou2010-10-141-3/+2
* | Inherit interpreter flags in parallel testingAntoine Pitrou2010-10-141-5/+3
* | #7110: have regrtest print test failures and tracebacks to stderr not stdout.R. David Murray2010-09-291-6/+6
* | Make test.regrtest.__file__ absolute, this was not always the case when runni...Florent Xicluna2010-09-131-1/+7
* | Issue #9433: The "-j" option to regrtest now works under Windows too.Antoine Pitrou2010-08-181-1/+2
* | Save and restore the global asyncore.socket_map, and warn if a test modified itAntoine Pitrou2010-08-161-1/+10
* | Merged manually from 2.7 branch to 3.x trunk.Florent Xicluna2010-08-091-17/+10
* | Fix regrtest -F.Georg Brandl2010-08-031-5/+6
* | #8560: add progress indicator to regrtest.Georg Brandl2010-08-021-5/+12
* | Switch the __import__ state check from using __builtins__ to builtins to beBrett Cannon2010-06-141-8/+3
* | When dealing with __import__ for detecting a global state change made by aBrett Cannon2010-06-121-2/+8
* | regrtest.py: call replace_stdout() before the first call to print()Victor Stinner2010-05-191-3/+2
* | regrtest.py: disable replace_stdout() on Windows until it is fixedVictor Stinner2010-05-071-0/+3