[Lldb-commits] [lldb] [lldb][windows] add attach by name with --waitfor (PR #173015)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 5 10:32:23 PST 2026
================
@@ -59,7 +59,6 @@ def test_by_name(self):
self.attach(program=program)
self.continue_and_verify_pid()
- @expectedFailureWindows
----------------
bulbazord wrote:
I think a separate test for that functionality would be reasonable.
https://github.com/llvm/llvm-project/pull/173015
More information about the lldb-commits
mailing list