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 7dde602 commit 3f00cffCopy full SHA for 3f00cff
lldb/test/API/functionalities/breakpoint/breakpoint_locations/after_rebuild/TestLocationsAfterRebuild.py
@@ -7,6 +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
11
import os
12
13
@@ -16,6 +17,8 @@ class TestLocationsAfterRebuild(TestBase):
16
17
# each debug info format.
18
NO_DEBUG_INFO_TESTCASE = True
19
20
+ # On Windows we cannot remove a file that lldb is debugging.
21
+ @skipIfWindows
22
def test_remaining_location_spec(self):
23
"""If we rebuild a couple of times some of the old locations
24
get removed. Make sure the command-line breakpoint id
0 commit comments