<p dir="ltr"><br>
On Jun 3, 2014 8:04 AM, "Kostya Serebryany" <<a href="mailto:kcc@google.com">kcc@google.com</a>> wrote:<br>
><br>
><br>
><br>
><br>
> On Tue, Jun 3, 2014 at 6:50 PM, David Blaikie <<a href="mailto:dblaikie@gmail.com">dblaikie@gmail.com</a>> wrote:<br>
>><br>
>> Would am xfail be better. That should cause the test to fail to fail when this bug is fixed, promoting someone to in xfail it and raise the bar.<br>
><br>
><br>
> I tried <br>
>  XFAIL: *<br>
> but this breaks when I am not running with lsan because w/o lsan the test passes. </p>
<p dir="ltr">Right, you'd need to teach lit about an lsan feature name if it doesn't know already, like we have for valgrind (and specifically valgrind leak detection: XFAIL: vg_leak, if I recall correctly)</p>
<p dir="ltr">> Or you are suggesting something else?<br>
>  <br>
>><br>
>> On Jun 3, 2014 4:55 AM, "Kostya Serebryany" <<a href="mailto:kcc@google.com">kcc@google.com</a>> wrote:<br>
>>><br>
>>> Author: kcc<br>
>>> Date: Tue Jun  3 06:45:37 2014<br>
>>> New Revision: 210096<br>
>>><br>
>>> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=210096&view=rev">http://llvm.org/viewvc/llvm-project?rev=210096&view=rev</a><br>
>>> Log:<br>
>>> temporary disable part of a test because it causes clang to leak memory (want to have the sanitizer bot green)<br>
>>><br>
>>> Modified:<br>
>>>     cfe/trunk/test/Frontend/disable-output.c<br>
>>><br>
>>> Modified: cfe/trunk/test/Frontend/disable-output.c<br>
>>> URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/disable-output.c?rev=210096&r1=210095&r2=210096&view=diff">http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/disable-output.c?rev=210096&r1=210095&r2=210096&view=diff</a><br>

>>> ==============================================================================<br>
>>> --- cfe/trunk/test/Frontend/disable-output.c (original)<br>
>>> +++ cfe/trunk/test/Frontend/disable-output.c Tue Jun  3 06:45:37 2014<br>
>>> @@ -1,7 +1,8 @@<br>
>>> +// FIXME: this test produces a leak report in clang.<br>
>>>  // REQUIRES: x86-registered-target<br>
>>>  // RUN: %clang_cc1 %s -emit-llvm-only -triple=i386-apple-darwin -o %t<br>
>>>  // RUN: not rm %t<br>
>>> -// RUN: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t<br>
>>> -// RUN: not rm %t<br>
>>> +// FIXME: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t<br>
>>> +// FIXME: not rm %t<br>
>>><br>
>>>  // Test that output is not generated when emission is disabled.<br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> cfe-commits mailing list<br>
>>> <a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
>>> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
><br>
><br>
</p>