[cfe-commits] r116261 - /cfe/trunk/test/Index/remap-complete.c
Douglas Gregor
dgregor at apple.com
Mon Oct 11 17:43:39 PDT 2010
On Oct 11, 2010, at 5:42 PM, Francois Pichet wrote:
> Hi, it is still failing
> I pinged the fix for this one.. it has to do with reading and writing
> files in non binary mode.
Ah, I'd not gotten through my review queue. Please go ahead and commit!
- Doug
> On Mon, Oct 11, 2010 at 7:18 PM, Douglas Gregor <dgregor at apple.com> wrote:
>> Author: dgregor
>> Date: Mon Oct 11 18:18:55 2010
>> New Revision: 116261
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=116261&view=rev
>> Log:
>> This test should now work on windows, since we're no longer using temporary files badly
>>
>> 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=116261&r1=116260&r2=116261&view=diff
>> ==============================================================================
>> --- cfe/trunk/test/Index/remap-complete.c (original)
>> +++ cfe/trunk/test/Index/remap-complete.c Mon Oct 11 18:18:55 2010
>> @@ -1,6 +1,5 @@
>> // RUN: c-index-test -code-completion-at=%s:6:2 -remap-file="%s;%S/Inputs/remap-complete-to.c" %s 2> %t.err | FileCheck %s
>> // RUN: FileCheck -check-prefix=CHECK-DIAGS %s < %t.err
>> -// XFAIL: win32
>>
>> // CHECK: FunctionDecl:{ResultType int}{TypedText f0}{LeftParen (}
>> void f() { }
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>
More information about the cfe-commits
mailing list