[Lldb-commits] [lldb] ad10b3d - Skip TestEarlyProcessLaunch.py w/ system debugserver

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 13 14:52:52 PST 2022


Author: Jason Molenda
Date: 2022-12-13T14:52:46-08:00
New Revision: ad10b3dc3053fbbdea4b4b3c3e2b913fe2224647

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

LOG: Skip TestEarlyProcessLaunch.py w/ system debugserver

This test depends on having a new packet supported by debugserver;
skip it until we have a system debugserver installed on the CI bots
with this change.

Added: 
    

Modified: 
    lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py b/lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py
index 7ab52cb73e80..dd0cc559ecad 100644
--- a/lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py
+++ b/lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py
@@ -13,6 +13,9 @@ class TestEarlyProcessLaunch(TestBase):
     NO_DEBUG_INFO_TESTCASE = True
 
     @skipUnlessDarwin
+    @skipIfOutOfTreeDebugserver  # 2022-12-13 FIXME: skipping system debugserver 
+                                 # until this feature is included in the system
+                                 # debugserver.
     @add_test_categories(['pyapi'])
     def test_early_process_launch(self):
         """Test that we don't read objc class tables early in proc startup"""


        


More information about the lldb-commits mailing list