[llvm] r207355 - Revert r206989, "Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak." It has been fixed since r207265.

NAKAMURA Takumi geek4civic at gmail.com
Sun Apr 27 04:59:33 PDT 2014


Author: chapuni
Date: Sun Apr 27 06:59:33 2014
New Revision: 207355

URL: http://llvm.org/viewvc/llvm-project?rev=207355&view=rev
Log:
Revert r206989, "Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak." It has been fixed since r207265.

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=207355&r1=207354&r2=207355&view=diff
==============================================================================
--- llvm/trunk/test/BugPoint/compile-custom.ll (original)
+++ llvm/trunk/test/BugPoint/compile-custom.ll Sun Apr 27 06:59:33 2014
@@ -1,8 +1,6 @@
 ; 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