r185809 - clang/test/Index/comment-custom-block-command.cpp: This has not been failing since r175892 on valgrind.
NAKAMURA Takumi
geek4civic at gmail.com
Mon Jul 8 05:00:29 PDT 2013
Author: chapuni
Date: Mon Jul 8 07:00:29 2013
New Revision: 185809
URL: http://llvm.org/viewvc/llvm-project?rev=185809&view=rev
Log:
clang/test/Index/comment-custom-block-command.cpp: This has not been failing since r175892 on valgrind.
That said, it fails with --vg-leak. Mark it as XFAIL: vg_leak instead.
Modified:
cfe/trunk/test/Index/comment-custom-block-command.cpp
Modified: cfe/trunk/test/Index/comment-custom-block-command.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/comment-custom-block-command.cpp?rev=185809&r1=185808&r2=185809&view=diff
==============================================================================
--- cfe/trunk/test/Index/comment-custom-block-command.cpp (original)
+++ cfe/trunk/test/Index/comment-custom-block-command.cpp Mon Jul 8 07:00:29 2013
@@ -17,7 +17,7 @@
// RUN: FileCheck %s < %t/out.c-index-direct
// RUN: FileCheck %s < %t/out.c-index-pch
-// XFAIL: valgrind
+// XFAIL: vg_leak
#ifndef HEADER
#define HEADER
More information about the cfe-commits
mailing list