Author: David Spickett Date: 2025-08-29T10:53:26Z New Revision: 71cae12442e7476e6397fd73db05e127bfe2d035
URL: https://github.com/llvm/llvm-project/commit/71cae12442e7476e6397fd73db05e127bfe2d035 DIFF: https://github.com/llvm/llvm-project/commit/71cae12442e7476e6397fd73db05e127bfe2d035.diff LOG: [lldb][test] Skip more of TestDAP_attach.py on Windows Flakey on Windows on Arm: https://lab.llvm.org/buildbot/#/builders/141/builds/11181 See https://github.com/llvm/llvm-project/issues/137660. 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 e89cc18961b67..d7d25ca20f85a 100644 --- a/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py +++ b/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py @@ -40,6 +40,7 @@ def set_and_hit_breakpoint(self, continueToExit=True): self.continue_to_exit() @skipIfNetBSD # Hangs on NetBSD as well + @skipIfWindows # https://github.com/llvm/llvm-project/issues/137660 def test_by_pid(self): """ Tests attaching to a process by process ID. _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
