102f4cfecSMichał Górny# FIXME: ShellExpandArguments is unimplemented on the following targets. 24d3a061cSJonas Devlieghere# UNSUPPORTED: system-windows 387aa9c9eSJonas Devlieghere# UNSUPPORTED: system-linux 402f4cfecSMichał Górny# XFAIL: system-freebsd 502f4cfecSMichał Górny# XFAIL: system-netbsd 602f4cfecSMichał Górny# XFAIL: system-openbsd 787aa9c9eSJonas Devlieghere 89c739252SPavel Labath# RUN: %clang_host %S/Inputs/simple.c -g -o %t.out 980b2da42SJim Ingham# RUN: SHELL=bogus not %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s --check-prefix ERROR 10*294ca122SAugusto Noronha# RUN: env -i ASAN_OPTIONS='detect_container_overflow=0' %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s 1187aa9c9eSJonas Devlieghere 1287aa9c9eSJonas Devlieghere# ERROR: error: shell expansion failed 1387aa9c9eSJonas Devlieghere# CHECK-NOT: error: shell expansion failed 14