From c530ba98a9ee2ab97fcae2fd28a366050aa35919 Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Mon, 2 May 2016 21:15:31 +0000 Subject: Import block pointers from DWARF as Clang block pointers, not as structs. Also added a data formatter that presents them as structs if you use frame variable to look at their contents. Now the blocks testcase works. llvm-svn: 268307 --- lldb/packages/Python/lldbsuite/test/lang/c/blocks/TestBlocks.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python') diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/blocks/TestBlocks.py b/lldb/packages/Python/lldbsuite/test/lang/c/blocks/TestBlocks.py index c1099c37ee7..0cc9456af32 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/blocks/TestBlocks.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/blocks/TestBlocks.py @@ -36,7 +36,6 @@ class BlocksTestCase(TestBase): self.wait_for_breakpoint() - @unittest2.expectedFailure("rdar://problem/10413887 - Call blocks in expressions") @skipUnlessDarwin def test_expr(self): self.launch_common() -- cgit v1.2.3