[Lldb-commits] [lldb] r189679 - Skip two tests that hang the FreeBSD buildbot
Ed Maste
emaste at freebsd.org
Fri Aug 30 08:34:41 PDT 2013
Author: emaste
Date: Fri Aug 30 10:34:41 2013
New Revision: 189679
URL: http://llvm.org/viewvc/llvm-project?rev=189679&view=rev
Log:
Skip two tests that hang the FreeBSD buildbot
llvm.org/pr16684
Modified:
lldb/trunk/test/functionalities/inferior-crashing/TestInferiorCrashing.py
lldb/trunk/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
Modified: lldb/trunk/test/functionalities/inferior-crashing/TestInferiorCrashing.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/inferior-crashing/TestInferiorCrashing.py?rev=189679&r1=189678&r2=189679&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/inferior-crashing/TestInferiorCrashing.py (original)
+++ lldb/trunk/test/functionalities/inferior-crashing/TestInferiorCrashing.py Fri Aug 30 10:34:41 2013
@@ -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."""
Modified: lldb/trunk/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py?rev=189679&r1=189678&r2=189679&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py (original)
+++ lldb/trunk/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py Fri Aug 30 10:34:41 2013
@@ -66,6 +66,7 @@ class CrashingRecursiveInferiorTestCase(
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."""
More information about the lldb-commits
mailing list