Skip to content

Commit 71ee266

Browse files
kumaraditya303seehwan80
authored andcommitted
pythongh-128002: add test_asyncio.test_free_threading to tsan tests (python#131106)
1 parent a004a40 commit 71ee266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/libregrtest/tsan.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# chosen because they use threads and run in a reasonable amount of time.
33

44
TSAN_TESTS = [
5+
'test_asyncio.test_free_threading',
56
# TODO: enable more of test_capi once bugs are fixed (GH-116908, GH-116909).
67
'test_capi.test_mem',
78
'test_capi.test_pyatomic',

0 commit comments

Comments
 (0)