[PATCH] D12273: XFAIL bugpoint test on FreeBSD

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 23 10:51:21 PDT 2015


davide created this revision.
davide added a subscriber: llvm-commits.

FreeBSD doesn't ship with gcc by default anymore, so this fails on a stock installation.
I would like to mark this as XFAIL until a better solution is found, it generates noise. 

Exit Code: 1

Command Output (stderr):
--
Cannot find `gcc' in PATH: No such file or directory


http://reviews.llvm.org/D12273

Files:
  compile-custom.ll

Index: compile-custom.ll
===================================================================
--- compile-custom.ll
+++ compile-custom.ll
@@ -1,5 +1,6 @@
 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext --compile-custom --compile-command="%python %s.py arg1 arg2" --output-prefix %t %s | FileCheck %s
 ; REQUIRES: loadable_module
+; XFAIL: freebsd
 
 ; Test that arguments are correctly passed in --compile-command.  The output
 ; of bugpoint includes the output of the custom tool, so we just echo the args


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12273.32927.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150823/2f322e08/attachment.bin>


More information about the llvm-commits mailing list