From: Kumar Aditya Date: Sat, 21 Jun 2025 16:33:17 +0000 (+0530) Subject: gh-130605: reenable `test_concurrent_futures` tests under TSAN (#135790) X-Git-Tag: v3.15.0a1~1219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b14986c91464b06e9016678637e41d0e0192bbe8;p=thirdparty%2FPython%2Fcpython.git gh-130605: reenable `test_concurrent_futures` tests under TSAN (#135790) --- diff --git a/Lib/test/libregrtest/tsan.py b/Lib/test/libregrtest/tsan.py index d984a735bdf9..3545c5f999ff 100644 --- a/Lib/test/libregrtest/tsan.py +++ b/Lib/test/libregrtest/tsan.py @@ -8,7 +8,7 @@ TSAN_TESTS = [ 'test_capi.test_pyatomic', 'test_code', 'test_ctypes', - # 'test_concurrent_futures', # gh-130605: too many data races + 'test_concurrent_futures', 'test_enum', 'test_functools', 'test_httpservers',