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()
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()
_______________________________________________ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits