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
/
main.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump mypy from 1.8.0 to 1.9.0 in /Tools (#117418)
dependabot[bot]
2024-04-01
1
-3/+1
*
gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)
Donghee Na
2024-03-15
1
-0/+5
*
gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...
Eric Snow
2024-03-04
1
-7/+2
*
gh-115122: Add --bisect option to regrtest (#115123)
Victor Stinner
2024-02-18
1
-3/+55
*
gh-115490: Work around test.support.interpreters.channels not handling unload...
T. Wouters
2024-02-15
1
-2/+7
*
gh-108927: Fix removing testing modules from sys.modules (GH-108952)
Serhiy Storchaka
2023-12-04
1
-5/+13
*
gh-109413: regrtest: add WorkerRunTests class (#112588)
Victor Stinner
2023-12-01
1
-1/+0
*
gh-109413: Run mypy on `libregrtest` in CI (#112558)
Alex Waygood
2023-11-30
1
-3/+9
*
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Ćukasz Langa
2023-11-10
1
-14/+16
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
1
-12/+3
*
gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)
Victor Stinner
2023-10-21
1
-8/+13
*
Add support.MS_WINDOWS constant (#110446)
Victor Stinner
2023-10-06
1
-2/+2
*
gh-110171: `libregrtest` always sets `random.seed` (#110172)
Nikita Sobolev
2023-10-04
1
-6/+7
*
gh-110164: regrtest disables random if SOURCE_DATE_EPOCH (#110168)
Victor Stinner
2023-10-01
1
-2/+7
*
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner
2023-10-01
1
-1/+1
*
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)
Victor Stinner
2023-09-30
1
-16/+82
*
gh-109566: regrtest _add_python_opts() handles KeyboardInterrupt (#110062)
Victor Stinner
2023-09-29
1
-5/+18
*
gh-109566: Fix regrtest Python options for WASM/WASI (#109954)
Victor Stinner
2023-09-27
1
-3/+6
*
gh-109566: Fix regrtest code adding Python options (#109926)
Victor Stinner
2023-09-26
1
-23/+42
*
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Victor Stinner
2023-09-26
1
-3/+11
*
gh-109566: regrtest reexecutes the process (#109909)
Victor Stinner
2023-09-26
1
-4/+37
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
1
-1/+1
*
gh-109739: regrtest disables load tracker if refleak (#109871)
Victor Stinner
2023-09-26
1
-3/+13
*
gh-109413: libregrtest: Add and improve type annotations (#109405)
Alex Waygood
2023-09-14
1
-6/+6
*
gh-109276: libregrtest: WASM use filename for JSON (#109340)
Victor Stinner
2023-09-12
1
-1/+1
*
gh-109276: libregrtest: fix worker working dir (#109313)
Victor Stinner
2023-09-12
1
-2/+2
*
gh-109276: libregrtest: limit number workers (#109288)
Victor Stinner
2023-09-12
1
-1/+6
*
gh-109276: libregrtest calls random.seed() before each test (#109279)
Victor Stinner
2023-09-12
1
-2/+11
*
gh-109162: libregrtest: move code around (#109253)
Victor Stinner
2023-09-11
1
-92/+9
*
gh-109162: libregrtest: use relative imports (#109250)
Victor Stinner
2023-09-11
1
-11/+11
*
gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)
Victor Stinner
2023-09-11
1
-65/+68
*
gh-109162: libregrtest: fix Logger (#109246)
Victor Stinner
2023-09-11
1
-25/+14
*
gh-109162: libregrtest: add single.py and result.py (#109243)
Victor Stinner
2023-09-11
1
-6/+8
*
gh-109162: libregrtest: add worker.py (#109229)
Victor Stinner
2023-09-10
1
-92/+16
*
gh-109162: libregrtest: add Logger class (#109212)
Victor Stinner
2023-09-10
1
-98/+50
*
gh-109162: libregrtest: add TestResults class (#109208)
Victor Stinner
2023-09-10
1
-265/+38
*
gh-109162: Refactor libregrtest.Regrtest (#109206)
Victor Stinner
2023-09-10
1
-88/+86
*
gh-109162: Refactor libregrtest.runtest_mp (#109205)
Victor Stinner
2023-09-10
1
-17/+27
*
gh-109162: libregrtest: remove WorkerJob class (#109204)
Victor Stinner
2023-09-09
1
-6/+15
*
gh-109162: Refactor libregrtest.RunTests (#109177)
Victor Stinner
2023-09-09
1
-25/+32
*
gh-109162: Refactor libregrtest.runtest (#109172)
Victor Stinner
2023-09-09
1
-38/+53
*
gh-109162: Refactor libregrtest WorkerJob (#109171)
Victor Stinner
2023-09-09
1
-5/+5
*
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
1
-47/+67
*
gh-109162: Refactor Regrtest.main() (#109163)
Victor Stinner
2023-09-08
1
-50/+37
*
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
1
-262/+286
*
regrtest computes statistics (#108793)
Victor Stinner
2023-09-02
1
-43/+83
*
gh-108388: regrtest splits test_asyncio package (#108393)
Victor Stinner
2023-08-24
1
-14/+11
*
gh-90791: test.pythoninfo logs ASAN_OPTIONS env var (#108289)
Victor Stinner
2023-08-22
1
-17/+24
[next]