14 lines · plain
1# FIXME: ShellExpandArguments is unimplemented on the following targets.2# UNSUPPORTED: system-windows3# UNSUPPORTED: system-linux4# XFAIL: system-freebsd5# XFAIL: system-netbsd6# XFAIL: system-openbsd7 8# RUN: %clang_host %S/Inputs/simple.c -g -o %t.out9# RUN: env SHELL=bogus not %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s --check-prefix ERROR10# RUN: env -i ASAN_OPTIONS='detect_container_overflow=0' %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s11 12# ERROR: error: shell expansion failed13# CHECK-NOT: error: shell expansion failed14