forked from OSchip/llvm-project
I see this test case crash - skip for now
llvm-svn: 219970
This commit is contained in:
parent
528c926b3c
commit
d116f4a0a0
|
@ -15,6 +15,7 @@ class TestObjCIvarsInBlocks(TestBase):
|
||||||
@expectedFailurei386
|
@expectedFailurei386
|
||||||
@python_api_test
|
@python_api_test
|
||||||
@dsym_test
|
@dsym_test
|
||||||
|
@unittest2.skip("rdar://18682916")
|
||||||
def test_with_dsym_and_python_api(self):
|
def test_with_dsym_and_python_api(self):
|
||||||
"""Test printing the ivars of the self when captured in blocks"""
|
"""Test printing the ivars of the self when captured in blocks"""
|
||||||
self.buildDsym()
|
self.buildDsym()
|
||||||
|
@ -25,6 +26,7 @@ class TestObjCIvarsInBlocks(TestBase):
|
||||||
# This test requires the 2.0 runtime, so it will fail on i386.
|
# This test requires the 2.0 runtime, so it will fail on i386.
|
||||||
@expectedFailurei386
|
@expectedFailurei386
|
||||||
@dwarf_test
|
@dwarf_test
|
||||||
|
@unittest2.skip("rdar://18682916")
|
||||||
def test_with_dwarf_and_python_api(self):
|
def test_with_dwarf_and_python_api(self):
|
||||||
"""Test printing the ivars of the self when captured in blocks"""
|
"""Test printing the ivars of the self when captured in blocks"""
|
||||||
self.buildDwarf()
|
self.buildDwarf()
|
||||||
|
|
Loading…
Reference in New Issue