This test passes on i386 now.

llvm-svn: 284183
This commit is contained in:
Jim Ingham 2016-10-14 01:11:19 +00:00
parent f5afb8bd80
commit f70847deef
1 changed files with 0 additions and 4 deletions

View File

@ -33,10 +33,6 @@ class ObjCiVarIMPTestCase(TestBase):
@no_debug_info_test @no_debug_info_test
def test_imp_ivar_type(self): def test_imp_ivar_type(self):
"""Test that dynamically discovered ivars of type IMP do not crash LLDB""" """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") execute_command("make repro")
def cleanup(): def cleanup():