Skip to content

Commit 4f8c58d

Browse files
author
git apple-llvm automerger
committed
Merge commit '02f4cfecf693' from llvm.org/master into apple/master
2 parents b036b5b + 02f4cfe commit 4f8c58d

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)