We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f168c commit c10b25aCopy full SHA for c10b25a
lldb/test/API/functionalities/breakpoint/breakpoint_locations/after_rebuild/TestLocationsAfterRebuild.py
@@ -7,7 +7,7 @@
7
import lldb
8
import lldbsuite.test.lldbutil as lldbutil
9
from lldbsuite.test.lldbtest import *
10
-from lldbsuite.test.decorators import skipIfWindows
+from lldbsuite.test.decorators import skipIfWindows, skipIfRemote
11
import os
12
13
@@ -19,6 +19,7 @@ class TestLocationsAfterRebuild(TestBase):
19
20
# On Windows we cannot remove a file that lldb is debugging.
21
@skipIfWindows
22
+ @skipIfRemote
23
def test_remaining_location_spec(self):
24
"""If we rebuild a couple of times some of the old locations
25
get removed. Make sure the command-line breakpoint id
0 commit comments