[Lldb-commits] [lldb] r116941 - /lldb/trunk/test/class_types/TestClassTypes.py

Johnny Chen johnny.chen at apple.com
Wed Oct 20 11:51:02 PDT 2010


Author: johnny
Date: Wed Oct 20 13:51:01 2010
New Revision: 116941

URL: http://llvm.org/viewvc/llvm-project?rev=116941&view=rev
Log:
Remove the two @expectedFailure decorators as the bug has been fixed on tot.

Modified:
    lldb/trunk/test/class_types/TestClassTypes.py

Modified: lldb/trunk/test/class_types/TestClassTypes.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/class_types/TestClassTypes.py?rev=116941&r1=116940&r2=116941&view=diff
==============================================================================
--- lldb/trunk/test/class_types/TestClassTypes.py (original)
+++ lldb/trunk/test/class_types/TestClassTypes.py Wed Oct 20 13:51:01 2010
@@ -36,7 +36,6 @@
         self.breakpoint_creation_by_filespec_python()
 
     @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
-    @unittest2.expectedFailure
     # rdar://problem/8557478
     # test/class_types test failures: runCmd: expr this->m_c_int
     def test_with_dsym_and_expr_parser(self):
@@ -44,7 +43,6 @@
         self.buildDsym()
         self.class_types_expr_parser()
 
-    @unittest2.expectedFailure
     # rdar://problem/8557478
     # test/class_types test failures: runCmd: expr this->m_c_int
     def test_with_dwarf_and_expr_parser(self):





More information about the lldb-commits mailing list