https://github.com/python/cpython/commit/bee7e290cdedb17e06f473a2f318c720ba766852 commit: bee7e290cdedb17e06f473a2f318c720ba766852 branch: main author: Donghee Na <[email protected]> committer: pitrou <[email protected]> date: 2024-03-16T14:52:44Z summary:
gh-112536: Add more TSAN tests (#116896) --------- Co-authored-by: Antoine Pitrou <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
