From: Michał Górny Date: Wed, 30 Oct 2019 12:26:13 +0000 (+0100) Subject: [lldb] [test] Mark TestCustomShell XFAIL on *bsd as well X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02f4cfecf6936a28cbba9314a9cbb3f510aa9710;p=platform%2Fupstream%2Fllvm.git [lldb] [test] Mark TestCustomShell XFAIL on *bsd as well All *BSD targets do not implement ShellExpandArguments, so mark the test appropriately. --- 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