[Lldb-commits] [lldb] 74781cf - [lldb] Disable gdbremote test on windows (#194627)

via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 28 06:40:27 PDT 2026


Author: Felipe de Azevedo Piovezan
Date: 2026-04-28T14:40:22+01:00
New Revision: 74781cf395fe577447835aed69b77c65615c0d08

URL: https://github.com/llvm/llvm-project/commit/74781cf395fe577447835aed69b77c65615c0d08
DIFF: https://github.com/llvm/llvm-project/commit/74781cf395fe577447835aed69b77c65615c0d08.diff

LOG: [lldb] Disable gdbremote test on windows (#194627)

This is causing bot failures.

Added: 
    

Modified: 
    lldb/test/API/functionalities/multi-breakpoint/TestMultiBreakpoint.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/multi-breakpoint/TestMultiBreakpoint.py b/lldb/test/API/functionalities/multi-breakpoint/TestMultiBreakpoint.py
index 1aeeaa31903f0..d0d187970c81d 100644
--- a/lldb/test/API/functionalities/multi-breakpoint/TestMultiBreakpoint.py
+++ b/lldb/test/API/functionalities/multi-breakpoint/TestMultiBreakpoint.py
@@ -12,6 +12,7 @@
 from lldbsuite.test.gdbclientutils import *
 
 
+ at skipIfWindows # No server on Windows.
 @skipIfOutOfTreeDebugserver
 # Runs on systems where we can always predict the software break size
 @skipIf(archs=no_match(["x86_64", "arm64", "aarch64"]))


        


More information about the lldb-commits mailing list