[Lldb-commits] [lldb] 83b48b1 - [lldb][test] Disable more of TestDAP_attach.py on Windows

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 12 03:21:53 PDT 2025


Author: David Spickett
Date: 2025-09-12T10:21:04Z
New Revision: 83b48b13f3a70bf56053e92593270c519859cfd7

URL: https://github.com/llvm/llvm-project/commit/83b48b13f3a70bf56053e92593270c519859cfd7
DIFF: https://github.com/llvm/llvm-project/commit/83b48b13f3a70bf56053e92593270c519859cfd7.diff

LOG: [lldb][test] Disable more of TestDAP_attach.py on Windows

Flaky on our Windows on Arm bot:
https://lab.llvm.org/buildbot/#/builders/141/builds/11465

See #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 d7d25ca20f85a..d3952e150e125 100644
--- a/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
+++ b/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
@@ -56,6 +56,7 @@ def test_by_pid(self):
         self.set_and_hit_breakpoint(continueToExit=True)
 
     @skipIfNetBSD  # Hangs on NetBSD as well
+    @skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
     def test_by_name(self):
         """
         Tests attaching to a process by process name.


        


More information about the lldb-commits mailing list