[Lldb-commits] [lldb] [lldb] Disable gdbremote test on windows (PR #194627)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 28 06:39:41 PDT 2026
https://github.com/felipepiovezan created https://github.com/llvm/llvm-project/pull/194627
None
>From c91ad382f7f1d5200c68585189a87cb7726ee21b Mon Sep 17 00:00:00 2001
From: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: Tue, 28 Apr 2026 14:38:41 +0100
Subject: [PATCH] [lldb] Disable gdbremote test on windows
---
.../API/functionalities/multi-breakpoint/TestMultiBreakpoint.py | 1 +
1 file changed, 1 insertion(+)
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