[llvm] r206989 - Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak.
NAKAMURA Takumi
geek4civic at gmail.com
Wed Apr 23 07:51:12 PDT 2014
Author: chapuni
Date: Wed Apr 23 09:51:12 2014
New Revision: 206989
URL: http://llvm.org/viewvc/llvm-project?rev=206989&view=rev
Log:
Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak.
Modified:
llvm/trunk/test/BugPoint/compile-custom.ll
Modified: llvm/trunk/test/BugPoint/compile-custom.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/BugPoint/compile-custom.ll?rev=206989&r1=206988&r2=206989&view=diff
==============================================================================
--- llvm/trunk/test/BugPoint/compile-custom.ll (original)
+++ llvm/trunk/test/BugPoint/compile-custom.ll Wed Apr 23 09:51:12 2014
@@ -1,6 +1,8 @@
; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext --compile-custom --compile-command="%s.py arg1 arg2" --output-prefix %t %s | FileCheck %s
; REQUIRES: loadable_module
+; XFAIL: vg_leak
+
; 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
; in the tool and check here.
More information about the llvm-commits
mailing list