mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
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.
This commit is contained in:
parent
5fa7e1b7fd
commit
2248a9c153
1 changed files with 1 additions and 0 deletions
|
@ -795,6 +795,7 @@ class FaultHandlerTests(unittest.TestCase):
|
|||
def test_register_threads(self):
|
||||
self.check_register(all_threads=True)
|
||||
|
||||
@support.skip_if_sanitizer("gh-129825: hangs under TSAN", thread=True)
|
||||
def test_register_chain(self):
|
||||
self.check_register(chain=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue