From 6ec94e3731b9ac859bb9949a5af127ef91ea92d8 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Wed, 20 Oct 2010 18:51:01 +0000 Subject: [PATCH] Remove the two @expectedFailure decorators as the bug has been fixed on tot. llvm-svn: 116941 --- lldb/test/class_types/TestClassTypes.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/test/class_types/TestClassTypes.py b/lldb/test/class_types/TestClassTypes.py index 6270b8563a07..1777508528e1 100644 --- a/lldb/test/class_types/TestClassTypes.py +++ b/lldb/test/class_types/TestClassTypes.py @@ -36,7 +36,6 @@ class ClassTypesTestCase(TestBase): 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 @@ class ClassTypesTestCase(TestBase): 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):