From: Kumar Aditya Date: Tue, 11 Mar 2025 20:03:44 +0000 (+0530) Subject: gh-128002: add `test_asyncio.test_free_threading` to tsan tests (#131106) X-Git-Tag: v3.14.0a6~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24070492cfee2cd698009418f70cc3755dbd0b99;p=thirdparty%2FPython%2Fcpython.git gh-128002: add `test_asyncio.test_free_threading` to tsan tests (#131106) --- diff --git a/Lib/test/libregrtest/tsan.py b/Lib/test/libregrtest/tsan.py index 77dde5ecb076..4fb0ee5038f3 100644 --- a/Lib/test/libregrtest/tsan.py +++ b/Lib/test/libregrtest/tsan.py @@ -2,6 +2,7 @@ # chosen because they use threads and run in a reasonable amount of time. TSAN_TESTS = [ + 'test_asyncio.test_free_threading', # TODO: enable more of test_capi once bugs are fixed (GH-116908, GH-116909). 'test_capi.test_mem', 'test_capi.test_pyatomic',