summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/breakpoint/TestBreakpointAPI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/breakpoint/TestBreakpointAPI.py')
-rw-r--r--lldb/test/python_api/breakpoint/TestBreakpointAPI.py21
1 files changed, 2 insertions, 19 deletions
diff --git a/lldb/test/python_api/breakpoint/TestBreakpointAPI.py b/lldb/test/python_api/breakpoint/TestBreakpointAPI.py
index 0a4e7fa5a79..764fe22c190 100644
--- a/lldb/test/python_api/breakpoint/TestBreakpointAPI.py
+++ b/lldb/test/python_api/breakpoint/TestBreakpointAPI.py
@@ -12,27 +12,10 @@ class BreakpointAPITestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @skipUnlessDarwin
@python_api_test
- @dsym_test
- def test_breakpoint_is_valid_with_dsym(self):
+ def test_breakpoint_is_valid(self):
"""Make sure that if an SBBreakpoint gets deleted its IsValid returns false."""
- self.buildDsym()
- self.breakpoint_is_valid()
-
- @python_api_test
- @dwarf_test
- def test_breakpoint_is_valid_with_dwarf(self):
- """Make sure that if an SBBreakpoint gets deleted its IsValid returns false."""
- self.buildDwarf()
- self.breakpoint_is_valid ()
-
- def setUp(self):
- # Call super's setUp().
- TestBase.setUp(self)
-
- def breakpoint_is_valid(self):
- """Get an SBBreakpoint object, delete it from the target and make sure it is no longer valid."""
+ self.build()
exe = os.path.join(os.getcwd(), "a.out")
# Create a target by the debugger.
OpenPOWER on IntegriCloud