diff options
-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 |