From 0d976f0699bf54cb313bcb7bbd41b9dbcb6b3cd2 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 16 Oct 2014 22:06:26 +0000 Subject: [PATCH] Associate a bug tracking ID with this test case llvm-svn: 219972 --- lldb/test/lang/c/blocks/TestBlocks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/test/lang/c/blocks/TestBlocks.py b/lldb/test/lang/c/blocks/TestBlocks.py index 9f3d806778f7..1a247e90451a 100644 --- a/lldb/test/lang/c/blocks/TestBlocks.py +++ b/lldb/test/lang/c/blocks/TestBlocks.py @@ -12,12 +12,12 @@ class BlocksTestCase(TestBase): lines = [] @dsym_test - @unittest2.expectedFailure + @unittest2.expectedFailure("rdar://problem/10413887 - Call blocks in expressions") def test_expr_with_dsym(self): self.buildDsym() self.expr() - @unittest2.expectedFailure + @unittest2.expectedFailure("rdar://problem/10413887 - Call blocks in expressions") @dwarf_test def test_expr_with_dwarf(self): self.buildDwarf()