Author: Jim Ingham
Date: 2022-06-28T11:49:55-07:00
New Revision: f7bf9d13d50d785889952deb18cc93de0176cb96

URL: 
https://github.com/llvm/llvm-project/commit/f7bf9d13d50d785889952deb18cc93de0176cb96
DIFF: 
https://github.com/llvm/llvm-project/commit/f7bf9d13d50d785889952deb18cc93de0176cb96.diff

LOG: TestIgnoredExceptions.py needs support from debugserver, so it
needs to be marked skip if out of tree debugserver.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/macosx/ignore_exceptions/TestIgnoredExceptions.py 
b/lldb/test/API/macosx/ignore_exceptions/TestIgnoredExceptions.py
index e90b2ef8dbb3..f8112b6803e1 100644
--- a/lldb/test/API/macosx/ignore_exceptions/TestIgnoredExceptions.py
+++ b/lldb/test/API/macosx/ignore_exceptions/TestIgnoredExceptions.py
@@ -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


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to