From: Kumar Aditya Date: Tue, 8 Jul 2025 07:35:24 +0000 (+0530) Subject: gh-117657: enable `test_capi` under TSAN (#136269) X-Git-Tag: v3.15.0a1~1057 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51934000babed30c35dd49787145785a2d8f722d;p=thirdparty%2FPython%2Fcpython.git gh-117657: enable `test_capi` under TSAN (#136269) --- diff --git a/Lib/test/libregrtest/tsan.py b/Lib/test/libregrtest/tsan.py index 3545c5f999ff..f1f8c8bde920 100644 --- a/Lib/test/libregrtest/tsan.py +++ b/Lib/test/libregrtest/tsan.py @@ -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',