[Lldb-commits] [lldb] r261339 - Remove XFAIL from test passing on FreeBSD
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 19 09:31:06 PST 2016
Author: emaste
Date: Fri Feb 19 11:31:05 2016
New Revision: 261339
URL: http://llvm.org/viewvc/llvm-project?rev=261339&view=rev
Log:
Remove XFAIL from test passing on FreeBSD
This is passing for me consistently on FreeBSD 10 and FreeBSD 11.
llvm.org/pr15989
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py?rev=261339&r1=261338&r2=261339&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py Fri Feb 19 11:31:05 2016
@@ -55,7 +55,6 @@ class CrashingRecursiveInferiorTestCase(
self.build()
self.recursive_inferior_crashing_step_after_break()
- @expectedFailureFreeBSD('llvm.org/pr15989') # Couldn't allocate space for the stack frame
@skipIfLinux # Inferior exits after stepping after a segfault. This is working as intended IMHO.
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
def test_recursive_inferior_crashing_expr_step_and_expr(self):
More information about the lldb-commits
mailing list