/snap/core24/1587/usr/lib/python3.12/test/libregrtest
NameSizeModeActions
__pycache__/-0755rm
cmdline.py235950644editdlrm
filter.py24530644editdlrm
findtests.py35570644editdlrm
logger.py27590644editdlrm
main.py263000644editdlrm
mypy.ini9970644editdlrm
pgo.py13980644editdlrm
refleak.py79970644editdlrm
result.py72020644editdlrm
results.py91280644editdlrm
runtests.py69590644editdlrm
run_workers.py223640644editdlrm
save_env.py130460644editdlrm
setup.py50100644editdlrm
single.py106520644editdlrm
testresult.py62320644editdlrm
tsan.py7000644editdlrm
utils.py217090644editdlrm
win_utils.py46710644editdlrm
worker.py31610644editdlrm
__init__.py00644editdlrm
Edit: /snap/core24/1587/usr/lib/python3.12/test/libregrtest/tsan.py (700B)
# Set of tests run by default if --tsan is specified. The tests below were # chosen because they use threads and run in a reasonable amount of time. TSAN_TESTS = [ 'test_capi', 'test_code', 'test_enum', 'test_functools', 'test_httpservers', 'test_imaplib', 'test_importlib', 'test_io', 'test_logging', 'test_queue', 'test_signal', 'test_socket', 'test_sqlite3', 'test_ssl', 'test_syslog', 'test_thread', 'test_threadedtempfile', 'test_threading', 'test_threading_local', 'test_threadsignals', 'test_weakref', ] def setup_tsan_tests(cmdline_args): if not cmdline_args: cmdline_args[:] = TSAN_TESTS[:]