From 02f4cfecf6936a28cbba9314a9cbb3f510aa9710 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 30 Oct 2019 13:26:13 +0100 Subject: [PATCH] [lldb] [test] Mark TestCustomShell XFAIL on *bsd as well All *BSD targets do not implement ShellExpandArguments, so mark the test appropriately. --- lldb/test/Shell/Host/TestCustomShell.test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lldb/test/Shell/Host/TestCustomShell.test b/lldb/test/Shell/Host/TestCustomShell.test index 97511eb..2455357 100644 --- a/lldb/test/Shell/Host/TestCustomShell.test +++ b/lldb/test/Shell/Host/TestCustomShell.test @@ -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 -- 2.7.4