2019-10-03 20:49:55 +00:00
|
|
|
# This test applies to POSIX.
|
2019-10-03 18:29:01 +00:00
|
|
|
# UNSUPPORTED: system-windows
|
|
|
|
|
|
2019-10-30 13:26:13 +01:00
|
|
|
# FIXME: ShellExpandArguments is unimplemented on the following targets.
|
2019-10-03 20:49:55 +00:00
|
|
|
# UNSUPPORTED: system-linux
|
2019-10-30 13:26:13 +01:00
|
|
|
# XFAIL: system-freebsd
|
|
|
|
|
# XFAIL: system-netbsd
|
|
|
|
|
# XFAIL: system-openbsd
|
2019-10-03 20:49:55 +00:00
|
|
|
|
2019-10-30 15:57:16 +01:00
|
|
|
# RUN: %clang_host %S/Inputs/simple.c -g -o %t.out
|
2020-05-05 10:58:03 -07:00
|
|
|
# RUN: SHELL=bogus not %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s --check-prefix ERROR
|
2019-10-03 18:29:01 +00:00
|
|
|
# RUN: env -i %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s
|
|
|
|
|
|
|
|
|
|
# ERROR: error: shell expansion failed
|
|
|
|
|
# CHECK-NOT: error: shell expansion failed
|