[cfe-commits] r90448 - /cfe/trunk/test/Index/remap-complete.c

Daniel Dunbar daniel at zuster.org
Thu Dec 3 03:12:50 PST 2009


Author: ddunbar
Date: Thu Dec  3 05:12:50 2009
New Revision: 90448

URL: http://llvm.org/viewvc/llvm-project?rev=90448&view=rev
Log:
XFAIL this on Win32 for the time being.

Modified:
    cfe/trunk/test/Index/remap-complete.c

Modified: cfe/trunk/test/Index/remap-complete.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/remap-complete.c?rev=90448&r1=90447&r2=90448&view=diff

==============================================================================
--- cfe/trunk/test/Index/remap-complete.c (original)
+++ cfe/trunk/test/Index/remap-complete.c Thu Dec  3 05:12:50 2009
@@ -1,4 +1,5 @@
 // RUN: c-index-test -code-completion-at=%s:1:12 -remap-file="%s;%S/Inputs/remap-complete-to.c" %s | FileCheck %s
+// XFAIL: win32
 
 // CHECK: FunctionDecl:{TypedText f0}{LeftParen (}{RightParen )}
 void f() { }





More information about the cfe-commits mailing list