From b4baa2946315aac40f82d76148ad41d3e071a053 Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Sat, 16 Mar 2024 23:52:44 +0900 Subject: [PATCH] gh-112536: Add more TSAN tests (#116896) --------- Co-authored-by: Antoine Pitrou --- Lib/test/libregrtest/tsan.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/test/libregrtest/tsan.py b/Lib/test/libregrtest/tsan.py index fde8ba937c0e4b7..c5aed436b829d13 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', ]