[Lldb-commits] [PATCH] D11617: xfail TestCModules.py on Darwin

Ying Chen chying at google.com
Wed Jul 29 17:48:21 PDT 2015


chying created this revision.
chying added a reviewer: clayborg.
chying added a subscriber: lldb-commits.

- Test is failing on Darwin due to http://llvm.org/pr24302

http://reviews.llvm.org/D11617

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') # functions from imported module are not recognized in the first call
     def test_expr_with_dsym(self):
         self.buildDsym()
         self.expr()
 
     @dwarf_test
     @skipIfFreeBSD
+    @expectedFailureDarwin('http://llvm.org/pr24302') # functions from imported module are not recognized in the first call
     @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: D11617.30974.patch
Type: text/x-patch
Size: 776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150730/eaf37d8c/attachment.bin>


More information about the lldb-commits mailing list