Author: aaronballman
Date: Mon May 19 10:02:10 2014
New Revision: 209130

URL: http://llvm.org/viewvc/llvm-project?rev=209130&view=rev
Log:
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.

Modified:
    cfe/trunk/test/Index/Inputs/crash-recovery-code-complete-remap.c

Modified: cfe/trunk/test/Index/Inputs/crash-recovery-code-complete-remap.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/Inputs/crash-recovery-code-complete-remap.c?rev=209130&r1=209129&r2=209130&view=diff
==============================================================================
--- cfe/trunk/test/Index/Inputs/crash-recovery-code-complete-remap.c (original)
+++ cfe/trunk/test/Index/Inputs/crash-recovery-code-complete-remap.c Mon May 19 
10:02:10 2014
@@ -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
 


_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to