]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
authorVictor Stinner <vstinner@python.org>
Tue, 1 Mar 2022 14:44:08 +0000 (15:44 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Mar 2022 14:44:08 +0000 (15:44 +0100)
commit9204bb72a2da5885facc747e63d2bd2d654606fe
treec23150281ded8586447d39075a083ecfa5ad59f4
parent0cc63641859b2f60ea65bb7c0b6d1cfcec1e2f1a
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.
.github/workflows/build.yml
Lib/test/_test_multiprocessing.py
Lib/test/test___all__.py
Lib/test/test_concurrent_futures.py
Lib/test/test_decimal.py
Lib/test/test_peg_generator/__init__.py
Lib/test/test_tools/__init__.py