Skip to content

Commit 02f4cfe

Browse files
committed
[lldb] [test] Mark TestCustomShell XFAIL on *bsd as well
All *BSD targets do not implement ShellExpandArguments, so mark the test appropriately.
1 parent 5c2c946 commit 02f4cfe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lldb/test/Shell/Host/TestCustomShell.test

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# This test applies to POSIX.
22
# UNSUPPORTED: system-windows
33

4-
# FIXME: ShellExpandArguments is unimplemented on Linux.
4+
# FIXME: ShellExpandArguments is unimplemented on the following targets.
55
# UNSUPPORTED: system-linux
6+
# XFAIL: system-freebsd
7+
# XFAIL: system-netbsd
8+
# XFAIL: system-openbsd
69

710
# RUN: %clang %S/Inputs/simple.c -g -o %t.out
811
# RUN: SHELL=bogus %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s --check-prefix ERROR

0 commit comments

Comments
 (0)