[cfe-commits] r173121 - /cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp

David Blaikie dblaikie at gmail.com
Mon Jan 21 20:59:56 PST 2013


On Mon, Jan 21, 2013 at 7:49 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Author: chapuni
> Date: Mon Jan 21 21:49:16 2013
> New Revision: 173121
>
> URL: http://llvm.org/viewvc/llvm-project?rev=173121&view=rev
> Log:
> clang/test/Index/comment-to-html-xml-conversion.cpp: Mark this as XFAIL:valgrind, for now. Working in progress.

it'd be nice to have a bug filed whenever we xfail something (& note
the bug in the test case as well) - not necessary if you'd rather not,
just a thought

>
> Modified:
>     cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp
>
> Modified: cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp?rev=173121&r1=173120&r2=173121&view=diff
> ==============================================================================
> --- cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp (original)
> +++ cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp Mon Jan 21 21:49:16 2013
> @@ -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
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list