diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-03-25 23:49:11 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-03-25 23:49:11 +0000 |
commit | 4d553c96ada2b39773ec6fbb6a1d99db829b2c05 (patch) | |
tree | 671b1f99d6aae09753f5f1d9b666a408e48f4290 | |
parent | 6c5aaed0d4faf9ab8793423529306e7116e9f0fd (diff) |
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
-rw-r--r-- | test/Index/crash-recovery-code-complete.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |