diff options
author | Ed Maste <emaste@freebsd.org> | 2016-02-19 17:31:05 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2016-02-19 17:31:05 +0000 |
commit | 7a2e8b36919e555d13642379f2a7ba919c0a04b4 (patch) | |
tree | 0482698811000ab95fb4454eaec703fb76f5a3c0 /lldb/packages/Python/lldbsuite/test | |
parent | 00203bc60bfb956c6969d9a673c1f55f3ed09e1b (diff) | |
download | bcm5719-llvm-7a2e8b36919e555d13642379f2a7ba919c0a04b4.tar.gz bcm5719-llvm-7a2e8b36919e555d13642379f2a7ba919c0a04b4.zip |
Remove XFAIL from test passing on FreeBSD
This is passing for me consistently on FreeBSD 10 and FreeBSD 11.
llvm.org/pr15989
llvm-svn: 261339
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py b/lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py index 330c91aeb58..3ae369ef8cf 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py @@ -55,7 +55,6 @@ class CrashingRecursiveInferiorTestCase(TestBase): 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): |