[lldb] [test] Mark TestCustomShell XFAIL on *bsd as well
authorMichał Górny <mgorny@gentoo.org>
Wed, 30 Oct 2019 12:26:13 +0000 (13:26 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 30 Oct 2019 12:26:13 +0000 (13:26 +0100)
All *BSD targets do not implement ShellExpandArguments, so mark
the test appropriately.

lldb/test/Shell/Host/TestCustomShell.test

index 97511eb..2455357 100644 (file)
@@ -1,8 +1,11 @@
 # This test applies to POSIX.
 # UNSUPPORTED: system-windows
 
-# FIXME: ShellExpandArguments is unimplemented on Linux.
+# FIXME: ShellExpandArguments is unimplemented on the following targets.
 # UNSUPPORTED: system-linux
+# XFAIL: system-freebsd
+# XFAIL: system-netbsd
+# XFAIL: system-openbsd
 
 # 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