cpython/Lib/test/libregrtest
Malcolm Smith f84cce6f25
gh-116622: Add Android test script (#121595)
Adds a script for running the test suite on Android emulator devices. Starting
with a fresh install of the Android Commandline tools; the script manages
installing other requirements, starting the emulator (if required), and
retrieving results from that emulator.
2024-08-16 13:00:29 +08:00
..
__init__.py
cmdline.py gh-116622: Add Android test script (#121595) 2024-08-16 13:00:29 +08:00
filter.py
findtests.py
logger.py gh-99242 Ignore error when running regression tests under certain conditions. (GH-121663) 2024-07-13 11:52:08 +02:00
main.py Fix typos in comments and test code (#122846) 2024-08-11 21:16:41 -07:00
mypy.ini
pgo.py
refleak.py gh-122420: Fix accounting for immortal interned strings in refleak.py (GH-122421) 2024-07-30 00:15:03 +02:00
result.py
results.py
run_workers.py Move get_signal_name() to test.support (#121251) 2024-07-02 10:34:13 +02:00
runtests.py
save_env.py
setup.py
single.py Fix typos in comments and test code (#122846) 2024-08-11 21:16:41 -07:00
testresult.py gh-121188: Sanitize invalid XML characters in regrtest (#121195) 2024-07-01 08:30:33 +00:00
tsan.py
utils.py gh-121084: Fix test_typing random leaks (#121360) 2024-07-04 19:38:30 +02:00
win_utils.py
worker.py