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

>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 1/2] [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

>From af3356ce5268ddb0745b17911ffac810d8dec5eb Mon Sep 17 00:00:00 2001
From: Charles Zablit <[email protected]>
Date: Thu, 18 Dec 2025 19:00:02 +0000
Subject: [PATCH 2/2] convert to an expected failure instead

---
 lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py | 2 +-
 1 file changed, 1 insertion(+), 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 59cbb8ccda392..d9acd0a4cae01 100644
--- a/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
+++ b/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
@@ -59,7 +59,7 @@ def test_by_name(self):
         self.attach(program=program)
         self.continue_and_verify_pid()
 
-    @skipIfWindows
+    @expectedFailureWindows
     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