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-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-1/+1
*
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Ćukasz Langa
2023-11-10
7
-22/+68
*
gh-111881: Import doctest lazily in libregrtest (#111884)
Victor Stinner
2023-11-09
1
-5/+8
*
gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)
Victor Stinner
2023-11-01
1
-2/+8
*
gh-111165: Add missed "support." prefix for "verbose" (GH-111327)
Serhiy Storchaka
2023-10-25
1
-1/+1
*
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka
2023-10-25
7
-11/+338
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
8
-42/+36
*
gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)
Victor Stinner
2023-10-21
2
-9/+14
*
regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363)
Zachary Ware
2023-10-15
1
-4/+6
*
regrtest: --fast-ci/slow-ci no longer imply --rerun-fail (#110849)
Victor Stinner
2023-10-14
1
-1/+0
*
gh-108303: Move all inspect test files to `test_inspect/` (#109607)
Nikita Sobolev
2023-10-10
1
-0/+1
*
Add support.MS_WINDOWS constant (#110446)
Victor Stinner
2023-10-06
4
-7/+6
*
gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)
Victor Stinner
2023-10-05
1
-0/+2
*
gh-110367: Enhance regrtest -jN --verbose3 (#110368)
Victor Stinner
2023-10-05
1
-2/+13
*
gh-109276: regrtest: shorter list of resources (#110326)
Victor Stinner
2023-10-04
2
-17/+43
*
gh-110171: `libregrtest` always sets `random.seed` (#110172)
Nikita Sobolev
2023-10-04
3
-14/+15
*
gh-110276: Run `test_str`, not `test_unicode`, as part of the PGO build (#110...
Alex Waygood
2023-10-03
1
-1/+1
*
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
2
-1/+4
*
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)
Victor Stinner
2023-09-30
2
-18/+119
*
gh-109276: regrtest: add WORKER_FAILED state (#110148)
Victor Stinner
2023-09-30
4
-28/+73
*
gh-109566: regrtest --fast-ci no longer enables --nowindows (#110121)
Victor Stinner
2023-09-29
1
-5/+1
*
gh-109566: regrtest _add_python_opts() handles KeyboardInterrupt (#110062)
Victor Stinner
2023-09-29
4
-14/+33
*
gh-109972: Split test_gdb.py into test_gdb package (#109977)
Victor Stinner
2023-09-28
1
-0/+1
*
gh-109566: regrtest doesn't enable --rerun if --python is used (#109969)
Victor Stinner
2023-09-27
1
-1/+2
*
gh-109615: Fix support test_copy_python_src_ignore() (#109958)
Victor Stinner
2023-09-27
1
-5/+7
*
gh-109566: Fix regrtest Python options for WASM/WASI (#109954)
Victor Stinner
2023-09-27
2
-4/+11
*
gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)
Victor Stinner
2023-09-27
1
-1/+1
*
gh-109566: Fix regrtest code adding Python options (#109926)
Victor Stinner
2023-09-26
2
-26/+46
*
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Victor Stinner
2023-09-26
3
-53/+26
*
gh-109566: regrtest reexecutes the process (#109909)
Victor Stinner
2023-09-26
2
-4/+42
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
4
-5/+65
*
gh-109739: regrtest disables load tracker if refleak (#109871)
Victor Stinner
2023-09-26
1
-3/+13
*
gh-109276: regrtest re-runs "env changed" tests (#109831)
Victor Stinner
2023-09-25
1
-5/+7
*
gh-109276: Enhance libregrtest results (#109828)
Victor Stinner
2023-09-25
1
-38/+29
*
gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)
Victor Stinner
2023-09-20
1
-10/+2
*
gh-109508: Fix libregrtest formatting of getcwd() (#109537)
Victor Stinner
2023-09-18
1
-1/+10
*
gh-109413: Improve mypy config for libregrtest (#109518)
Alex Waygood
2023-09-18
1
-23/+9
*
gh-109413: Fix some trivial mypy nitpicks in libregrtest (#109454)
Alex Waygood
2023-09-15
4
-13/+11
*
gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)
Nikita Sobolev
2023-09-15
1
-0/+1
*
gh-109425: regrtest decodes worker stdout with backslashreplace (#109428)
Victor Stinner
2023-09-14
1
-1/+6
*
gh-109413: libregrtest: Add and improve type annotations (#109405)
Alex Waygood
2023-09-14
13
-33/+83
*
gh-109402: Fix regrtest findtests() (#109403)
Victor Stinner
2023-09-14
1
-4/+9
*
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
[next]