r206294 - Mark clang/test/Index/pch-with-errors.c as XFAIL:mingw for now. Investigating.

NAKAMURA Takumi geek4civic at gmail.com
Tue Apr 15 07:44:55 PDT 2014


Author: chapuni
Date: Tue Apr 15 09:44:55 2014
New Revision: 206294

URL: http://llvm.org/viewvc/llvm-project?rev=206294&view=rev
Log:
Mark clang/test/Index/pch-with-errors.c as XFAIL:mingw for now. Investigating.

This has been failing since r206202.

Modified:
    cfe/trunk/test/Index/pch-with-errors.c

Modified: cfe/trunk/test/Index/pch-with-errors.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/pch-with-errors.c?rev=206294&r1=206293&r2=206294&view=diff
==============================================================================
--- cfe/trunk/test/Index/pch-with-errors.c (original)
+++ cfe/trunk/test/Index/pch-with-errors.c Tue Apr 15 09:44:55 2014
@@ -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





More information about the cfe-commits mailing list