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

Attaching by name on Windows is not supported.

>From 5734b2239caaa9053058df50e297a78868fb2c87 Mon Sep 17 00:00:00 2001
From: Charles Zablit <[email protected]>
Date: Thu, 18 Dec 2025 17:04:20 +0000
Subject: [PATCH] [lldb-dap][windows] deactivate
 TestDAP_attach.test_by_name_waitFor on Windows

---
 lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py | 1 +
 1 file changed, 1 insertion(+)

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 d6287397a93b0..59cbb8ccda392 100644
--- a/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
+++ b/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
@@ -59,6 +59,7 @@ def test_by_name(self):
         self.attach(program=program)
         self.continue_and_verify_pid()
 
+    @skipIfWindows
     def test_by_name_waitFor(self):
         """
         Tests waiting for, and attaching to a process by process name that

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

Reply via email to