diff options
author | Ed Maste <emaste@freebsd.org> | 2013-08-30 15:34:41 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2013-08-30 15:34:41 +0000 |
commit | 6f9c7743cd4bf752adaa3fa7d3266861f9c21fba (patch) | |
tree | 7e7e5d4d86615ca6ff3410b26395c031f60ea063 /lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py | |
parent | 89457cfc67e68f7df1d69f9f65aca8bd2b2b2621 (diff) | |
download | bcm5719-llvm-6f9c7743cd4bf752adaa3fa7d3266861f9c21fba.tar.gz bcm5719-llvm-6f9c7743cd4bf752adaa3fa7d3266861f9c21fba.zip |
Skip two tests that hang the FreeBSD buildbot
llvm.org/pr16684
llvm-svn: 189679
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, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py b/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py index 6fdca830605..691469a6846 100644 --- a/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py +++ b/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py @@ -66,6 +66,7 @@ class CrashingRecursiveInferiorTestCase(TestBase): self.buildDsym() self.recursive_inferior_crashing_step_after_break() + @skipIfFreeBSD # llvm.org/pr16684 @skipIfLinux # due to llvm.org/pr15988 -- step over misbehaves after crash def test_recursive_inferior_crashing_step_after_break_dwarf(self): """Test that lldb functions correctly after stepping through a crash.""" |