Author: emaste
Date: Fri Apr  4 16:16:39 2014
New Revision: 205652

URL: http://llvm.org/viewvc/llvm-project?rev=205652&view=rev
Log:
Add failure decorators

These tests started failing on FreeBSD after r205497 "Make the fail
messages"

llvm.org/pr19347

Modified:
    lldb/trunk/test/functionalities/thread/step_out/TestThreadStepOut.py

Modified: lldb/trunk/test/functionalities/thread/step_out/TestThreadStepOut.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/step_out/TestThreadStepOut.py?rev=205652&r1=205651&r2=205652&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/step_out/TestThreadStepOut.py 
(original)
+++ lldb/trunk/test/functionalities/thread/step_out/TestThreadStepOut.py Fri 
Apr  4 16:16:39 2014
@@ -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)."""


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to