r178138 - Mark comment-to-html-xml-conversion test as XFAIL:msan, in addition to valgrind.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Wed Mar 27 06:05:40 PDT 2013


Author: eugenis
Date: Wed Mar 27 08:05:40 2013
New Revision: 178138

URL: http://llvm.org/viewvc/llvm-project?rev=178138&view=rev
Log:
Mark comment-to-html-xml-conversion test as XFAIL:msan, in addition to valgrind.

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=178138&r1=178137&r2=178138&view=diff
==============================================================================
--- cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp (original)
+++ cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp Wed Mar 27 08:05:40 2013
@@ -19,6 +19,7 @@
 // RUN: FileCheck %s < %t/out.c-index-direct
 // RUN: FileCheck %s < %t/out.c-index-pch
 
+// XFAIL: msan
 // XFAIL: valgrind
 
 #ifndef HEADER





More information about the cfe-commits mailing list