[Lldb-commits] [lldb] r219970 - I see this test case crash - skip for now

Enrico Granata egranata at apple.com
Thu Oct 16 14:42:34 PDT 2014


Author: enrico
Date: Thu Oct 16 16:42:34 2014
New Revision: 219970

URL: http://llvm.org/viewvc/llvm-project?rev=219970&view=rev
Log:
I see this test case crash - skip for now

Modified:
    lldb/trunk/test/lang/objc/blocks/TestObjCIvarsInBlocks.py

Modified: lldb/trunk/test/lang/objc/blocks/TestObjCIvarsInBlocks.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/objc/blocks/TestObjCIvarsInBlocks.py?rev=219970&r1=219969&r2=219970&view=diff
==============================================================================
--- lldb/trunk/test/lang/objc/blocks/TestObjCIvarsInBlocks.py (original)
+++ lldb/trunk/test/lang/objc/blocks/TestObjCIvarsInBlocks.py Thu Oct 16 16:42:34 2014
@@ -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()





More information about the lldb-commits mailing list