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
9*80b2da42SJim Ingham# RUN: SHELL=bogus not %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s --check-prefix ERROR
10*80b2da42SJim Ingham# RUN: env -i %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