aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-10-03 20:49:55 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-10-03 20:49:55 +0000
commit350147c74662c80ecb5896af878fadbea2e9ef07 (patch)
tree01047be97ff14cfa23855867057467e783af56f9
parent0364c760adba67ab91aed7c9b9f219fb28a355e4 (diff)
downloadllvm-350147c74662c80ecb5896af878fadbea2e9ef07.zip
llvm-350147c74662c80ecb5896af878fadbea2e9ef07.tar.gz
llvm-350147c74662c80ecb5896af878fadbea2e9ef07.tar.bz2
[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
-rw-r--r--lldb/lit/Host/TestCustomShell.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/lit/Host/TestCustomShell.test b/lldb/lit/Host/TestCustomShell.test
index 58cda2e..97511eb 100644
--- a/lldb/lit/Host/TestCustomShell.test
+++ b/lldb/lit/Host/TestCustomShell.test
@@ -1,5 +1,9 @@
+# This test applies to POSIX.
# UNSUPPORTED: system-windows
+# FIXME: ShellExpandArguments is unimplemented on Linux.
+# UNSUPPORTED: system-linux
+
# 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: env -i %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s