TestIgnoredExceptions.py needs support from debugserver, so it
authorJim Ingham <jingham@apple.com>
Tue, 28 Jun 2022 18:48:28 +0000 (11:48 -0700)
committerJim Ingham <jingham@apple.com>
Tue, 28 Jun 2022 18:49:55 +0000 (11:49 -0700)
needs to be marked skip if out of tree debugserver.

lldb/test/API/macosx/ignore_exceptions/TestIgnoredExceptions.py

index e90b2ef..f8112b6 100644 (file)
@@ -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