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
*
gh-109276: libregrtest: fix work dir on WASI (#109356)
Victor Stinner
2023-09-13
2
-11/+21
*
gh-109276: libregrtest: WASM use stdout for JSON (#109355)
Victor Stinner
2023-09-13
3
-32/+35
*
gh-109276: libregrtest: WASM use filename for JSON (#109340)
Victor Stinner
2023-09-12
5
-133/+241
*
gh-109276: libregrtest: fix worker working dir (#109313)
Victor Stinner
2023-09-12
4
-16/+24
*
gh-109276: libregrtest: limit number workers (#109288)
Victor Stinner
2023-09-12
4
-5/+40
*
gh-109276: libregrtest calls random.seed() before each test (#109279)
Victor Stinner
2023-09-12
3
-23/+38
*
gh-109276: libregrtest only checks saved_test_environment() once (#109278)
Victor Stinner
2023-09-12
2
-15/+12
*
gh-109276: libregrtest: use separated file for JSON (#109277)
Victor Stinner
2023-09-11
5
-36/+81
*
gh-109162: libregrtest: move code around (#109253)
Victor Stinner
2023-09-11
3
-93/+105
*
gh-109162: libregrtest: use relative imports (#109250)
Victor Stinner
2023-09-11
13
-45/+45
*
gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)
Victor Stinner
2023-09-11
9
-164/+171
*
gh-109162: libregrtest: fix Logger (#109246)
Victor Stinner
2023-09-11
3
-30/+38
*
gh-109162: libregrtest: add single.py and result.py (#109243)
Victor Stinner
2023-09-11
13
-696/+721
*
gh-109162: libregrtest: add worker.py (#109229)
Victor Stinner
2023-09-10
9
-208/+238
*
gh-109162: libregrtest: add Logger class (#109212)
Victor Stinner
2023-09-10
4
-99/+123
*
gh-109162: libregrtest: add TestResults class (#109208)
Victor Stinner
2023-09-10
3
-274/+306
*
gh-109162: Refactor libregrtest.Regrtest (#109206)
Victor Stinner
2023-09-10
5
-115/+120
*
gh-109162: Refactor libregrtest.runtest_mp (#109205)
Victor Stinner
2023-09-10
4
-56/+57
*
gh-109162: libregrtest: remove WorkerJob class (#109204)
Victor Stinner
2023-09-09
5
-76/+73
*
gh-109162: libregrtest: fix _decode_worker_job() (#109202)
Victor Stinner
2023-09-09
2
-1/+7
*
gh-109162: Refactor libregrtest.RunTests (#109177)
Victor Stinner
2023-09-09
5
-60/+88
*
gh-109162: Refactor libregrtest.runtest (#109172)
Victor Stinner
2023-09-09
5
-104/+134
*
gh-109162: Refactor libregrtest WorkerJob (#109171)
Victor Stinner
2023-09-09
4
-37/+44
*
gh-109162: Refactor Regrtest.action_run_tests() (#109170)
Victor Stinner
2023-09-09
1
-49/+49
*
gh-109162: Regrtest copies 'ns' attributes (#109168)
Victor Stinner
2023-09-08
2
-47/+72
*
gh-109162: Refactor Regrtest.main() (#109163)
Victor Stinner
2023-09-08
4
-62/+64
*
gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...
Serhiy Storchaka
2023-09-05
1
-1/+3
*
Add missed "f" in an f-string (GH-108906)
Serhiy Storchaka
2023-09-05
1
-1/+1
*
gh-89392: Remove support of test_main() in libregrtest (GH-108876)
Serhiy Storchaka
2023-09-05
1
-8/+5
*
gh-108834: regrtest --fail-rerun exits with code 5 (#108896)
Victor Stinner
2023-09-05
1
-2/+3
*
gh-108834: regrtest reruns failed tests in subprocesses (#108839)
Victor Stinner
2023-09-03
5
-389/+585
*
regrtest computes statistics (#108793)
Victor Stinner
2023-09-02
5
-241/+306
*
gh-108388: Convert test_concurrent_futures to package (#108401)
Victor Stinner
2023-08-24
1
-0/+1
*
gh-108388: Split test_multiprocessing_spawn (#108396)
Victor Stinner
2023-08-24
1
-0/+3
*
gh-108388: regrtest splits test_asyncio package (#108393)
Victor Stinner
2023-08-24
2
-44/+39
*
gh-90791: test.pythoninfo logs ASAN_OPTIONS env var (#108289)
Victor Stinner
2023-08-22
1
-17/+24
*
gh-108223: test.pythoninfo and libregrtest log Py_NOGIL (#108238)
Victor Stinner
2023-08-21
1
-0/+5
*
gh-101634: regrtest reports decoding error as failed test (#106169)
Victor Stinner
2023-06-28
1
-1/+11
*
Display the sanitizer config in the regrtest header. (#105301)
Gregory P. Smith
2023-06-06
1
-0/+20
*
gh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (#104424)
Alex Waygood
2023-05-13
1
-9/+6
*
GH-86275: Implementation of hypothesis stubs for property-based tests, with z...
Paul Ganssle
2023-05-12
1
-1/+3
*
gh-91896: Improve visibility of `ByteString` deprecation warnings (#104294)
Alex Waygood
2023-05-12
1
-6/+10
*
gh-103193: Fix refleaks in `test_inspect` and `test_typing` (#104320)
Alex Waygood
2023-05-09
1
-0/+7
*
gh-82054: allow test runner to split test_asyncio to execute in parallel by s...
Joshua Herman
2023-04-30
1
-3/+16
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-4/+10
*
bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (#30895)
Nikita Sobolev
2023-04-07
1
-2/+29
*
gh-100086: Add build info to test.libregrtest (#100093)
Victor Stinner
2022-12-08
2
-1/+88
*
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev
2022-11-08
1
-2/+2
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
1
-9/+0
*
GH-98686: Quicken everything (GH-98687)
Brandt Bucher
2022-11-02
1
-2/+1
[next]