We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2c946 commit 02f4cfeCopy full SHA for 02f4cfe
lldb/test/Shell/Host/TestCustomShell.test
@@ -1,8 +1,11 @@
1
# This test applies to POSIX.
2
# UNSUPPORTED: system-windows
3
4
-# FIXME: ShellExpandArguments is unimplemented on Linux.
+# FIXME: ShellExpandArguments is unimplemented on the following targets.
5
# UNSUPPORTED: system-linux
6
+# XFAIL: system-freebsd
7
+# XFAIL: system-netbsd
8
+# XFAIL: system-openbsd
9
10
# RUN: %clang %S/Inputs/simple.c -g -o %t.out
11
# RUN: SHELL=bogus %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s --check-prefix ERROR
0 commit comments