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

via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 9 11:19:19 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Dmitry Vasilyev (slydiman)

<details>
<summary>Changes</summary>

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

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


1 Files Affected:

- (modified) lldb/test/API/functionalities/breakpoint/breakpoint_locations/after_rebuild/TestLocationsAfterRebuild.py (+1) 


``````````diff
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

``````````

</details>


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


More information about the lldb-commits mailing list