[llvm-commits] [llvm] r113550 - /llvm/trunk/test/Other/close-stderr.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Sep 9 15:37:35 PDT 2010


On Sep 9, 2010, at 3:23 PM, Bill Wendling wrote:

> On Sep 9, 2010, at 3:02 PM, Jakob Stoklund Olesen wrote:
> 
>> Author: stoklund
>> Date: Thu Sep  9 17:02:13 2010
>> New Revision: 113550
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=113550&view=rev
>> Log:
>> XFAIL test under valgrind. It is not really our problem if sh is leaking.
>> 
> Is there a way to have valgrind ignore sh leaks?

I don't know, but I don't think so.

We already have a bunch of these for tablegen and llvmc leaks.

It would make sense to give the vg_leak bot a whitelist of executables to check. Tests that run a different executable should simply be skipped.

/jakob





More information about the llvm-commits mailing list