[Lldb-commits] [lldb] r214527 - Add decorator for FreeBSD test failure - malloc() breakpoint issue

Ed Maste emaste at freebsd.org
Fri Aug 1 10:04:31 PDT 2014


Author: emaste
Date: Fri Aug  1 12:04:31 2014
New Revision: 214527

URL: http://llvm.org/viewvc/llvm-project?rev=214527&view=rev
Log:
Add decorator for FreeBSD test failure - malloc() breakpoint issue

llvm.org/pr20476

Modified:
    lldb/trunk/test/python_api/thread/TestThreadAPI.py

Modified: lldb/trunk/test/python_api/thread/TestThreadAPI.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/thread/TestThreadAPI.py?rev=214527&r1=214526&r2=214527&view=diff
==============================================================================
--- lldb/trunk/test/python_api/thread/TestThreadAPI.py (original)
+++ lldb/trunk/test/python_api/thread/TestThreadAPI.py Fri Aug  1 12:04:31 2014
@@ -74,6 +74,7 @@ class ThreadAPITestCase(TestBase):
         self.setTearDownCleanup(dictionary=d)
         self.step_out_of_malloc_into_function_b(self.exe_name)
 
+    @expectedFailureFreeBSD # llvm.org/pr20476
     @expectedFailureLinux # llvm.org/pr14416
     @python_api_test
     @dwarf_test





More information about the lldb-commits mailing list