diff options
author | Jim Ingham <jingham@apple.com> | 2016-10-06 17:01:00 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2016-10-06 17:01:00 +0000 |
commit | f4b9659e7c59172ad4e12407b19b995662c534ca (patch) | |
tree | b1df3024320a28dac05b8ead0f84413f026b9b57 /lldb/packages/Python/lldbsuite | |
parent | d20a2dd7ac69f23c02f8b72eff99ff9af2ce0a47 (diff) | |
download | bcm5719-llvm-f4b9659e7c59172ad4e12407b19b995662c534ca.tar.gz bcm5719-llvm-f4b9659e7c59172ad4e12407b19b995662c534ca.zip |
These test cases don't test different debug info formats.
llvm-svn: 283468
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
2 files changed, 4 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py index a48d5645e5f..8f96611775b 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py @@ -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() diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py index 7876e3b3d90..ca05356f969 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py @@ -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() |