forked from OSchip/llvm-project
[test] Disable TestCustomShell on Linux
ShellExpandArguments is unimplemented on Linux. I need to come up with another way to test this on Linux. llvm-svn: 373662
This commit is contained in:
parent
0364c760ad
commit
350147c746
|
@ -1,5 +1,9 @@
|
||||||
|
# This test applies to POSIX.
|
||||||
# UNSUPPORTED: system-windows
|
# UNSUPPORTED: system-windows
|
||||||
|
|
||||||
|
# FIXME: ShellExpandArguments is unimplemented on Linux.
|
||||||
|
# UNSUPPORTED: system-linux
|
||||||
|
|
||||||
# RUN: %clang %S/Inputs/simple.c -g -o %t.out
|
# RUN: %clang %S/Inputs/simple.c -g -o %t.out
|
||||||
# RUN: SHELL=bogus %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s --check-prefix ERROR
|
# RUN: SHELL=bogus %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
|
# RUN: env -i %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s
|
||||||
|
|
Loading…
Reference in New Issue