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

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


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Felipe de Azevedo Piovezan (felipepiovezan)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/194627.diff


1 Files Affected:

- (modified) lldb/test/API/functionalities/multi-breakpoint/TestMultiBreakpoint.py (+1) 


``````````diff
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"]))

``````````

</details>


https://github.com/llvm/llvm-project/pull/194627


More information about the lldb-commits mailing list