]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129824: Temporarily skip InterpreterPoolMixin tests under TSAN (gh-129826)
authorSam Gross <colesbury@gmail.com>
Tue, 25 Feb 2025 15:33:04 +0000 (10:33 -0500)
committerGitHub <noreply@github.com>
Tue, 25 Feb 2025 15:33:04 +0000 (10:33 -0500)
commit3774d9f7b56871372ac278e2c2d8ff33460d7eb0
tree9c3e8689111a538383383e7e6a4396fb5dee741b
parentf39a07be47cd9219eaf0e538ae32ad8239c88e66
gh-129824: Temporarily skip InterpreterPoolMixin tests under TSAN (gh-129826)

There are multiple data races reported when running the
InterpreterPoolMixin tests, but it's still useful to run the other
test_concurrent_futures tests under TSAN.

Add test_concurrent_futures to the TSAN test suite.
Lib/test/libregrtest/tsan.py
Lib/test/test_concurrent_futures/util.py