[lldb] [test] Mark TestCustomShell XFAIL on *bsd as well

All *BSD targets do not implement ShellExpandArguments, so mark
the test appropriately.
This commit is contained in:
Michał Górny 2019-10-30 13:26:13 +01:00
parent 5c2c94648e
commit 02f4cfecf6
1 changed files with 4 additions and 1 deletions

View File

@ -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