[Lldb-commits] [lldb] r118180 - /lldb/trunk/test/load_unload/TestLoadUnload.py

Johnny Chen johnny.chen at apple.com
Wed Nov 3 10:12:54 PDT 2010


Author: johnny
Date: Wed Nov  3 12:12:54 2010
New Revision: 118180

URL: http://llvm.org/viewvc/llvm-project?rev=118180&view=rev
Log:
Really remove the @expectedFailure decorator this time.

Modified:
    lldb/trunk/test/load_unload/TestLoadUnload.py

Modified: lldb/trunk/test/load_unload/TestLoadUnload.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/load_unload/TestLoadUnload.py?rev=118180&r1=118179&r2=118180&view=diff
==============================================================================
--- lldb/trunk/test/load_unload/TestLoadUnload.py (original)
+++ lldb/trunk/test/load_unload/TestLoadUnload.py Wed Nov  3 12:12:54 2010
@@ -11,7 +11,6 @@
 
     mydir = "load_unload"
 
-    @unittest2.expectedFailure
     def test_load_unload(self):
         """Test breakpoint by name works correctly with dlopen'ing."""
 





More information about the lldb-commits mailing list