[Lldb-commits] [PATCH] D11206: Mark TestCModules.py as XFAIL on OSX

Oleksiy Vyalov ovyalov at google.com
Tue Jul 14 16:34:44 PDT 2015


ovyalov created this revision.
ovyalov added reviewers: spyffe, clayborg.
ovyalov added a subscriber: lldb-commits.

Mark TestCModules.py as XFAIL on OSX - http://llvm.org/pr24124

http://reviews.llvm.org/D11206

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/pr24124')
     def test_expr_with_dsym(self):
         self.buildDsym()
         self.expr()
 
     @dwarf_test
     @skipIfFreeBSD
+    @expectedFailureDarwin('http://llvm.org/pr24124')
     @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: D11206.29730.patch
Type: text/x-patch
Size: 636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150714/75bd1fca/attachment.bin>


More information about the lldb-commits mailing list