https://github.com/charles-zablit created 
https://github.com/llvm/llvm-project/pull/205570

`test_by_name_waitFor` passes with `LLDB_USE_LLDB_SERVER=1`. 
`test_by_partial_name_waitFor` hangs on exit. Skip if for now.

rdar://180515488

>From c0fb132359600d838e0a70e2633c553243654200 Mon Sep 17 00:00:00 2001
From: Charles Zablit <[email protected]>
Date: Wed, 24 Jun 2026 15:37:24 +0100
Subject: [PATCH] [lldb-dap][test] Re-enable test_by_name_waitFor on Windows

---
 lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py 
b/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
index 60a8758591f85..94e7fd63ccad8 100644
--- a/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
+++ b/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
@@ -73,7 +73,7 @@ def test_by_name(self):
         self.attach(program=program)
         self.continue_and_verify_pid()
 
-    @expectedFailureWindows
+    @expectedFailureWindowsAndNoLLDBServer
     def test_by_name_waitFor(self):
         """
         Tests waiting for, and attaching to a process by process name that
@@ -98,6 +98,7 @@ def test_by_name_waitFor(self):
                 self.spawn_thread.join(timeout=10)
 
     @expectedFailureWindows
+    @skipIfWindowsAndLLDBServer
     def test_by_partial_name_waitFor(self):
         """
         Tests waiting for and attaching to a process by partial process name

_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to