Skip to content

Commit f011e8e

Browse files
committed
[lldb] Disabled TestLocationsAfterRebuild for remote targets
llvm#160199 broke buildbots `lldb-remote-linux-ubuntu` and `lldb-remote-linux-win`. This patch must fix these buildbots.
1 parent d4b41b9 commit f011e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/breakpoint/breakpoint_locations/after_rebuild/TestLocationsAfterRebuild.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class TestLocationsAfterRebuild(TestBase):
1919

2020
# On Windows we cannot remove a file that lldb is debugging.
2121
@skipIfWindows
22+
@skipIfRemote
2223
def test_remaining_location_spec(self):
2324
"""If we rebuild a couple of times some of the old locations
2425
get removed. Make sure the command-line breakpoint id

0 commit comments

Comments
 (0)