Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b4baa29

Browse files
corona10pitrou
authored andcommittedMar 25, 2024
pythongh-112536: Add more TSAN tests (python#116896)
--------- Co-authored-by: Antoine Pitrou <antoine@python.org>
1 parent 4d9e0b8 commit b4baa29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Lib/test/libregrtest/tsan.py

+2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
'test_importlib',
1111
'test_io',
1212
'test_logging',
13+
'test_queue',
1314
'test_ssl',
1415
'test_syslog',
1516
'test_thread',
1617
'test_threadedtempfile',
1718
'test_threading',
1819
'test_threading_local',
1920
'test_threadsignals',
21+
'test_weakref',
2022
]
2123

2224

0 commit comments

Comments
 (0)
Please sign in to comment.