[Lldb-commits] [lldb] r223905 - Skip TestExprPathSynthetic test on FreeBSD, Linux & Windows.
Oleksiy Vyalov
ovyalov at google.com
Tue Dec 9 17:48:18 PST 2014
Author: ovyalov
Date: Tue Dec 9 19:48:17 2014
New Revision: 223905
URL: http://llvm.org/viewvc/llvm-project?rev=223905&view=rev
Log:
Skip TestExprPathSynthetic test on FreeBSD, Linux & Windows.
Modified:
lldb/trunk/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py
Modified: lldb/trunk/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py?rev=223905&r1=223904&r2=223905&view=diff
==============================================================================
--- lldb/trunk/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py (original)
+++ lldb/trunk/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py Tue Dec 9 19:48:17 2014
@@ -1,3 +1,4 @@
import lldbinline
+import lldbtest
-lldbinline.MakeInlineTest(__file__, globals())
+lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.skipIfFreeBSD,lldbtest.skipIfLinux,lldbtest.skipIfWindows])
More information about the lldb-commits
mailing list