r177946 - clang/test/Index/crash-recovery-code-complete.c: Mark it as XFAIL:win32 for now.
NAKAMURA Takumi
geek4civic at gmail.com
Mon Mar 25 16:49:11 PDT 2013
Author: chapuni
Date: Mon Mar 25 18:49:11 2013
New Revision: 177946
URL: http://llvm.org/viewvc/llvm-project?rev=177946&view=rev
Log:
clang/test/Index/crash-recovery-code-complete.c: Mark it as XFAIL:win32 for now.
I know MemoryBuffer might affect this. Still investigating.
Modified:
cfe/trunk/test/Index/crash-recovery-code-complete.c
Modified: cfe/trunk/test/Index/crash-recovery-code-complete.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/crash-recovery-code-complete.c?rev=177946&r1=177945&r2=177946&view=diff
==============================================================================
--- cfe/trunk/test/Index/crash-recovery-code-complete.c (original)
+++ cfe/trunk/test/Index/crash-recovery-code-complete.c Mon Mar 25 18:49:11 2013
@@ -8,4 +8,7 @@
//
// REQUIRES: crash-recovery
+// FIXME: Please investigate abnormal path in MemoryBuffer.
+// XFAIL: mingw32,win32
+
#warning parsing original file
More information about the cfe-commits
mailing list