The 'r' and 'run' aliases were different based on the target architecture. I suspect the intention was to disable shell expansion on embedded devices. This fixes TestCustomShell.test on AS.
14 lines
485 B
Plaintext
14 lines
485 B
Plaintext
# FIXME: ShellExpandArguments is unimplemented on the following targets.
|
|
# UNSUPPORTED: system-windows
|
|
# UNSUPPORTED: system-linux
|
|
# XFAIL: system-freebsd
|
|
# XFAIL: system-netbsd
|
|
# XFAIL: system-openbsd
|
|
|
|
# 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
|