From 9e7c461f3ec3301cb89ffde47dbff97feb154ec3 Mon Sep 17 00:00:00 2001 From: Francois Pichet Date: Wed, 16 Feb 2011 02:29:43 +0000 Subject: [PATCH] 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 --- test/PCH/headersearch.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1