From 24086bc93b9489fb28eab1604d32c640f4bed464 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Fri, 6 Apr 2012 19:54:10 +0000 Subject: Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. Plus some minor cleanup of test method names. Third and final batch is coming. llvm-svn: 154197 --- lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py') diff --git a/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py b/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py index 016f9092697..c294b54dd6e 100644 --- a/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py +++ b/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py @@ -13,11 +13,13 @@ class CPPBreakpointTestCase(TestBase): mydir = os.path.join("lang", "cpp", "exceptions") @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @dsym_test def test_with_dsym(self): """Test lldb exception breakpoint command for CPP.""" self.buildDsym() self.cpp_exceptions() + @dwarf_test def test_with_dwarf(self): """Test lldb exception breakpoint command for CPP.""" self.buildDwarf() -- cgit v1.2.3