mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
gh-128002: add test_asyncio.test_free_threading
to tsan tests (#131106)
This commit is contained in:
parent
fcf756adef
commit
24070492cf
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue