| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize. | Chris Jerdonek | 2012-12-28 | 1 | -3/+3 |
|
|
* | #15889: make regrtest --start succeed in more cases. | R David Murray | 2012-10-27 | 1 | -2/+2 |
|
|
* | Issue #15320: Make iterating the list of tests thread-safe when running tests... | Antoine Pitrou | 2012-07-25 | 1 | -12/+28 |
|
|
* | Issue #15300: Ensure the temporary test working directories are in the same p... | Antoine Pitrou | 2012-07-11 | 1 | -1/+5 |
|
|
* | Flush stdout and stderr when running tests in parallel | Antoine Pitrou | 2012-06-27 | 1 | -0/+2 |
|
|
* | Closes #14158: improved resilience to test files left behind. | Vinay Sajip | 2012-03-02 | 1 | -5/+22 |
|
|
* | Remove setting hash seed to regrtest's random seed and re-execv()ing: this do... | Georg Brandl | 2012-02-20 | 1 | -5/+0 |
|
|
* | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -0/+5 |
|\ |
|
| * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -0/+5 |
|
|
* | | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. | Meador Inge | 2012-01-14 | 1 | -1/+1 |
|
|
* | | Issue #13725: regrtest does not recognize -d flag. | Meador Inge | 2012-01-14 | 1 | -1/+1 |
|
|
* | | Fix issue13726: -S accepts an argument just as --start. | Senthil Kumaran | 2012-01-14 | 1 | -1/+1 |
|
|
* | | Adding the -o option for Issue13726 | Senthil Kumaran | 2012-01-14 | 1 | -1/+1 |
|
|
* | | Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for prin... | Senthil Kumaran | 2012-01-14 | 1 | -2/+2 |
|
|
* | | Add a regrtest cleanup check for shutil registries | Éric Araujo | 2011-11-29 | 1 | -0/+19 |
|
|
* | | Issue #13380: add an internal function for resetting the ctypes caches | Meador Inge | 2011-11-26 | 1 | -0/+7 |
|
|
* | | Make regrtest complain when -M and -j are used together. | Nadeem Vawda | 2011-08-27 | 1 | -0/+2 |
|
|
* | | A warning doesn't equate a failed test | Antoine Pitrou | 2011-08-23 | 1 | -1/+0 |
|
|
* | | Issue #12626: In regrtest, allow to filter tests using a glob filter | Antoine Pitrou | 2011-07-29 | 1 | -6/+10 |
|
|
* | | Issue #12624: It is now possible to fail after the first failure when | Antoine Pitrou | 2011-07-23 | 1 | -6/+15 |
|
|
* | | Issue #12573: Add resource checks for dangling Thread and Process objects. | Antoine Pitrou | 2011-07-15 | 1 | -1/+36 |
|
|
* | | Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate() | Victor Stinner | 2011-06-29 | 1 | -3/+6 |
|
|
* | | Issue #12400: runtest() truncates the StringIO stream before a new test | Victor Stinner | 2011-06-29 | 1 | -0/+1 |
|
|
* | | Issue #12400: regrtest, force verbose mode to True with option -W | Victor Stinner | 2011-06-29 | 1 | -7/+10 |
|
|
* | | Issue #12400: runtest() reuses the same io.StringIO instance for all calls | Victor Stinner | 2011-06-29 | 1 | -24/+33 |
|
|
* | | Issue #12400: remove unused variable | Victor Stinner | 2011-06-29 | 1 | -5/+0 |
|
|
* | | Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures | Victor Stinner | 2011-06-29 | 1 | -11/+25 |
|
|
* | | #12074: remove the /0 when there are no failures. | Ezio Melotti | 2011-05-23 | 1 | -2/+4 |
|
|
* | | Issue #12074: regrtest displays also the current number of failures | Victor Stinner | 2011-05-23 | 1 | -5/+6 |
|
|
* | | Fix possible "file already exists" error when running the tests in parallel. | Antoine Pitrou | 2011-04-16 | 1 | -1/+5 |
|
|
* | | 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 |
|
|
* | | Issue #11653: fix -W with -j in regrtest | Antoine Pitrou | 2011-03-23 | 1 | -7/+14 |
|
|
* | | Always print out the traceback when a test "crashed" | Antoine Pitrou | 2011-03-21 | 1 | -5/+2 |
|
|
* | | Add a check for sys.warnoptions in regrtest. | Ezio Melotti | 2011-03-20 | 1 | -1/+8 |
|
|
* | | 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 |
|
|