cpython/Lib/test/test_tools
Victor Stinner 9204bb72a2
bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
Skip tests on ASAN and/or MSAN builds:

* multiprocessing tests
* test___all__
* test_concurrent_futures
* test_decimal
* test_peg_generator
* test_tools

The ASAN job of GitHub Actions no longer excludes these tests.
2022-03-01 15:44:08 +01:00
..
__init__.py bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) 2022-03-01 15:44:08 +01:00
__main__.py
test_fixcid.py
test_freeze.py bpo-46425: Fix direct invocation of multiple test modules (GH-30666) 2022-01-18 21:28:18 +02:00
test_gprof2html.py
test_i18n.py
test_lll.py
test_md5sum.py bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) 2022-01-13 09:46:38 +01:00
test_pathfix.py
test_pdeps.py
test_pindent.py
test_reindent.py
test_sundry.py