summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-10-20 18:51:01 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-10-20 18:51:01 +0000
commit6ec94e3731b9ac859bb9949a5af127ef91ea92d8 (patch)
treed7abd257c64a5b46ba12df20906741416b544611 /lldb
parent9b131a004f60a92cfb8eaef772630249a769003d (diff)
downloadbcm5719-llvm-6ec94e3731b9ac859bb9949a5af127ef91ea92d8.tar.gz
bcm5719-llvm-6ec94e3731b9ac859bb9949a5af127ef91ea92d8.zip
Remove the two @expectedFailure decorators as the bug has been fixed on tot.
llvm-svn: 116941
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/class_types/TestClassTypes.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/class_types/TestClassTypes.py b/lldb/test/class_types/TestClassTypes.py
index 6270b8563a0..1777508528e 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):
OpenPOWER on IntegriCloud