diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-04-23 14:51:12 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-04-23 14:51:12 +0000 |
commit | fe16a620a795ca05fea079c4f1ceed313e711ddb (patch) | |
tree | 10bb5fa02053819a82db56f6e4a6b256f1ad9930 /llvm/test/BugPoint/compile-custom.ll | |
parent | 6a4a0799a526542b446139e1be7215477aea2a01 (diff) | |
download | bcm5719-llvm-fe16a620a795ca05fea079c4f1ceed313e711ddb.tar.gz bcm5719-llvm-fe16a620a795ca05fea079c4f1ceed313e711ddb.zip |
Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak.
llvm-svn: 206989
Diffstat (limited to 'llvm/test/BugPoint/compile-custom.ll')
-rwxr-xr-x | llvm/test/BugPoint/compile-custom.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/BugPoint/compile-custom.ll b/llvm/test/BugPoint/compile-custom.ll index e9016ffb870..d019811cbe3 100755 --- a/llvm/test/BugPoint/compile-custom.ll +++ b/llvm/test/BugPoint/compile-custom.ll @@ -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. |