Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
516 B
Plaintext
Raw Permalink Normal View History

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