Author: Charles Zablit Date: 2025-12-18T20:01:27Z New Revision: 6b9a1f38fee8db5b5ae347ac1f6f2c6520ea12db
URL: https://github.com/llvm/llvm-project/commit/6b9a1f38fee8db5b5ae347ac1f6f2c6520ea12db DIFF: https://github.com/llvm/llvm-project/commit/6b9a1f38fee8db5b5ae347ac1f6f2c6520ea12db.diff LOG: [lldb-dap][windows] deactivate TestDAP_attach.test_by_name_waitFor on Windows (#172880) Attaching by name on Windows is not implemented yet. Added: Modified: lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py Removed: ################################################################################ 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..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,6 +59,7 @@ def test_by_name(self): self.attach(program=program) self.continue_and_verify_pid() + @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
