forked from OSchip/llvm-project
These test cases don't test different debug info formats.
llvm-svn: 283468
This commit is contained in:
parent
d20a2dd7ac
commit
f4b9659e7c
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue