These test cases don't test different debug info formats.

llvm-svn: 283468
This commit is contained in:
Jim Ingham 2016-10-06 17:01:00 +00:00
parent d20a2dd7ac
commit f4b9659e7c
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,8 @@ class AddressBreakpointTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
NO_DEBUG_INFO_TESTCASE = True
def test_address_breakpoints(self):
"""Test address breakpoints set with shared library of SBAddress work correctly."""
self.build()

View File

@ -17,6 +17,8 @@ class BadAddressBreakpointTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
NO_DEBUG_INFO_TESTCASE = True
def test_bad_address_breakpoints(self):
"""Test that breakpoints set on a bad address say they are bad."""
self.build()