summaryrefslogtreecommitdiff
path: root/Lib/test/libregrtest
Commit message (Expand)AuthorAgeFilesLines
* Issue #29035: Simplify a regex in libregrtestVictor Stinner2017-01-031-5/+2
* Issue #28950: Merge 3.6.Xiang Zhang2016-12-192-9/+7
|\
| * regrtest --fromfile now accepts a list of filenamesVictor Stinner2016-12-091-8/+6
| * Issue #23839: Various caches now are cleared before running every test file.Serhiy Storchaka2016-11-111-1/+1
| |\
| | * Issue #28649: Clear the typing module caches when search for reference leaks.Serhiy Storchaka2016-11-091-1/+1
| | |\
| | | * Merge 3.7: Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-171-4/+7
| | | |\
| | | * \ Merge 3.6 (issue #27829)Victor Stinner2016-09-231-1/+1
| | | |\ \
| | | * | | regrtest: add -u for unbuffered stdout/stderrVictor Stinner2016-09-211-1/+1
* | | | | | Issue #28950: Disallow -j0 combined with -T/-l in regrtest.Xiang Zhang2016-12-191-2/+2
|/ / / / /
* | | | | Issue #23839: Various caches now are cleared before running every test file.Serhiy Storchaka2016-11-112-26/+86
|/ / / /
* | | | Issue #28649: Clear the typing module caches when search for reference leaks.Serhiy Storchaka2016-11-091-0/+8
| |_|/ |/| |
* | | Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments.Victor Stinner2016-10-171-4/+7
| |/ |/|
* | Merge 3.5 (issue #27829)Victor Stinner2016-09-231-1/+1
|/
* Merge 3.5 (regrtest)Victor Stinner2016-09-101-1/+1
* Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...Eric V. Smith2016-09-091-1/+1
* regrtest: log FS and locale encodingsVictor Stinner2016-09-081-1/+5
* Adds test.support.PGO and skips tests that are not useful for PGO.Steve Dower2016-09-061-0/+2
* Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem...Eric V. Smith2016-09-031-1/+1
* Issue #27829: libregrtest.save_env: flush stderrVictor Stinner2016-08-221-6/+4
* Cleanup libregrtestVictor Stinner2016-08-222-37/+20
* Issue #27787: Merge regrtest fixup from 3.5Martin Panter2016-08-201-0/+1
* 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-0/+8
* regrtest: set interrupted to True if re-run is interruptedVictor Stinner2016-08-171-1/+2
* regrtest: add newlines in output for readabilityVictor Stinner2016-08-171-0/+3
* regrtest: nicer output for durationsVictor Stinner2016-08-171-12/+19
* regrtest: rename --slow option to --slowestVictor Stinner2016-08-171-1/+1
* Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).Alexander Belopolsky2016-07-221-1/+3
* regrtest: display test result (passed, failed, ...)Victor Stinner2016-05-203-8/+26
* regrtest doesn't ignore -j1 anymoreVictor Stinner2016-05-201-2/+0
* Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn'tVictor Stinner2016-03-302-4/+9
* Merge 3.5 (regrtest)Victor Stinner2016-03-291-0/+1
* fix typo in commentVictor Stinner2016-03-291-1/+1
* regrtest: round final timing towards +infVictor Stinner2016-03-271-3/+8
* Backed out changeset 245a16f33c4bVictor Stinner2016-03-251-279/+202
* Rework libregrtest.save_envVictor Stinner2016-03-251-202/+279
* Cleanup regrtest "main()" functionVictor Stinner2016-03-242-23/+27
* regrtest: when parallel tests are interrupted, display progressVictor Stinner2016-03-241-6/+18
* regrtest: mention in tests run sequentially or in parallelVictor Stinner2016-03-242-0/+4
* regrtest: fix --fromfile featureVictor Stinner2016-03-241-6/+17
* regrtest: display test duration in sequential modeVictor Stinner2016-03-233-7/+26
* regrtest: add timeout to main process when using -jNVictor Stinner2016-03-231-2/+11
* regrtest: add time to outputVictor Stinner2016-03-221-5/+18
* regrtest: Fix module.__path__Victor Stinner2016-03-151-2/+2
* regrtest: display progress every 30 seconds (instead of 60 seconds) whenVictor Stinner2015-11-041-1/+1
* Issue #25523: Merge a-to-an corrections from 3.5.Serhiy Storchaka2015-11-021-1/+1
* Close #25373: Fix regrtest --slow with interrupted testVictor Stinner2015-10-111-4/+8
* Fix missing import in libregrtest.Steve Dower2015-10-081-0/+1
* Issue #23919: Prevents assert dialogs appearing in the test suite.Steve Dower2015-10-082-3/+13
* Merge from 3.5 for issue #25188.Brett Cannon2015-10-025-20/+42