Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import lldb
import lldbsuite.test.lldbutil as lldbutil
from lldbsuite.test.lldbtest import *
from lldbsuite.test.decorators import skipIfWindows
from lldbsuite.test.decorators import skipIfWindows, skipIfRemote
import os


Expand All @@ -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
Expand Down
Loading