Skip to content

Commit c10b25a

Browse files
authored
[lldb] Disable TestLocationsAfterRebuild for remote targets (#167239)
#160199 broke buildbots `lldb-remote-linux-ubuntu` and `lldb-remote-linux-win`. This patch must make these buildbots green for now.
1 parent c8f168c commit c10b25a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import lldb
88
import lldbsuite.test.lldbutil as lldbutil
99
from lldbsuite.test.lldbtest import *
10-
from lldbsuite.test.decorators import skipIfWindows
10+
from lldbsuite.test.decorators import skipIfWindows, skipIfRemote
1111
import os
1212

1313

@@ -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)