]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-112536: Add more TSAN tests (#116896)
authorDonghee Na <donghee.na@python.org>
Sat, 16 Mar 2024 14:52:44 +0000 (23:52 +0900)
committerGitHub <noreply@github.com>
Sat, 16 Mar 2024 14:52:44 +0000 (14:52 +0000)
---------

Co-authored-by: Antoine Pitrou <antoine@python.org>
Lib/test/libregrtest/tsan.py

index fde8ba937c0e4b76d8f604b8a6ca1476ea91d2f8..c5aed436b829d134d1d6901ef8355d02f1d06562 100644 (file)
@@ -10,6 +10,7 @@ TSAN_TESTS = [
     'test_importlib',
     'test_io',
     'test_logging',
+    'test_queue',
     'test_ssl',
     'test_syslog',
     'test_thread',
@@ -17,6 +18,7 @@ TSAN_TESTS = [
     'test_threading',
     'test_threading_local',
     'test_threadsignals',
+    'test_weakref',
 ]