[Lldb-commits] [lldb] 31137b8 - [lldb] Skip TestProcessConnect when running remotely

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 5 15:27:43 PDT 2020


Author: Jonas Devlieghere
Date: 2020-08-05T15:27:34-07:00
New Revision: 31137b87efc12b1d8cdd8307bcddb986e5c23c61

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

LOG: [lldb] Skip TestProcessConnect when running remotely

This test doesn't make much sense when already running remotely.

Added: 
    

Modified: 
    lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py b/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py
index 14891b24249b..32a585d5bd34 100644
--- a/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py
+++ b/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py
@@ -6,6 +6,7 @@
 from gdbclientutils import *
 
 
+ at skipIfRemote
 class TestProcessConnect(GDBRemoteTestBase):
 
     NO_DEBUG_INFO_TESTCASE = True


        


More information about the lldb-commits mailing list