[Lldb-commits] [lldb] [lldb] Disable TestLocationsAfterRebuild for remote targets (PR #167239)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 9 11:18:51 PST 2025


https://github.com/slydiman created https://github.com/llvm/llvm-project/pull/167239

#160199 broke buildbots `lldb-remote-linux-ubuntu` and `lldb-remote-linux-win`. 
This patch must fix these buildbots.

>From f011e8e28cc350eaa153d18818c32e7ba05c20bd Mon Sep 17 00:00:00 2001
From: Dmitry Vasilyev <dvassiliev at accesssoftek.com>
Date: Sun, 9 Nov 2025 23:15:23 +0400
Subject: [PATCH] [lldb] Disabled TestLocationsAfterRebuild for remote targets

#160199 broke buildbots `lldb-remote-linux-ubuntu` and `lldb-remote-linux-win`.
This patch must fix these buildbots.
---
 .../after_rebuild/TestLocationsAfterRebuild.py                   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lldb/test/API/functionalities/breakpoint/breakpoint_locations/after_rebuild/TestLocationsAfterRebuild.py b/lldb/test/API/functionalities/breakpoint/breakpoint_locations/after_rebuild/TestLocationsAfterRebuild.py
index 1c7bb538d5df7..f4c91fe9334ca 100644
--- a/lldb/test/API/functionalities/breakpoint/breakpoint_locations/after_rebuild/TestLocationsAfterRebuild.py
+++ b/lldb/test/API/functionalities/breakpoint/breakpoint_locations/after_rebuild/TestLocationsAfterRebuild.py
@@ -19,6 +19,7 @@ class TestLocationsAfterRebuild(TestBase):
 
     # On Windows we cannot remove a file that lldb is debugging.
     @skipIfWindows
+    @skipIfRemote
     def test_remaining_location_spec(self):
         """If we rebuild a couple of times some of the old locations
         get removed.  Make sure the command-line breakpoint id



More information about the lldb-commits mailing list