1# FIXME: ShellExpandArguments is unimplemented on the following targets. 2# UNSUPPORTED: system-windows 3# UNSUPPORTED: system-linux 4# XFAIL: system-freebsd 5# XFAIL: system-netbsd 6# XFAIL: system-openbsd 7 8# RUN: %clang_host %S/Inputs/simple.c -g -o %t.out 9# RUN: SHELL=bogus not %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s --check-prefix ERROR 10# RUN: env -i ASAN_OPTIONS='detect_container_overflow=0' %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s 11 12# ERROR: error: shell expansion failed 13# CHECK-NOT: error: shell expansion failed 14