[Lldb-commits] [lldb] [lldb-dap][windows] deactivate TestDAP_attach.test_by_name_waitFor on Windows (PR #172880)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 18 09:07:01 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Charles Zablit (charles-zablit)
<details>
<summary>Changes</summary>
Attaching by name on Windows is not supported.
---
Full diff: https://github.com/llvm/llvm-project/pull/172880.diff
1 Files Affected:
- (modified) lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py (+1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/172880
More information about the lldb-commits
mailing list