mirror of https://github.com/python/cpython
gh-112536: Add more TSAN tests (#116896)
--------- Co-authored-by: Antoine Pitrou <antoine@python.org>
This commit is contained in:
parent
744c077795
commit
bee7e290cd
|
@ -10,6 +10,7 @@ TSAN_TESTS = [
|
||||||
'test_importlib',
|
'test_importlib',
|
||||||
'test_io',
|
'test_io',
|
||||||
'test_logging',
|
'test_logging',
|
||||||
|
'test_queue',
|
||||||
'test_ssl',
|
'test_ssl',
|
||||||
'test_syslog',
|
'test_syslog',
|
||||||
'test_thread',
|
'test_thread',
|
||||||
|
@ -17,6 +18,7 @@ TSAN_TESTS = [
|
||||||
'test_threading',
|
'test_threading',
|
||||||
'test_threading_local',
|
'test_threading_local',
|
||||||
'test_threadsignals',
|
'test_threadsignals',
|
||||||
|
'test_weakref',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue