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-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite c...
Miss Islington (bot)
2019-07-29
1
-0/+3
*
Only setup PGO tests when --pgo is enabled. (GH-14927)
Miss Islington (bot)
2019-07-24
1
-2/+3
*
bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)
Miss Islington (bot)
2019-07-22
3
-1/+61
*
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)
Miss Islington (bot)
2019-07-02
1
-16/+0
*
Remove unused imports in tests (GH-14518) (GH-14520)
Victor Stinner
2019-07-01
1
-1/+0
*
bpo-37359: Fix regrtest --cleanup (GH-14336)
Miss Islington (bot)
2019-06-24
1
-1/+1
*
bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14334)
Victor Stinner
2019-06-24
2
-14/+41
*
bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556)
Steve Dower
2019-05-29
1
-21/+26
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+6
*
bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)
Victor Stinner
2019-05-14
2
-44/+66
*
bpo-36719: Fix regrtest MultiprocessThread (GH-13301)
Victor Stinner
2019-05-14
1
-4/+55
*
bpo-36719: regrtest -jN no longer stops on crash (GH-13231)
Victor Stinner
2019-05-13
4
-18/+46
*
bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965)
Victor Stinner
2019-04-26
2
-14/+29
*
bpo-36719: Fix regrtest re-run (GH-12964)
Victor Stinner
2019-04-26
2
-13/+13
*
bpo-36719: regrtest always detect uncollectable objects (GH-12951)
Victor Stinner
2019-04-26
3
-63/+27
*
bpo-36725: Refactor regrtest multiprocessing code (GH-12961)
Victor Stinner
2019-04-26
3
-150/+200
*
bpo-36725: regrtest: add TestResult type (GH-12960)
Victor Stinner
2019-04-26
7
-195/+271
*
bpo-36638: Fix WindowsLoadTracker exception on some Windows versions (GH-12849)
Paul Monson
2019-04-18
1
-2/+7
*
bpo-36560: regrtest: don't collect the GC twice (GH-12747)
Victor Stinner
2019-04-09
1
-2/+4
*
bpo-36560: Fix reference leak hunting in regrtest (GH-12744)
Victor Stinner
2019-04-09
3
-33/+42
*
bpo-34060: Report system load when running test suite for Windows (GH-8357)
Ammar Askar
2019-04-09
2
-2/+115
*
bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)
Victor Stinner
2019-04-08
1
-2/+6
*
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile
2019-02-25
1
-4/+2
*
bpo-35683: Improve Azure Pipelines steps (GH-11493)
Steve Dower
2019-01-22
1
-0/+4
*
Fix typo in test module usage message (GH-11374)
sth
2018-12-31
1
-1/+1
*
bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180)
Victor Stinner
2018-12-17
1
-2/+2
*
bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150)
Pablo Galindo
2018-11-29
2
-1/+17
*
Add --tempdir option for test run (GH-10322)
Steve Dower
2018-11-17
2
-10/+8
*
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
Steve Dower
2018-09-18
4
-20/+68
*
bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099)
Victor Stinner
2018-09-07
3
-11/+11
*
bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters...
Pablo Galindo
2018-06-26
2
-1/+11
*
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
[next]