summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/exprpath_synthetic
diff options
context:
space:
mode:
authorOleksiy Vyalov <ovyalov@google.com>2014-12-10 01:48:17 +0000
committerOleksiy Vyalov <ovyalov@google.com>2014-12-10 01:48:17 +0000
commitb9321bd77445fb09ca174203de282a1ff593ba5e (patch)
tree49f9f952705ad2992db2d4035705f680d59bdeaf /lldb/test/python_api/exprpath_synthetic
parentf14b1df55b64aa66ec799b948ef99c1558a4c4c8 (diff)
downloadbcm5719-llvm-b9321bd77445fb09ca174203de282a1ff593ba5e.tar.gz
bcm5719-llvm-b9321bd77445fb09ca174203de282a1ff593ba5e.zip
Skip TestExprPathSynthetic test on FreeBSD, Linux & Windows.
llvm-svn: 223905
Diffstat (limited to 'lldb/test/python_api/exprpath_synthetic')
-rw-r--r--lldb/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py b/lldb/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py
index a70d2ca7414..356979f0248 100644
--- a/lldb/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py
+++ b/lldb/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py
@@ -1,3 +1,4 @@
import lldbinline
+import lldbtest
-lldbinline.MakeInlineTest(__file__, globals())
+lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.skipIfFreeBSD,lldbtest.skipIfLinux,lldbtest.skipIfWindows])
OpenPOWER on IntegriCloud