cpython/Lib/test/libregrtest
Russell Keith-Magee 85649b769f
[3.13] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-138649) (#138685)
Adds a --no-randomize option to the CI runner, so that randomisation can be easily
disabled for --fast-ci and --slow-ci configurations on single-threaded testing platforms
like Android, iOS, and Emscripten.

---------
(cherry picked from commit 01895d233b)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Malcolm Smith <smith@chaquo.com>
2025-09-09 10:53:01 +02:00
..
__init__.py
cmdline.py [3.13] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-138649) (#138685) 2025-09-09 10:53:01 +02:00
filter.py
findtests.py
logger.py
main.py [3.13] gh-135734: correctly handle --enable-optimizations --disable-test-modules combination (#137998) 2025-08-21 20:28:03 +02:00
mypy.ini
pgo.py
refleak.py [3.13] gh-117174: Fix reference leak and gdb tests (GH-131095) (#131120) 2025-03-11 23:43:07 +00:00
result.py
results.py
run_workers.py
runtests.py
save_env.py
setup.py [3.13] gh-135124: Change stdout errors in regrtest worker process (GH-135138) (#135169) 2025-06-05 10:11:26 +00:00
single.py [3.13] gh-135489: Show verbose output for failing tests during PGO profiling step with --enable-optimizations (#135600) 2025-06-17 01:47:27 -04:00
testresult.py
tsan.py [3.13] gh-117657: Enable test_opcache under TSAN (GH-129831) (GH-130597) 2025-02-26 13:59:59 -05:00
utils.py [3.13] gh-137341: Remove more word duplications (GH-137342) (GH-137347) 2025-08-03 17:24:26 +00:00
win_utils.py
worker.py