https://github.com/python/cpython/commit/b14986c91464b06e9016678637e41d0e0192bbe8
commit: b14986c91464b06e9016678637e41d0e0192bbe8
branch: main
author: Kumar Aditya <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2025-06-21T22:03:17+05:30
summary:
gh-130605: reenable `test_concurrent_futures` tests under TSAN (#135790)
files:
M Lib/test/libregrtest/tsan.py
diff --git a/Lib/test/libregrtest/tsan.py b/Lib/test/libregrtest/tsan.py
index d984a735bdf92f..3545c5f999ff70 100644
--- a/Lib/test/libregrtest/tsan.py
+++ b/Lib/test/libregrtest/tsan.py
@@ -8,7 +8,7 @@
'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',
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]