diff options
| author | Oleksiy Vyalov <ovyalov@google.com> | 2014-12-10 01:48:17 +0000 |
|---|---|---|
| committer | Oleksiy Vyalov <ovyalov@google.com> | 2014-12-10 01:48:17 +0000 |
| commit | b9321bd77445fb09ca174203de282a1ff593ba5e (patch) | |
| tree | 49f9f952705ad2992db2d4035705f680d59bdeaf /lldb/test/python_api/exprpath_synthetic | |
| parent | f14b1df55b64aa66ec799b948ef99c1558a4c4c8 (diff) | |
| download | bcm5719-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.py | 3 |
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]) |

