From f70847deeff88c97d5a8898549ce8d4b4ad02b9e Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Fri, 14 Oct 2016 01:11:19 +0000 Subject: [PATCH] This test passes on i386 now. llvm-svn: 284183 --- .../Python/lldbsuite/test/lang/objc/ivar-IMP/TestObjCiVarIMP.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/TestObjCiVarIMP.py b/lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/TestObjCiVarIMP.py index 94f01e4..79b7ee5 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/TestObjCiVarIMP.py +++ b/lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/TestObjCiVarIMP.py @@ -33,10 +33,6 @@ class ObjCiVarIMPTestCase(TestBase): @no_debug_info_test def test_imp_ivar_type(self): """Test that dynamically discovered ivars of type IMP do not crash LLDB""" - if self.getArchitecture() == 'i386': - # rdar://problem/9946499 - self.skipTest("Dynamic types for ObjC V1 runtime not implemented") - execute_command("make repro") def cleanup(): -- 2.7.4