[Lldb-commits] [lldb] r245357 - Mark TestCModules as XFAIL on OSX.
Oleksiy Vyalov via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 18 14:20:25 PDT 2015
Author: ovyalov
Date: Tue Aug 18 16:20:25 2015
New Revision: 245357
URL: http://llvm.org/viewvc/llvm-project?rev=245357&view=rev
Log:
Mark TestCModules as XFAIL on OSX.
http://reviews.llvm.org/D11962
Modified:
lldb/trunk/test/lang/c/modules/TestCModules.py
Modified: lldb/trunk/test/lang/c/modules/TestCModules.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/modules/TestCModules.py?rev=245357&r1=245356&r2=245357&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/modules/TestCModules.py (original)
+++ lldb/trunk/test/lang/c/modules/TestCModules.py Tue Aug 18 16:20:25 2015
@@ -16,12 +16,14 @@ class CModulesTestCase(TestBase):
@skipUnlessDarwin
@dsym_test
+ @expectedFailureDarwin('http://llvm.org/pr24302')
def test_expr_with_dsym(self):
self.buildDsym()
self.expr()
@dwarf_test
@skipIfFreeBSD
+ @expectedFailureDarwin('http://llvm.org/pr24302')
@expectedFailureLinux('http://llvm.org/pr23456') # 'fopen' has unknown return type
@expectedFailureWindows("llvm.org/pr24489: Name lookup not working correctly on Windows")
def test_expr_with_dwarf(self):
More information about the lldb-commits
mailing list