<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 3, 2014 at 6:50 PM, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">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.</p>
</blockquote><div><br></div><div>I tried </div><div> XFAIL: *</div><div>but this breaks when I am not running with lsan because w/o lsan the test passes. </div><div>Or you are suggesting something else?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">
<div class="gmail_quote">On Jun 3, 2014 4:55 AM, "Kostya Serebryany" <<a href="mailto:kcc@google.com" target="_blank">kcc@google.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

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" target="_blank">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" target="_blank">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" target="_blank">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div>
</div></div></blockquote></div><br></div></div>