index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
libregrtest
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33873: regrtest: Add warning on -R 1:3 (GH-7736)
Pablo Galindo
2018-06-16
1
-0/+7
*
bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686)
Victor Stinner
2018-06-14
2
-10/+19
*
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)
Victor Stinner
2018-06-08
1
-1/+7
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-02
1
-0/+7
*
bpo-33718: regrtest: enhance "running:" formatting (GH-7292)
Victor Stinner
2018-06-01
3
-43/+51
*
bpo-33718: regrtest keeps filters to re-run fails (GH-7291)
Victor Stinner
2018-05-31
1
-17/+22
*
regrtest: repeat summary after re-run (GH-7159)
Victor Stinner
2018-05-28
1
-6/+19
*
test.regrtest: flush stdout when display progress (#7105)
Victor Stinner
2018-05-25
1
-2/+2
*
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276)
Ned Deily
2018-03-28
1
-1/+1
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
1
-5/+12
*
bpo-32226: PEP 560: improve typing module (#4906)
Ivan Levkivskyi
2018-01-20
1
-5/+0
*
bpo-31324: Optimize support._match_test() (#4421)
Victor Stinner
2017-11-21
2
-3/+3
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-1/+1
*
bpo-25588: Fix regrtest when run inside IDLE (#3962)
Victor Stinner
2017-10-13
1
-12/+31
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
2
-13/+2
*
bpo-31217: Fix regrtest -R for small integer (#3260)
Victor Stinner
2017-09-01
1
-3/+11
*
bpo-30871: Add test.pythoninfo (#3075)
Victor Stinner
2017-08-17
1
-3/+0
*
regrtest: count also env changed as failures in progress (#3061)
Victor Stinner
2017-08-10
1
-2/+3
*
bpo-31160: regrtest now reaps child processes (#3044)
Victor Stinner
2017-08-09
1
-0/+5
*
bpo-26732: fix too many fds in processes started with the "forkserver" method...
Antoine Pitrou
2017-07-22
1
-31/+1
*
bpo-30822: Exclude tzdata from regrtest --all (#2775)
Victor Stinner
2017-07-20
2
-4/+13
*
bpo-30764: Fix regrtest --fail-env-changed --forever (#2536)
Victor Stinner
2017-07-03
1
-1/+3
*
threading_cleanup() failure marks test as ENV_CHANGED (#2500)
Victor Stinner
2017-06-30
2
-1/+10
*
bpo-30776: regrtest: reduce memleak false positive (#2484)
Victor Stinner
2017-06-29
1
-10/+3
*
bpo-30776: reduce regrtest -R false positives (#2422)
Victor Stinner
2017-06-27
1
-3/+22
*
bpo-30764: regrtest: add --fail-env-changed option (#2402)
Victor Stinner
2017-06-26
2
-1/+12
*
bpo-30523: regrtest --list-cases --match (#2401)
Victor Stinner
2017-06-26
1
-1/+5
*
bpo-30523: regrtest: Add --list-cases option (#2238)
mlouielu
2017-06-16
3
-8/+44
*
bpo-30284: Fix regrtest for out of tree build (#1481)
Victor Stinner
2017-06-14
1
-1/+7
*
bpo-30540: regrtest: add --matchfile option (#1909)
Victor Stinner
2017-06-09
1
-1/+19
*
bpo-27103: regrtest disables -W if -R is used (#1651)
Victor Stinner
2017-05-18
1
-0/+5
*
bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479)
Victor Stinner
2017-05-09
2
-1/+3
*
bpo-30263: regrtest: log system load (#1452)
Victor Stinner
2017-05-04
2
-24/+35
*
regrtest: always show before/after of modified env (#1192)
Victor Stinner
2017-04-19
1
-3/+2
*
bpo-29638: Fix spurious refleaks after typing is imported (#469)
Ivan Levkivskyi
2017-03-05
1
-3/+8
*
Fix regrtest -j0 -R output
Victor Stinner
2017-02-08
1
-1/+1
*
regrtest: don't fail immediately if a child does crash
Victor Stinner
2017-02-06
2
-5/+4
*
Issue #29035: Simplify a regex in libregrtest
Victor Stinner
2017-01-03
1
-5/+2
*
Issue #28950: Merge 3.6.
Xiang Zhang
2016-12-19
1
-2/+2
|
\
|
*
Issue #28950: Disallow -j0 combined with -T/-l in regrtest.
Xiang Zhang
2016-12-19
1
-2/+2
*
|
regrtest --fromfile now accepts a list of filenames
Victor Stinner
2016-12-09
1
-8/+6
*
|
Issue #23839: Various caches now are cleared before running every test file.
Serhiy Storchaka
2016-11-11
2
-26/+86
|
\
\
|
|
/
|
*
Issue #23839: Various caches now are cleared before running every test file.
Serhiy Storchaka
2016-11-11
2
-26/+86
*
|
Issue #28649: Clear the typing module caches when search for reference leaks.
Serhiy Storchaka
2016-11-09
1
-0/+8
|
\
\
|
|
/
|
*
Issue #28649: Clear the typing module caches when search for reference leaks.
Serhiy Storchaka
2016-11-09
1
-0/+8
*
|
Merge 3.7: Issue #28409: regrtest: fix the parser of command line arguments.
Victor Stinner
2016-10-17
1
-4/+7
|
\
\
|
|
/
|
*
Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments.
Victor Stinner
2016-10-17
1
-4/+7
*
|
Merge 3.6 (issue #27829)
Victor Stinner
2016-09-23
1
-1/+1
|
\
\
|
|
/
|
*
Merge 3.5 (issue #27829)
Victor Stinner
2016-09-23
1
-1/+1
*
|
regrtest: add -u for unbuffered stdout/stderr
Victor Stinner
2016-09-21
1
-1/+1
|
/
[next]