[Lldb-commits] [lldb] r219972 - Associate a bug tracking ID with this test case

Enrico Granata egranata at apple.com
Thu Oct 16 15:06:27 PDT 2014


Author: enrico
Date: Thu Oct 16 17:06:26 2014
New Revision: 219972

URL: http://llvm.org/viewvc/llvm-project?rev=219972&view=rev
Log:
Associate a bug tracking ID with this test case

Modified:
    lldb/trunk/test/lang/c/blocks/TestBlocks.py

Modified: lldb/trunk/test/lang/c/blocks/TestBlocks.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/blocks/TestBlocks.py?rev=219972&r1=219971&r2=219972&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/blocks/TestBlocks.py (original)
+++ lldb/trunk/test/lang/c/blocks/TestBlocks.py Thu Oct 16 17:06:26 2014
@@ -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()





More information about the lldb-commits mailing list