summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-08-30 15:34:41 +0000
committerEd Maste <emaste@freebsd.org>2013-08-30 15:34:41 +0000
commit6f9c7743cd4bf752adaa3fa7d3266861f9c21fba (patch)
tree7e7e5d4d86615ca6ff3410b26395c031f60ea063
parent89457cfc67e68f7df1d69f9f65aca8bd2b2b2621 (diff)
downloadbcm5719-llvm-6f9c7743cd4bf752adaa3fa7d3266861f9c21fba.tar.gz
bcm5719-llvm-6f9c7743cd4bf752adaa3fa7d3266861f9c21fba.zip
Skip two tests that hang the FreeBSD buildbot
llvm.org/pr16684 llvm-svn: 189679
-rw-r--r--lldb/test/functionalities/inferior-crashing/TestInferiorCrashing.py1
-rw-r--r--lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/inferior-crashing/TestInferiorCrashing.py b/lldb/test/functionalities/inferior-crashing/TestInferiorCrashing.py
index 09cc77dfe23..b6a718f31bb 100644
--- a/lldb/test/functionalities/inferior-crashing/TestInferiorCrashing.py
+++ b/lldb/test/functionalities/inferior-crashing/TestInferiorCrashing.py
@@ -65,6 +65,7 @@ class CrashingInferiorTestCase(TestBase):
self.buildDsym()
self.inferior_crashing_step_after_break()
+ @skipIfFreeBSD # llvm.org/pr16684
@skipIfLinux # due to llvm.org/pr15988 -- step over misbehaves after crash
def test_inferior_crashing_step_after_break_dwarf(self):
"""Test that lldb functions correctly after stepping through a crash."""
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."""
OpenPOWER on IntegriCloud