summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
* Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox use...Vinay Sajip2012-03-061-1/+18
* Issue #13380: add an internal function for resetting the ctypes cachesMeador Inge2011-11-261-0/+7
* Issue #11719: Fix message about unexpected test_msilib skip.Ross Lagerwall2011-04-091-1/+1
* Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,...R. David Murray2011-02-111-14/+8
* Merged revisions 87704-87705 via svnmerge fromAntoine Pitrou2011-01-031-3/+9
* Merged revisions 85086 via svnmerge fromR. David Murray2010-12-041-6/+6
* Merged revisions 85926 via svnmerge fromAntoine Pitrou2010-10-311-3/+6
* Merged revisions 85935-85936 via svnmerge fromAntoine Pitrou2010-10-311-0/+4
* test_gdb should be skipped on darwin (not up to v7 yet)Skip Montanaro2010-10-251-0/+1
* Merged revisions 85482 via svnmerge fromAntoine Pitrou2010-10-141-6/+2
* Merged revisions 85469 via svnmerge fromAntoine Pitrou2010-10-141-5/+3
* Merged revisions 83524,84776 via svnmerge fromFlorent Xicluna2010-09-131-1/+7
* Merged revisions 84176 via svnmerge fromAntoine Pitrou2010-08-181-1/+2
* Merged revisions 84086 via svnmerge fromAntoine Pitrou2010-08-161-1/+10
* Revert the additional OS X information (r81140). Keep the endianness informa...Florent Xicluna2010-05-131-5/+1
* Add sensible information about the OS X platform to diagnose issue #8423:Florent Xicluna2010-05-131-1/+6
* In a number of places code still reversRonald Oussoren2010-05-051-36/+1
* Issue #7449, part 2: regrtest.py -j option requires thread supportVictor Stinner2010-04-271-1/+5
* Issue 8325: Improve regrtest --help text.R. David Murray2010-04-261-26/+33
* Fix the "regrtest -s" switch.Florent Xicluna2010-04-231-8/+9
* Remove ImportWarnings filters. They become obsolete after r79310, issue #8205.Florent Xicluna2010-04-231-8/+0
* Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing...Michael Foord2010-04-081-2/+2
* #8263: Now regrtest.py will report a failure if it receives a KeyboardInterru...Florent Xicluna2010-03-301-12/+18
* Ensure that the failed or unexpected tests are sorted before printing.Florent Xicluna2010-03-261-7/+2
* Skip test_ascii_formatd if _ctypes is not available (BSD, ...).Florent Xicluna2010-03-241-0/+2
* Fix a trivial class of (hypothetical, future) false-positive refleaks, discov...Collin Winter2010-03-171-2/+3
* Do not print the header lines when running a single test.Florent Xicluna2010-03-061-7/+9
* Backport "test.regrtest -R 2:3" syntax from py3k branch, and other minor adju...Florent Xicluna2010-03-061-22/+21
* Print platform information to stdout, to help troubleshooting platform-specif...Florent Xicluna2010-03-061-2/+12
* Keep the test files in the ./build/ subdirectory, if Python is not installed.Florent Xicluna2010-03-061-44/+33
* #7712: add a temp_cwd context manager to test_support and use it in regrtest ...Ezio Melotti2010-02-101-4/+44
* Remove unused imports in test modules.Georg Brandl2010-02-071-3/+2
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-1/+2
* Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch byAntoine Pitrou2010-01-081-9/+0
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-7/+10
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-10/+7
* Issue #7396: fix -s, which was broken by the -j enhancement.R. David Murray2009-12-161-11/+9
* remove lib2to3 resourceBenjamin Peterson2009-12-161-2/+0
* Account for another cache when hunting ref leaksNick Coghlan2009-11-161-3/+16
* Remove 'g' from regrtest getopt argument string, since there's noR. David Murray2009-11-151-1/+1
* Issue 7324: add a sanity check to regrtest argument parsing toR. David Murray2009-11-151-0/+4
* Issue #7312 (new feature): Add a -F flag to run the selected tests inR. David Murray2009-11-141-27/+50
* Fix constant name.Georg Brandl2009-10-291-1/+1
* Use constants instead of magic integers for test result. Do not re-run with ...Georg Brandl2009-10-291-30/+37
* Remove variable that is no longer used.R. David Murray2009-10-281-1/+1
* Reformat the regrtest command-line option help and group the options into sec...Georg Brandl2009-10-271-20/+35
* Add a regrtest option to re-run in verbose mode immediately after a test fail...Georg Brandl2009-10-271-10/+17
* Eliminate warning message that looks like an error message. When it wasR. David Murray2009-10-191-2/+0
* Issue #7151: regrtest would generate a JSON failure if there was outputR. David Murray2009-10-181-13/+16