]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-117657: enable `test_capi` under TSAN (#136269)
authorKumar Aditya <kumaraditya@python.org>
Tue, 8 Jul 2025 07:35:24 +0000 (13:05 +0530)
committerGitHub <noreply@github.com>
Tue, 8 Jul 2025 07:35:24 +0000 (13:05 +0530)
Lib/test/libregrtest/tsan.py

index 3545c5f999ff7099ab50a527d2dbe5b1d7505d90..f1f8c8bde920ae71f75775c9462a0d57c32900a0 100644 (file)
@@ -3,9 +3,7 @@
 
 TSAN_TESTS = [
     'test_asyncio',
-    # TODO: enable more of test_capi once bugs are fixed (GH-116908, GH-116909).
-    'test_capi.test_mem',
-    'test_capi.test_pyatomic',
+    'test_capi',
     'test_code',
     'test_ctypes',
     'test_concurrent_futures',