r210096 - temporary disable part of a test because it causes clang to leak memory (want to have the sanitizer bot green)
Kostya Serebryany
kcc at google.com
Tue Jun 3 04:45:38 PDT 2014
Author: kcc
Date: Tue Jun 3 06:45:37 2014
New Revision: 210096
URL: http://llvm.org/viewvc/llvm-project?rev=210096&view=rev
Log:
temporary disable part of a test because it causes clang to leak memory (want to have the sanitizer bot green)
Modified:
cfe/trunk/test/Frontend/disable-output.c
Modified: cfe/trunk/test/Frontend/disable-output.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/disable-output.c?rev=210096&r1=210095&r2=210096&view=diff
==============================================================================
--- cfe/trunk/test/Frontend/disable-output.c (original)
+++ cfe/trunk/test/Frontend/disable-output.c Tue Jun 3 06:45:37 2014
@@ -1,7 +1,8 @@
+// FIXME: this test produces a leak report in clang.
// REQUIRES: x86-registered-target
// RUN: %clang_cc1 %s -emit-llvm-only -triple=i386-apple-darwin -o %t
// RUN: not rm %t
-// RUN: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t
-// RUN: not rm %t
+// FIXME: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t
+// FIXME: not rm %t
// Test that output is not generated when emission is disabled.
More information about the cfe-commits
mailing list