forked from OSchip/llvm-project
Adding ivars in class extensions isn't supported on i386; skip a test.
llvm-svn: 282943
This commit is contained in:
parent
5c82eeaf23
commit
9c2cd9aadc
|
@ -25,6 +25,7 @@ class PersistObjCPointeeType(TestBase):
|
|||
@expectedFailureAll(
|
||||
bugnumber='http://llvm.org/pr23504',
|
||||
oslist=['macosx'], compiler='clang', compiler_version=['<', '7.0.0'])
|
||||
@skipIf(archs=["i386", "i686"])
|
||||
def test_with(self):
|
||||
"""Test that we can p *objcObject"""
|
||||
self.build()
|
||||
|
|
Loading…
Reference in New Issue