Author: jdevlieghere
Date: Thu Oct 3 13:49:55 2019
New Revision: 373662
URL: http://llvm.org/viewvc/llvm-project?rev=373662&view=rev
Log:
[test] Disable TestCustomShell on Linux
ShellExpandArguments is unimplemented on Linux. I need to come up with
another way to test this on Linux.
Modified:
lldb/trunk/lit/Host/TestCustomShell.test
Modified: lldb/trunk/lit/Host/TestCustomShell.test
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Host/TestCustomShell.test?rev=373662&r1=373661&r2=373662&view=diff
==============================================================================
--- lldb/trunk/lit/Host/TestCustomShell.test (original)
+++ lldb/trunk/lit/Host/TestCustomShell.test Thu Oct 3 13:49:55 2019
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits