Skip to content

Commit

Permalink
TestIgnoredExceptions.py needs support from debugserver, so it
Browse files Browse the repository at this point in the history
needs to be marked skip if out of tree debugserver.
  • Loading branch information
jimingham committed Jun 28, 2022
1 parent 02c8453 commit f7bf9d1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -12,6 +12,7 @@ class TestDarwinSignalHandlers(TestBase):

NO_DEBUG_INFO_TESTCASE = True

@skipIfOutOfTreeDebugserver
@skipUnlessDarwin
def test_ignored_thread(self):
"""It isn't possible to convert an EXC_BAD_ACCESS to a signal when
Expand Down

0 comments on commit f7bf9d1

Please sign in to comment.