On Wed, Jun 1, 2011 at 2:52 PM, Argyrios Kyrtzidis <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
