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()


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()
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to