Author: emaste
Date: Sat Jan 18 08:29:57 2014
New Revision: 199550

URL: http://llvm.org/viewvc/llvm-project?rev=199550&view=rev
Log:
Add decorator for FreeBSD test failure pr18522

Modified:
    
lldb/trunk/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py

Modified: 
lldb/trunk/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py?rev=199550&r1=199549&r2=199550&view=diff
==============================================================================
--- 
lldb/trunk/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py
 (original)
+++ 
lldb/trunk/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py
 Sat Jan 18 08:29:57 2014
@@ -20,6 +20,7 @@ class ThreadSpecificBreakTestCase(TestBa
         self.buildDsym()
         self.do_thread_specific_break()
 
+    @expectedFailureFreeBSD('llvm.org/pr18522') # hits break in another thread 
in testrun
     @python_api_test
     @dwarf_test
     def test_with_dwarf_python(self):


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

Reply via email to