gh-112536: Add more TSAN tests (#116896)

---------

Co-authored-by: Antoine Pitrou <antoine@python.org>
This commit is contained in:
Donghee Na 2024-03-16 23:52:44 +09:00 committed by GitHub
parent 744c077795
commit bee7e290cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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',
] ]