This test passes on i386 now.
authorJim Ingham <jingham@apple.com>
Fri, 14 Oct 2016 01:11:19 +0000 (01:11 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 14 Oct 2016 01:11:19 +0000 (01:11 +0000)
llvm-svn: 284183

lldb/packages/Python/lldbsuite/test/lang/objc/ivar-IMP/TestObjCiVarIMP.py

index 94f01e4..79b7ee5 100644 (file)
@@ -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():