From 4d553c96ada2b39773ec6fbb6a1d99db829b2c05 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 25 Mar 2013 23:49:11 +0000 Subject: [PATCH] clang/test/Index/crash-recovery-code-complete.c: Mark it as XFAIL:win32 for now. I know MemoryBuffer might affect this. Still investigating. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177946 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Index/crash-recovery-code-complete.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Index/crash-recovery-code-complete.c b/test/Index/crash-recovery-code-complete.c index f001578f78..c502ce5186 100644 --- a/test/Index/crash-recovery-code-complete.c +++ b/test/Index/crash-recovery-code-complete.c @@ -8,4 +8,7 @@ // // REQUIRES: crash-recovery +// FIXME: Please investigate abnormal path in MemoryBuffer. +// XFAIL: mingw32,win32 + #warning parsing original file -- 2.40.0