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

Oleksiy Vyalov via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 11 16:07:52 PDT 2015


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

Mark TestCModules as XFAIL on OSX in order to make build bot green - http://lab.llvm.org:8011/builders/lldb-x86_64-darwin-13.4/builds/4722

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 # use of undeclared identifier 'MIN'
     def test_expr_with_dsym(self):
         self.buildDsym()
         self.expr()
 
     @dwarf_test
     @skipIfFreeBSD
+    @expectedFailureDarwin # use of undeclared identifier 'MIN'
     @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.31875.patch
Type: text/x-patch
Size: 656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150811/9f399488/attachment.bin>


More information about the lldb-commits mailing list