summaryrefslogtreecommitdiff
path: root/Lib/test/test_regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #29035: Simplify a regex in libregrtestVictor Stinner2017-01-031-0/+8
* Issue #28950: Disallow -j0 combined with -T/-l in regrtest.Xiang Zhang2016-12-191-56/+574
|\
| * Issue #28484: Skip tests if GIL is not used or multithreading is disabledMartin Panter2016-10-201-1/+6
| * Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-171-55/+569
| |\
| | * Fix test_huntrleaks_fd_leak() of test_regrtestVictor Stinner2016-09-191-5/+2
| | * #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-2/+2
| | * regrtest: replace "Result:" with "Tests result:"Victor Stinner2016-08-191-1/+1
| | * regrtest: add a summary of the summary, "Result: xxx"Victor Stinner2016-08-171-4/+17
| | * regrtest: nicer output for durationsVictor Stinner2016-08-171-2/+2
| | * regrtest: rename --slow option to --slowestVictor Stinner2016-08-171-6/+6
| | * Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-0/+3
| | |\
| | * | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-2/+0
| | * | Issue #26295: Enhanc test_regrtest.test_tools_script_run_tests()Victor Stinner2016-03-301-1/+1
| | * | Issue #26295: Fix test_regrtest.test_tools_buildbot_test()Victor Stinner2016-03-301-1/+1
| | * | Issue #26295: test_regrtest now uses a temporary directoryVictor Stinner2016-03-301-27/+28
| | * | regrtest: fix --fromfile featureVictor Stinner2016-03-241-0/+24
| | * | regrtest: display test duration in sequential modeVictor Stinner2016-03-231-2/+3
| | * | regrtest: add time to outputVictor Stinner2016-03-221-1/+1
| | * | Issue #25694: Fix test_regrtest for installed PythonVictor Stinner2015-11-221-5/+15
| | * | Close #25373: Fix regrtest --slow with interrupted testVictor Stinner2015-10-111-2/+41
| | * | test_regrtest: catch stderr in test_nowindows()Victor Stinner2015-10-111-1/+5
| | * | Close #25369: Fix test_regrtest without thread supportVictor Stinner2015-10-111-1/+4
| | * | Issue #25306: Try to fix test_huntrleaks_fd_leak() on WindowsVictor Stinner2015-10-031-2/+12
| | * | Issue #25306: Skip test_huntrleaks_fd_leak() of test_regrtest until the bug isVictor Stinner2015-10-031-0/+2
| | * | Issue #18174: Fix test_regrtest when Python is compiled in release modeVictor Stinner2015-10-031-0/+1
| | * | Issue #22806: Add ``python -m test --list-tests`` command to list tests.Victor Stinner2015-10-031-0/+7
| | * | Issue #18174: "python -m test --huntrleaks ..." now also checks for leak ofVictor Stinner2015-10-031-14/+49
| | * | Fix regrtest --coverage on WindowsVictor Stinner2015-10-011-2/+0
| | * | Issue #25220: Fix "-m test --forever"Victor Stinner2015-09-301-39/+94
| | * | Issue #25220, libregrtest: Call setup_python(ns) in the slavesVictor Stinner2015-09-301-1/+0
| | * | Issue #25220: Add test for --wait in test_regrtestVictor Stinner2015-09-291-12/+36
| | * | Oops, revert unwanted change, sorryVictor Stinner2015-09-291-0/+2
| | * | testVictor Stinner2015-09-291-2/+0
| | * | Fix test_regrtest.test_tools_buildbot_test()Victor Stinner2015-09-291-12/+13
| | * | Issue #25220: Add functional tests to test_regrtestVictor Stinner2015-09-281-2/+291
| | * | Issue #25220: Move most regrtest.py code to libregrtestVictor Stinner2015-09-261-47/+48
| | * | Issue #25220: Create Lib/test/libregrtest/Victor Stinner2015-09-261-2/+2
| | |/
* | | Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.Xiang Zhang2016-12-191-0/+3
|/ /
* | Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-171-0/+10
|/
* rename some more tests to avoid duplicate names (#19123)Benjamin Peterson2013-09-291-3/+3
* delete duplicate test (closes #19123)Benjamin Peterson2013-09-291-6/+0
* Issue #18935: Fix test_regrtest.test_timeout when built --without-threads (theCharles-Fran?ois Natali2013-09-081-0/+3
* Remove unused --debug option of regrtest.Eli Bendersky2013-09-021-6/+0
* Issue #16799: Switched from getopt to argparse style in regrtest's argumentSerhiy Storchaka2013-08-291-69/+253
* Issue #16854: Fix regrtest.usage() regression introduced in 6e2e5adc0400.Chris Jerdonek2013-01-071-2/+6
* Issue #15302: Switch regrtest from using getopt to using argparse.Chris Jerdonek2012-12-271-0/+96