summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2014-10-16 22:06:26 +0000
committerEnrico Granata <egranata@apple.com>2014-10-16 22:06:26 +0000
commit0d976f0699bf54cb313bcb7bbd41b9dbcb6b3cd2 (patch)
tree12d812c791aa969761e7db920b2593018a728420
parentbe7d285e73b5ed46ff83abdb5b1e1c92bf5626fe (diff)
downloadbcm5719-llvm-0d976f0699bf54cb313bcb7bbd41b9dbcb6b3cd2.tar.gz
bcm5719-llvm-0d976f0699bf54cb313bcb7bbd41b9dbcb6b3cd2.zip
Associate a bug tracking ID with this test case
llvm-svn: 219972
-rw-r--r--lldb/test/lang/c/blocks/TestBlocks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/lang/c/blocks/TestBlocks.py b/lldb/test/lang/c/blocks/TestBlocks.py
index 9f3d806778f..1a247e90451 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()
OpenPOWER on IntegriCloud