[lldb/test] Enable reverse-connect on windows too
authorPavel Labath <pavel@labath.sk>
Fri, 18 Dec 2020 20:52:56 +0000 (21:52 +0100)
committerPavel Labath <pavel@labath.sk>
Sun, 20 Dec 2020 09:37:48 +0000 (10:37 +0100)
It works, and it should be more stable than forward connections.

lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py

index 03cf2d4..0e3cde0 100644 (file)
@@ -195,10 +195,6 @@ class GdbRemoteTestCaseBase(Base):
             # Remove if it's there.
             self.debug_monitor_exe = re.sub(r' \(deleted\)$', '', exe)
         else:
-            # TODO: enable this
-            if platform.system() == 'Windows':
-                reverse_connect = False
-
             self.debug_monitor_exe = get_lldb_server_exe()
             if not self.debug_monitor_exe:
                 self.skipTest("lldb-server exe not found")