[Lldb-commits] [lldb] r199557 - Remove decorators for now-fixed pr18191

Ed Maste emaste at freebsd.org
Sat Jan 18 09:03:41 PST 2014


Author: emaste
Date: Sat Jan 18 11:03:41 2014
New Revision: 199557

URL: http://llvm.org/viewvc/llvm-project?rev=199557&view=rev
Log:
Remove decorators for now-fixed pr18191

Modified:
    lldb/trunk/test/api/multithreaded/TestMultithreaded.py

Modified: lldb/trunk/test/api/multithreaded/TestMultithreaded.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/api/multithreaded/TestMultithreaded.py?rev=199557&r1=199556&r2=199557&view=diff
==============================================================================
--- lldb/trunk/test/api/multithreaded/TestMultithreaded.py (original)
+++ lldb/trunk/test/api/multithreaded/TestMultithreaded.py Sat Jan 18 11:03:41 2014
@@ -19,7 +19,6 @@ class SBBreakpointCallbackCase(TestBase)
           self.addTearDownHook(lambda: os.remove(self.inferior))
 
     @unittest2.expectedFailure # llvm.org/pr16000: SBBreakpoint.SetCallback() does nothing
-    @expectedFailureFreeBSD("llvm.org/pr18191") # Cannot find -llldb on FreeBSD
     @skipIfi386
     @skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11
     def test_breakpoint_callback(self):
@@ -27,7 +26,6 @@ class SBBreakpointCallbackCase(TestBase)
         self.build_and_test('driver.cpp test_breakpoint_callback.cpp',
                             'test_breakpoint_callback')
 
-    @expectedFailureFreeBSD("llvm.org/pr18191") # Cannot find -llldb on FreeBSD
     @skipIfi386
     @skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11
     def test_sb_api_listener_event_description(self):
@@ -36,7 +34,6 @@ class SBBreakpointCallbackCase(TestBase)
                             'test_listener_event_description')
         pass
 
-    @expectedFailureFreeBSD("llvm.org/pr18191") # Cannot find -llldb on FreeBSD
     @skipIfi386
     @skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11
     def test_sb_api_listener_event_process_state(self):
@@ -48,7 +45,6 @@ class SBBreakpointCallbackCase(TestBase)
         pass
 
 
-    @expectedFailureFreeBSD("llvm.org/pr18191") # Cannot find -llldb on FreeBSD
     @skipIfi386
     @skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11
     @skipIfLinux # llvm.org/pr16016 assertion failure in ProcessPOSIX.cpp.





More information about the lldb-commits mailing list