Skip to content

Commit 664cbd1

Browse files
authored
[lldb-dap] skip TestDAP_server on windows to unblock CI. (#128278)
This should fix the tests running on windows. https://lab.llvm.org/buildbot/#/builders/141/builds/6506 is the failure, the error message does not clearly indicate why the connection failed, but they are passing for me locally on macOS and passed on linux in the CI.
1 parent a0be17d commit 664cbd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/server/TestDAP_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def run_debug_session(self, connection, name):
4848
self.assertEqual(output, f"Hello {name}!\r\n")
4949
self.dap_server.request_disconnect()
5050

51+
@skipIfWindows
5152
def test_server_port(self):
5253
"""
5354
Test launching a binary with a lldb-dap in server mode on a specific port.

0 commit comments

Comments
 (0)