r187767 - clang/test/Driver/crash-report.c: Mark it as XFAIL:mingw32, for now. Investigating.

NAKAMURA Takumi geek4civic at gmail.com
Mon Aug 5 20:31:55 PDT 2013


Author: chapuni
Date: Mon Aug  5 22:31:55 2013
New Revision: 187767

URL: http://llvm.org/viewvc/llvm-project?rev=187767&view=rev
Log:
clang/test/Driver/crash-report.c: Mark it as XFAIL:mingw32, for now. Investigating.

I met a message, "fatal error: file 'nul' modified since it was first processed".

Modified:
    cfe/trunk/test/Driver/crash-report.c

Modified: cfe/trunk/test/Driver/crash-report.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/crash-report.c?rev=187767&r1=187766&r2=187767&view=diff
==============================================================================
--- cfe/trunk/test/Driver/crash-report.c (original)
+++ cfe/trunk/test/Driver/crash-report.c Mon Aug  5 22:31:55 2013
@@ -14,6 +14,9 @@
 
 // RUN: not env FORCE_CLANG_DIAGNOSTICS_CRASH=1 %clang -fsyntax-only -x c /dev/null 2>&1 | FileCheck %s
 
+// FIXME: Investigating. "fatal error: file 'nul' modified since it was first processed"
+// XFAIL: mingw32
+
 #pragma clang __debug parser_crash
 // CHECK: Preprocessed source(s) and associated run script(s) are located at:
 // CHECK-NEXT: note: diagnostic msg: {{.*}}.c





More information about the cfe-commits mailing list