r209130 - 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.
Aaron Ballman
aaron at aaronballman.com
Mon May 19 08:02:10 PDT 2014
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
More information about the cfe-commits
mailing list