Mercurial > hg > CbC > CbC_llvm
view lldb/test/Shell/Host/TestCustomShell.test @ 227:21e6aa2e49ef
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 19 Jul 2021 06:57:16 +0900 |
parents | 5f17cb93ff66 |
children | 1f2b6ac9f198 |
line wrap: on
line source
# 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 'process launch -X 1 --' 2>&1 | FileCheck %s --check-prefix ERROR # RUN: env -i %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s # ERROR: error: shell expansion failed # CHECK-NOT: error: shell expansion failed