8000 GH-124878: reenable `test_finalize_daemon_thread_hang` test under TSA… · python/cpython@99712c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99712c4

Browse files
GH-124878: reenable test_finalize_daemon_thread_hang test under TSAN (#135793)
1 parent b3ae769 commit 99712c4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Lib/test/test_threading.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,12 +1284,6 @@ def f():
12841284

12851285
@cpython_only
12861286
def test_finalize_daemon_thread_hang(self):
1287-
if support.check_sanitizer(thread=True, memory=True):
1288-
# the thread running `time.sleep(100)` below will still be alive
1289-
# at process exit
1290-
self.skipTest(
1291-
"https://github.com/python/cpython/issues/124878 - Known"
1292-
" race condition that TSAN identifies.")
12931287
# gh-87135: tests that daemon threads hang during finalization
12941288
script = textwrap.dedent('''
12951289
import os

0 commit comments

Comments
 (0)
0