diff options
author | Ed Maste <emaste@freebsd.org> | 2015-09-22 13:31:16 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2015-09-22 13:31:16 +0000 |
commit | 80973130ef5bc839af99eef4e46a2475fe1cab38 (patch) | |
tree | 7c5b046a8b00ba25a2ccd93688e595f5b216ca55 /lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py | |
parent | ec50eebefd91f7d12b22aa3deadd3382619bd505 (diff) | |
download | bcm5719-llvm-80973130ef5bc839af99eef4e46a2475fe1cab38.tar.gz bcm5719-llvm-80973130ef5bc839af99eef4e46a2475fe1cab38.zip |
Remove expectedFailureFreeBSD from passing tests
These two tests are skipped on Linux with a comment that the behaviour
is as expected, but they are consistently passing on FreeBSD now.
llvm.org/pr15989
llvm-svn: 248271
Diffstat (limited to 'lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py')
-rw-r--r-- | lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py b/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py index 571233da701..00a6f15c596 100644 --- a/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py +++ b/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py @@ -86,7 +86,6 @@ class CrashingRecursiveInferiorTestCase(TestBase): self.buildDsym() self.recursive_inferior_crashing_expr_step_expr() - @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. @expectedFailureWindows("llvm.org/pr24778") def test_recursive_inferior_crashing_expr_step_and_expr_dwarf(self): |