[cfe-commits] r132426 - /cfe/trunk/test/PCH/modified-header-error.c

Eli Friedman eli.friedman at gmail.com
Wed Jun 1 17:48:44 PDT 2011


On Wed, Jun 1, 2011 at 2:52 PM, Argyrios Kyrtzidis <akyrtzi at gmail.com> wrote:
> Author: akirtzidis
> Date: Wed Jun  1 16:52:17 2011
> New Revision: 132426
>
> URL: http://llvm.org/viewvc/llvm-project?rev=132426&view=rev
> Log:
> XFAIL the test on windows.
>
> Modified:
>    cfe/trunk/test/PCH/modified-header-error.c
>
> Modified: cfe/trunk/test/PCH/modified-header-error.c
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/modified-header-error.c?rev=132426&r1=132425&r2=132426&view=diff
> ==============================================================================
> --- cfe/trunk/test/PCH/modified-header-error.c (original)
> +++ cfe/trunk/test/PCH/modified-header-error.c Wed Jun  1 16:52:17 2011
> @@ -1,3 +1,4 @@
> +// XFAIL: win32
>  // RUN: mkdir -p %t.dir
>  // RUN: echo '#include "header2.h"' > %t.dir/header1.h
>  // RUN: echo > %t.dir/header2.h

I reverted this; see r132446.

-Eli




More information about the cfe-commits mailing list