diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-22 03:49:16 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-22 03:49:16 +0000 |
commit | 614323cc1cd3af406ed697bed7324f76f871419e (patch) | |
tree | f57b4ca6d2219e949e406149d964edb60737d3ff /test/Index/comment-to-html-xml-conversion.cpp | |
parent | cc128e90b4287388dd266719dfb856d87e31372b (diff) |
clang/test/Index/comment-to-html-xml-conversion.cpp: Mark this as XFAIL:valgrind, for now. Working in progress.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/comment-to-html-xml-conversion.cpp')
-rw-r--r-- | test/Index/comment-to-html-xml-conversion.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Index/comment-to-html-xml-conversion.cpp b/test/Index/comment-to-html-xml-conversion.cpp index 0577eb0854..c6786f81cf 100644 --- a/test/Index/comment-to-html-xml-conversion.cpp +++ b/test/Index/comment-to-html-xml-conversion.cpp @@ -17,6 +17,8 @@ // RUN: FileCheck %s < %t/out.c-index-direct // RUN: FileCheck %s < %t/out.c-index-pch +// XFAIL: valgrind + #ifndef HEADER #define HEADER |