[Lldb-commits] [lldb] r247800 - Remove expectedFailureFreeBSD from passing test

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 16 06:59:17 PDT 2015


Author: emaste
Date: Wed Sep 16 08:59:16 2015
New Revision: 247800

URL: http://llvm.org/viewvc/llvm-project?rev=247800&view=rev
Log:
Remove expectedFailureFreeBSD from passing test

ExprCommandCallUserDefinedFunction::test_with_dwarf

llvm.org/pr21142

Modified:
    lldb/trunk/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py

Modified: lldb/trunk/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py?rev=247800&r1=247799&r2=247800&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py (original)
+++ lldb/trunk/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py Wed Sep 16 08:59:16 2015
@@ -21,7 +21,6 @@ class InlinedBreakpointsTestCase(TestBas
         self.buildDsym()
         self.inlined_breakpoints()
 
-    @expectedFailureFreeBSD("llvm.org/pr21142")
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test 'b basic_types.cpp:176' does break (where int.cpp includes basic_type.cpp)."""




More information about the lldb-commits mailing list