[cfe-commits] r143868 - /cfe/trunk/test/Driver/crash-cleanup.c

NAKAMURA Takumi geek4civic at gmail.com
Sun Nov 6 01:11:35 PST 2011


Author: chapuni
Date: Sun Nov  6 03:11:35 2011
New Revision: 143868

URL: http://llvm.org/viewvc/llvm-project?rev=143868&view=rev
Log:
test/Driver/crash-cleanup.c: Mark as XFAIL: mingw32, for investigating.

"XFAIL: msys" has no effect, due to XFAIL inspects triplet, and msys build does not use *-msys-* but *-mingw32.

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

Modified: cfe/trunk/test/Driver/crash-cleanup.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/crash-cleanup.c?rev=143868&r1=143867&r2=143868&view=diff
==============================================================================
--- cfe/trunk/test/Driver/crash-cleanup.c (original)
+++ cfe/trunk/test/Driver/crash-cleanup.c Sun Nov  6 03:11:35 2011
@@ -4,6 +4,6 @@
 // REQUIRES: shell
 // REQUIRES: crash-recovery
 
-// XFAIL: darwin,msys
+// XFAIL: darwin,mingw32
 
 #pragma clang __debug crash





More information about the cfe-commits mailing list