diff options
author | Ed Maste <emaste@freebsd.org> | 2013-09-13 17:35:13 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2013-09-13 17:35:13 +0000 |
commit | 3dfe99ca7e6efdd6fd213674ac38689b1c8fd70a (patch) | |
tree | 93ed991a086bc892ba2b1f646ca6079335277d14 /lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py | |
parent | e35e7c982fbdde96dc69c3f31fcedb87309fe7ec (diff) | |
download | bcm5719-llvm-3dfe99ca7e6efdd6fd213674ac38689b1c8fd70a.tar.gz bcm5719-llvm-3dfe99ca7e6efdd6fd213674ac38689b1c8fd70a.zip |
Skip tests that segfault or are inconsistent on FreeBSD
I now see no unexpected failures on FreeBSD on a local run of the test
suite.
llvm.org/pr17214
llvm.org/pr17225
llvm.org/pr17231
llvm.org/pr17232
llvm.org/pr17233
llvm-svn: 190709
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 26fa6e42b07..6d2d4f36f84 100644 --- a/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py +++ b/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py @@ -57,6 +57,7 @@ class CrashingRecursiveInferiorTestCase(TestBase): self.buildDsym() self.recursive_inferior_crashing_step() + @skipIfFreeBSD # llvm.org/pr17232 def test_recursive_inferior_crashing_step_dwarf(self): """Test that stepping after a crash behaves correctly.""" self.buildDwarf() |