]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Skip some tests when running with TSAN (gh-131555)
authorSam Gross <colesbury@gmail.com>
Fri, 21 Mar 2025 19:16:08 +0000 (15:16 -0400)
committerGitHub <noreply@github.com>
Fri, 21 Mar 2025 19:16:08 +0000 (15:16 -0400)
commit56d0f9af147b2280ea0af7af5e57df1a01271991
treec27226d0c51d0f2e088f81f35e1c0377506130ec
parentb92ee14b80cc8898f799aa8120ec99dd0c882339
gh-117657: Skip some tests when running with TSAN (gh-131555)

The subinterpreter tests have data races (see gh-129824).

TSAN attempts to intercept some of the fatal signals, which can lead to
bogus reports. We could possibly handle these via TSAN_OPTIONS, but it's
simpler to just skip those tests -- they're not multithreaded anyways.
Lib/test/test__interpchannels.py
Lib/test/test__interpreters.py
Lib/test/test_capi/test_misc.py
Lib/test/test_faulthandler.py