diff options
| author | Michał Górny <mgorny@gentoo.org> | 2019-10-30 13:26:13 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2019-10-30 13:26:13 +0100 |
| commit | 02f4cfecf6936a28cbba9314a9cbb3f510aa9710 (patch) | |
| tree | 21b3c90c3c715b128fa694c10a65e37e0c1c5069 /lldb/test/Shell/Host | |
| parent | 5c2c94648e424d1c2ccfd7bd3c7147bb6389198d (diff) | |
| download | bcm5719-llvm-02f4cfecf6936a28cbba9314a9cbb3f510aa9710.tar.gz bcm5719-llvm-02f4cfecf6936a28cbba9314a9cbb3f510aa9710.zip | |
[lldb] [test] Mark TestCustomShell XFAIL on *bsd as well
All *BSD targets do not implement ShellExpandArguments, so mark
the test appropriately.
Diffstat (limited to 'lldb/test/Shell/Host')
| -rw-r--r-- | lldb/test/Shell/Host/TestCustomShell.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lldb/test/Shell/Host/TestCustomShell.test b/lldb/test/Shell/Host/TestCustomShell.test index 97511eb7948..24553572586 100644 --- a/lldb/test/Shell/Host/TestCustomShell.test +++ b/lldb/test/Shell/Host/TestCustomShell.test @@ -1,8 +1,11 @@ # This test applies to POSIX. # UNSUPPORTED: system-windows -# FIXME: ShellExpandArguments is unimplemented on Linux. +# FIXME: ShellExpandArguments is unimplemented on the following targets. # UNSUPPORTED: system-linux +# XFAIL: system-freebsd +# XFAIL: system-netbsd +# XFAIL: system-openbsd # RUN: %clang %S/Inputs/simple.c -g -o %t.out # RUN: SHELL=bogus %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s --check-prefix ERROR |

