From 0c06a79e5286cb44a9c7be2f805851ccb384bcf3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 15 Apr 2014 14:44:55 +0000 Subject: [PATCH] Mark clang/test/Index/pch-with-errors.c as XFAIL:mingw for now. Investigating. This has been failing since r206202. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206294 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Index/pch-with-errors.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Index/pch-with-errors.c b/test/Index/pch-with-errors.c index 5c94a8a8e4..71bd83528f 100644 --- a/test/Index/pch-with-errors.c +++ b/test/Index/pch-with-errors.c @@ -42,3 +42,6 @@ void foo(void) { // RUN: not c-index-test -write-pch %t.pch foobar.c 2>&1 | FileCheck -check-prefix=NONEXISTENT %s // NONEXISTENT: Unable to load translation unit + +// FIXME: Investigating since r206202. +// XFAIL: mingw32 -- 2.50.1