[Lldb-commits] [lldb] [lldb][windows] add attach by name with --waitfor (PR #173015)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 5 10:08:20 PST 2026
================
@@ -59,7 +59,6 @@ def test_by_name(self):
self.attach(program=program)
self.continue_and_verify_pid()
- @expectedFailureWindows
----------------
charles-zablit wrote:
It seems there is no test outside of the dap one which checks that `--waitfor` works.
Should we add one or consider that the `dap` test already covers it?
https://github.com/llvm/llvm-project/pull/173015
More information about the lldb-commits
mailing list