From: Francois Pichet Date: Wed, 16 Feb 2011 02:29:43 +0000 (+0000) Subject: test/PCH/headersearch.cpp fails on Win32. Not trivial to fix. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e7c461f3ec3301cb89ffde47dbff97feb154ec3;p=clang test/PCH/headersearch.cpp fails on Win32. Not trivial to fix. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125644 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/PCH/headersearch.cpp b/test/PCH/headersearch.cpp index c7849dc635..151756c707 100644 --- a/test/PCH/headersearch.cpp +++ b/test/PCH/headersearch.cpp @@ -1,5 +1,6 @@ // Test reading of PCH with changed location of original input files, // i.e. invoking header search. +// XFAIL: win32 // Generate the original files: // RUN: mkdir -p %t_orig/sub %t_orig/sub2