From 99ed6dfa00fc1182efef430c53d1eadd519ef5c7 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 4 Apr 2014 21:16:39 +0000 Subject: [PATCH] Add failure decorators These tests started failing on FreeBSD after r205497 "Make the fail messages" llvm.org/pr19347 llvm-svn: 205652 --- lldb/test/functionalities/thread/step_out/TestThreadStepOut.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/test/functionalities/thread/step_out/TestThreadStepOut.py b/lldb/test/functionalities/thread/step_out/TestThreadStepOut.py index 77396a9..2b147df 100644 --- a/lldb/test/functionalities/thread/step_out/TestThreadStepOut.py +++ b/lldb/test/functionalities/thread/step_out/TestThreadStepOut.py @@ -31,6 +31,7 @@ class ThreadStepOutTestCase(TestBase): self.buildDsym(dictionary=self.getBuildFlags()) self.step_out_test(self.step_out_all_threads_with_cmd) + @expectedFailureFreeBSD("llvm.org/pr19347") # 2nd thread stops at breakpoint @dwarf_test def test_step_all_threads_with_dwarf(self): """Test thread step out on all threads via command interpreter. """ @@ -43,6 +44,7 @@ class ThreadStepOutTestCase(TestBase): self.buildDsym(dictionary=self.getBuildFlags()) self.step_out_test(self.step_out_with_python) + @expectedFailureFreeBSD("llvm.org/pr19347") @dwarf_test def test_python_with_dwarf(self): """Test thread step out on one thread via Python API (dwarf).""" -- 2.7.4