From 323f398054bf96fb5ba3fc7c347ca615581cd037 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Mon, 19 May 2014 15:02:10 +0000 Subject: [PATCH] This test is XFAILed on Windows, but I cannot see a reason as to why it should be failing. The original commit which XFAILed this was r111581, which suggested something was wrong with file remapping, but that may have been subsequently fixed. Removing the XFAIL, but will watch the build bots to see if any go red because of this. Local testing on Windows succeeds. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209130 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Index/Inputs/crash-recovery-code-complete-remap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Index/Inputs/crash-recovery-code-complete-remap.c b/test/Index/Inputs/crash-recovery-code-complete-remap.c index fc63c9fd24..0cc2e89468 100644 --- a/test/Index/Inputs/crash-recovery-code-complete-remap.c +++ b/test/Index/Inputs/crash-recovery-code-complete-remap.c @@ -4,8 +4,6 @@ // RUN: %s 2> %t.err // RUN: FileCheck < %t.err -check-prefix=CHECK-CODE-COMPLETE-CRASH %s // CHECK-CODE-COMPLETE-CRASH: Unable to reparse translation unit -// -// XFAIL: win32 #warning parsing original file -- 2.40.0