forked from OSchip/llvm-project
clang/test/Index/annotate-comments.cpp: Mark this as XFAIL on msvc. Investigating.
llvm-svn: 166250
This commit is contained in:
parent
06d282d1cb
commit
a9eebc3153
|
@ -509,6 +509,9 @@ enum class comment_to_xml_conversion_17 {
|
|||
// RUN: FileCheck %s < %t/out.c-index-direct
|
||||
// RUN: FileCheck %s < %t/out.c-index-pch
|
||||
|
||||
// FIXME: Investigating.
|
||||
// XFAIL: win32
|
||||
|
||||
// CHECK: annotate-comments.cpp:16:6: FunctionDecl=isdoxy4:{{.*}} isdoxy4 IS_DOXYGEN_SINGLE
|
||||
// CHECK: annotate-comments.cpp:20:6: FunctionDecl=isdoxy5:{{.*}} isdoxy5 IS_DOXYGEN_SINGLE
|
||||
// CHECK: annotate-comments.cpp:25:6: FunctionDecl=isdoxy6:{{.*}} isdoxy6 IS_DOXYGEN_SINGLE
|
||||
|
|
Loading…
Reference in New Issue