summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2014-10-16 21:42:34 +0000
committerEnrico Granata <egranata@apple.com>2014-10-16 21:42:34 +0000
commitd116f4a0a05848e5be9db7c63f2080ca37f0019c (patch)
treea4b11df15708759328226b99ba30043b0fe28c19
parent528c926b3c137b55642f57d4e22463715d6de931 (diff)
downloadbcm5719-llvm-d116f4a0a05848e5be9db7c63f2080ca37f0019c.tar.gz
bcm5719-llvm-d116f4a0a05848e5be9db7c63f2080ca37f0019c.zip
I see this test case crash - skip for now
llvm-svn: 219970
-rw-r--r--lldb/test/lang/objc/blocks/TestObjCIvarsInBlocks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/objc/blocks/TestObjCIvarsInBlocks.py b/lldb/test/lang/objc/blocks/TestObjCIvarsInBlocks.py
index dfb6431d79c..96f08a70a76 100644
--- a/lldb/test/lang/objc/blocks/TestObjCIvarsInBlocks.py
+++ b/lldb/test/lang/objc/blocks/TestObjCIvarsInBlocks.py
@@ -15,6 +15,7 @@ class TestObjCIvarsInBlocks(TestBase):
@expectedFailurei386
@python_api_test
@dsym_test
+ @unittest2.skip("rdar://18682916")
def test_with_dsym_and_python_api(self):
"""Test printing the ivars of the self when captured in blocks"""
self.buildDsym()
@@ -25,6 +26,7 @@ class TestObjCIvarsInBlocks(TestBase):
# This test requires the 2.0 runtime, so it will fail on i386.
@expectedFailurei386
@dwarf_test
+ @unittest2.skip("rdar://18682916")
def test_with_dwarf_and_python_api(self):
"""Test printing the ivars of the self when captured in blocks"""
self.buildDwarf()
OpenPOWER on IntegriCloud