https://github.com/python/cpython/commit/bee7e290cdedb17e06f473a2f318c720ba766852
commit: bee7e290cdedb17e06f473a2f318c720ba766852
branch: main
author: Donghee Na <donghee...@python.org>
committer: pitrou <pit...@free.fr>
date: 2024-03-16T14:52:44Z
summary:

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


---------

Co-authored-by: Antoine Pitrou <anto...@python.org>

files:
M Lib/test/libregrtest/tsan.py

diff --git a/Lib/test/libregrtest/tsan.py b/Lib/test/libregrtest/tsan.py
index fde8ba937c0e4b..c5aed436b829d1 100644
--- a/Lib/test/libregrtest/tsan.py
+++ b/Lib/test/libregrtest/tsan.py
@@ -10,6 +10,7 @@
     'test_importlib',
     'test_io',
     'test_logging',
+    'test_queue',
     'test_ssl',
     'test_syslog',
     'test_thread',
@@ -17,6 +18,7 @@
     'test_threading',
     'test_threading_local',
     'test_threadsignals',
+    'test_weakref',
 ]
 
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to