mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
[lldb] Remove self-skipping code from lldb-server tests
We already do category based skipping in checkDebugServerSupport in dotest.py.
This commit is contained in:
@@ -227,8 +227,6 @@ class GdbRemoteTestCaseBase(Base):
|
||||
self.debug_monitor_exe = re.sub(r' \(deleted\)$', '', exe)
|
||||
else:
|
||||
self.debug_monitor_exe = get_lldb_server_exe()
|
||||
if not self.debug_monitor_exe:
|
||||
self.skipTest("lldb-server exe not found")
|
||||
|
||||
self.debug_monitor_extra_args = ["gdbserver"]
|
||||
self.setUpServerLogging(is_llgs=True)
|
||||
@@ -237,8 +235,6 @@ class GdbRemoteTestCaseBase(Base):
|
||||
|
||||
def _init_debugserver_test(self):
|
||||
self.debug_monitor_exe = get_debugserver_exe()
|
||||
if not self.debug_monitor_exe:
|
||||
self.skipTest("debugserver exe not found")
|
||||
self.setUpServerLogging(is_llgs=False)
|
||||
self.reverse_connect = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user