8000 gh-128002: add `test_asyncio.test_free_threading` to tsan tests (#131… · python/cpython@2407049 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2407049

Browse files
gh-128002: add test_asyncio.test_free_threading to tsan tests (#131106)
1 parent fcf756a commit 2407049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/libregrtest/tsan.py

Lines changed: 1 addition & 0 deletions
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)
0