From f4b9659e7c59172ad4e12407b19b995662c534ca Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 6 Oct 2016 17:01:00 +0000 Subject: These test cases don't test different debug info formats. llvm-svn: 283468 --- .../breakpoint/address_breakpoints/TestAddressBreakpoints.py | 2 ++ .../breakpoint/address_breakpoints/TestBadAddressBreakpoints.py | 2 ++ 2 files changed, 4 insertions(+) (limited to 'lldb/packages/Python/lldbsuite') 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() -- cgit v1.2.3