diff options
-rw-r--r-- | lldb/test/functionalities/inferior-crashing/TestInferiorCrashing.py | 1 | ||||
-rw-r--r-- | lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py | 1 |
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.""" |