summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14333)Victor Stinner2019-06-241-1/+20
* bpo-36560: Fix reference leak hunting in regrtest (GH-12744) (GH-12745)Victor Stinner2019-04-091-18/+38
* bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10801)Victor Stinner2018-11-291-1/+16
* [2.7] bpo-33873: Backport regrtest from master (GH-7936)Victor Stinner2018-06-261-17/+42
* bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) (GH-7562)Victor Stinner2018-06-091-1/+7
* bpo-31731: test_io hangs with --huntrleaks: exclude it (GH-7459)Victor Stinner2018-06-061-0/+6
* bpo-18174: regrtest -R 3:3 now also detects FD leak (#7409)Victor Stinner2018-06-051-20/+42
* [2.7] bpo-33718: Update regrtest from master (GH-7402)Victor Stinner2018-06-041-87/+136
* test.regrtest: flush stdout to display progress (#7120)Victor Stinner2018-05-281-1/+2
* bpo-31324: Optimize support._match_test() (#4523) (#4524)Victor Stinner2017-11-231-3/+3
* bpo-30871: Add test.pythoninfo (#3174) (#3175)Victor Stinner2017-08-221-1/+0
* regrtest: fix test to choose if header should be displayed (#3172)Victor Stinner2017-08-211-12/+12
* bpo-30263: regrtest: add system load average (#3165)Victor Stinner2017-08-211-3/+33
* [2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063)Victor Stinner2017-08-101-0/+4
* bpo-30822: regrtest: fix -u extralargefile (#2788)Victor Stinner2017-07-211-4/+10
* bpo-30759: regrtest: list_cases() now unload modules (#2582)Victor Stinner2017-07-051-4/+12
* bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567)Victor Stinner2017-07-051-0/+8
* regrtest: fix --list-cases --verbose (#2547)Victor Stinner2017-07-031-15/+16
* [2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#...Victor Stinner2017-07-031-1/+3
* [2.7] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2444)Victor Stinner2017-06-271-6/+34
* bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrtest (#...Victor Stinner2017-06-161-10/+62
* bpo-30675: Fix refleak hunting in regrtest (#2227)Victor Stinner2017-06-161-0/+17
* [2.7] bpo-30283: regrtest: backport test_slow_interrupted() and test_coverage...Victor Stinner2017-05-111-23/+28
* bpo-30283: Backport regrtest features from master to 2.7 (#1516)Victor Stinner2017-05-091-46/+176
* [2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513)Victor Stinner2017-05-091-22/+48
* bpo-30258: Fix handling of child error in regrtest (#1477)Victor Stinner2017-05-051-8/+8
* [2.7] bpo-30236: Backported regrtest options -m and -G. (#1394)Serhiy Storchaka2017-05-031-5/+22
* bpo-30258: regrtest handles child process crash (#1431)Victor Stinner2017-05-031-8/+27
* regrtest: always show before/after of modified env (#1407) (#1409)Victor Stinner2017-05-031-4/+3
* bpo-30223: Add global in regrtest main_in_temp_cwd (#1399)Victor Stinner2017-05-021-0/+2
* [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373)Serhiy Storchaka2017-05-021-10/+15
* Issue #23839: Various caches now are cleared before running every test file.Serhiy Storchaka2016-11-111-24/+92
* remove pointless keys() callBenjamin Peterson2015-12-061-1/+1
* make consulting save_modules O(1) rather than O(n)Benjamin Peterson2015-12-051-1/+1
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* Issue #25188: Clean up code to pass the --pgo flag to subprocessesBrett Cannon2015-10-161-4/+2
* Fix indentationBrett Cannon2015-10-021-4/+4
* Issue #25188: Add -P/--pgo to test.regrtest for PGO building.Brett Cannon2015-10-021-33/+50
* Issue #24751: Fix running regrtest with '-w' flag in case of test failures.Zachary Ware2015-08-091-8/+6
* Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.Zachary Ware2015-08-051-3/+8
* Close #24508: Backport the 3.5 MSBuild project files.Zachary Ware2015-07-161-0/+9
* Backport b80d141a044eZachary Ware2015-07-131-1/+0
* Issue #22390: Fix typo in regrtest, support => test_supportVictor Stinner2015-03-291-3/+3
* Issue #22390: test.regrtest now emits a warning if temporary files orSerhiy Storchaka2015-03-291-1/+12
* test_spwd skipping is expected on win32.Serhiy Storchaka2015-01-311-0/+1
* regrtest: backport "[ 1/399]" progress back from Python 3Victor Stinner2014-09-051-4/+15
* backout 369bf9fbaeffBenjamin Peterson2014-02-161-7/+4
* clear zip stat cache after each ref leak runBenjamin Peterson2014-01-091-4/+7
* Import shutil for restore_test_support_TESTFN().Serhiy Storchaka2013-02-101-1/+1
* Issue #15324: Fix regrtest parsing of --fromfile and --randomize options.Chris Jerdonek2012-12-281-2/+2