[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Host / TestCustomShell.test
blob0e948a1b1f7f3325438af20cddf403086929dfe6
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
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
12 # ERROR: error: shell expansion failed
13 # CHECK-NOT: error: shell expansion failed