Skip to content

Commit

Permalink
Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206989 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Apr 23, 2014
1 parent 5473dc7 commit db3d12f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/BugPoint/compile-custom.ll
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit db3d12f

Please sign in to comment.