[Lldb-commits] [PATCH] D11962: Mark TestCModules as XFAIL on OSX

Oleksiy Vyalov via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 12 10:35:07 PDT 2015


ovyalov updated this revision to Diff 31956.
ovyalov added a comment.

Added bug id to XFAIL decorators


http://reviews.llvm.org/D11962

Files:
  test/lang/c/modules/TestCModules.py

Index: test/lang/c/modules/TestCModules.py
===================================================================
--- test/lang/c/modules/TestCModules.py
+++ test/lang/c/modules/TestCModules.py
@@ -16,12 +16,14 @@
 
     @skipUnlessDarwin
     @dsym_test
+    @expectedFailureDarwin('http://llvm.org/pr24302')
     def test_expr_with_dsym(self):
         self.buildDsym()
         self.expr()
 
     @dwarf_test
     @skipIfFreeBSD
+    @expectedFailureDarwin('http://llvm.org/pr24302')
     @expectedFailureLinux('http://llvm.org/pr23456') # 'fopen' has unknown return type
     def test_expr_with_dwarf(self):
         self.buildDwarf()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11962.31956.patch
Type: text/x-patch
Size: 636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150812/5f0fd7cb/attachment.bin>


More information about the lldb-commits mailing list