forked from OSchip/llvm-project
[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:
parent
5c2c94648e
commit
02f4cfecf6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue