[Lldb-commits] [lldb] r194842 - Remove FreeBSD test failure annotations for llvm.org/pr17213

Ed Maste emaste at freebsd.org
Fri Nov 15 11:15:43 PST 2013


Author: emaste
Date: Fri Nov 15 13:15:43 2013
New Revision: 194842

URL: http://llvm.org/viewvc/llvm-project?rev=194842&view=rev
Log:
Remove FreeBSD test failure annotations for llvm.org/pr17213

This was a FreeBSD kernel issue, now fixed.

Modified:
    lldb/trunk/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py

Modified: lldb/trunk/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py?rev=194842&r1=194841&r2=194842&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py (original)
+++ lldb/trunk/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py Fri Nov 15 13:15:43 2013
@@ -34,14 +34,12 @@ class BreakpointConditionsTestCase(TestB
         self.buildDsym()
         self.breakpoint_conditions_python()
 
-    @expectedFailureFreeBSD('llvm.org/pr17213')
     @dwarf_test
     def test_breakpoint_condition_with_dwarf_and_run_command(self):
         """Exercise breakpoint condition with 'breakpoint modify -c <expr> id'."""
         self.buildDwarf()
         self.breakpoint_conditions()
 
-    @expectedFailureFreeBSD('llvm.org/pr17213')
     @dwarf_test
     def test_breakpoint_condition_inline_with_dwarf_and_run_command(self):
         """Exercise breakpoint condition inline with 'breakpoint set'."""





More information about the lldb-commits mailing list