Skip to content

Commit 2248a9c

Browse files
authored
gh-129825: Skip test_faulthandler.test_register_chain under TSAN (gh-129827)
The test hangs when run under TSAN due to an interaction between TSAN's signal interception and our attempt to call the previous signal handler.
1 parent 5fa7e1b commit 2248a9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_faulthandler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@ def test_register_fd(self):
795795
def test_register_threads(self):
796796
self.check_register(all_threads=True)
797797

798+
@support.skip_if_sanitizer("gh-129825: hangs under TSAN", thread=True)
798799
def test_register_chain(self):
799800
self.check_register(chain=True)
800801

0 commit comments

Comments
 (0)