1
0
mirror of https://github.com/python/cpython synced 2024-07-03 09:23:35 +00:00
cpython/Lib/test/libregrtest
Victor Stinner 7435f053b4
Move get_signal_name() to test.support (#121251)
* Move get_signal_name() from test.libregrtest to test.support.
* Use get_signal_name() in support.script_helper.
* support.script_helper now decodes stdout and stderr from UTF-8,
  instead of ASCII, if a command failed.
2024-07-02 10:34:13 +02:00
..
__init__.py
cmdline.py gh-119727: Add --single-process option to regrtest (#119728) 2024-06-03 16:34:36 +00:00
filter.py
findtests.py
logger.py
main.py gh-119727: Add --single-process option to regrtest (#119728) 2024-06-03 16:34:36 +00:00
mypy.ini
pgo.py
refleak.py gh-121084: Call _abc_registry_clear() when checking refleaks (#121191) 2024-07-01 11:03:33 +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
testresult.py gh-121188: Sanitize invalid XML characters in regrtest (#121195) 2024-07-01 08:30:33 +00:00
tsan.py
utils.py Move get_signal_name() to test.support (#121251) 2024-07-02 10:34:13 +02:00
win_utils.py
worker.py gh-119727: Add --single-process option to regrtest (#119728) 2024-06-03 16:34:36 +00:00