[Lldb-commits] [lldb] r114305 - /lldb/trunk/test/foundation/TestObjCMethods.py

Johnny Chen johnny.chen at apple.com
Sat Sep 18 19:31:54 PDT 2010


Author: johnny
Date: Sat Sep 18 21:31:53 2010
New Revision: 114305

URL: http://llvm.org/viewvc/llvm-project?rev=114305&view=rev
Log:
Removed the @expectedFailure decorators; it was fixed with r114258.

Modified:
    lldb/trunk/test/foundation/TestObjCMethods.py

Modified: lldb/trunk/test/foundation/TestObjCMethods.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/foundation/TestObjCMethods.py?rev=114305&r1=114304&r2=114305&view=diff
==============================================================================
--- lldb/trunk/test/foundation/TestObjCMethods.py (original)
+++ lldb/trunk/test/foundation/TestObjCMethods.py Sat Sep 18 21:31:53 2010
@@ -23,13 +23,11 @@
         self.buildDwarf()
         self.break_on_objc_methods()
 
-    @unittest2.expectedFailure
     def test_data_type_and_expr_with_dsym(self):
         """Lookup objective-c data types and evaluate expressions."""
         self.buildDsym()
         self.data_type_and_expr_objc()
 
-    @unittest2.expectedFailure
     def test_data_type_and_expr_with_dwarf(self):
         """Lookup objective-c data types and evaluate expressions."""
         self.buildDwarf()





More information about the lldb-commits mailing list