Author: emaste Date: Mon Sep 14 09:40:22 2015 New Revision: 247564 URL: http://llvm.org/viewvc/llvm-project?rev=247564&view=rev Log: Remove expectedFailureFreeBSD from passing test_inferior_asserting_disassemble
llvm.org/pr18533 Modified: lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py Modified: lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py?rev=247564&r1=247563&r2=247564&view=diff ============================================================================== --- lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py (original) +++ lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py Mon Sep 14 09:40:22 2015 @@ -38,7 +38,6 @@ class AssertingInferiorTestCase(TestBase self.inferior_asserting_registers() @expectedFailurei386("llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly") - @expectedFailureFreeBSD('llvm.org/pr18533 - PC in __assert frame is outside of function') @expectedFailureWindows("llvm.org/pr21793: need to implement support for detecting assertion / abort on Windows") def test_inferior_asserting_disassemble(self): """Test that lldb reliably disassembles frames after asserting (command).""" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits