From: Kumar Aditya Date: Fri, 28 Mar 2025 14:00:36 +0000 (+0530) Subject: gh-128002: run all asyncio tests with tsan CI (#131797) X-Git-Tag: v3.14.0a7~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9752661491e2ad094aeb8c0bfd6a9e0a666a3d66;p=thirdparty%2FPython%2Fcpython.git gh-128002: run all asyncio tests with tsan CI (#131797) --- diff --git a/Lib/test/libregrtest/tsan.py b/Lib/test/libregrtest/tsan.py index 4fb0ee5038f3..9cc6b5406af4 100644 --- a/Lib/test/libregrtest/tsan.py +++ b/Lib/test/libregrtest/tsan.py @@ -2,7 +2,7 @@ # chosen because they use threads and run in a reasonable amount of time. TSAN_TESTS = [ - 'test_asyncio.test_free_threading', + 'test_asyncio', # TODO: enable more of test_capi once bugs are fixed (GH-116908, GH-116909). 'test_capi.test_mem', 'test_capi.test_pyatomic',