[cfe-commits] r159476 - /cfe/trunk/test/Driver/crash-report.c
NAKAMURA Takumi
geek4civic at gmail.com
Fri Jun 29 17:29:04 PDT 2012
Author: chapuni
Date: Fri Jun 29 19:29:03 2012
New Revision: 159476
URL: http://llvm.org/viewvc/llvm-project?rev=159476&view=rev
Log:
test/Driver/crash-report.c: Mark it as XFAIL on win32 hosts, for now. Investigating.
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=159476&r1=159475&r2=159476&view=diff
==============================================================================
--- cfe/trunk/test/Driver/crash-report.c (original)
+++ cfe/trunk/test/Driver/crash-report.c Fri Jun 29 19:29:03 2012
@@ -1,5 +1,6 @@
// RUN: %clang -fsyntax-only %s 2>&1 | FileCheck %s
// REQUIRES: crash-recovery
+// XFAIL: mingw32,win32
#pragma clang __debug parser_crash
// CHECK: Preprocessed source(s) and associated run script(s) are located at:
More information about the cfe-commits
mailing list