https://github.com/DavidSpickett created 
https://github.com/llvm/llvm-project/pull/206433

Has been failing a lot lately on the buildbot, see #206141.

Which part fails seems to vary so I'm disabling all of it.

>From 2a3ba263bb5e2f7e917b60e68cd59f3030a88d27 Mon Sep 17 00:00:00 2001
From: David Spickett <[email protected]>
Date: Mon, 29 Jun 2026 09:06:19 +0000
Subject: [PATCH] [lldb][test] Skip TestBreakpointConditions.py on Windows on
 Arm

Has been failing a lot lately on the buildbot, see #206141.

Which part fails seems to vary so I'm disabling all of it.
---
 .../breakpoint_conditions/TestBreakpointConditions.py          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
 
b/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
index a4c9c49bc89b6..d9f00af406b3d 100644
--- 
a/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
+++ 
b/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
@@ -7,7 +7,8 @@
 from lldbsuite.test.lldbtest import *
 from lldbsuite.test import lldbutil
 
-
+# Flaky on buildbot, https://github.com/llvm/llvm-project/issues/206141.
+@skipIf(oslist=["windows"], archs=["aarch64"])
 class BreakpointConditionsTestCase(TestBase):
     def test_breakpoint_condition_and_run_command(self):
         """Exercise breakpoint condition with 'breakpoint modify -c <expr> 
id'."""

_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to