[cfe-commits] r173428 - /cfe/trunk/test/Driver/output-file-cleanup.c
NAKAMURA Takumi
geek4civic at gmail.com
Thu Jan 24 22:56:45 PST 2013
Author: chapuni
Date: Fri Jan 25 00:56:45 2013
New Revision: 173428
URL: http://llvm.org/viewvc/llvm-project?rev=173428&view=rev
Log:
clang/test/Driver/output-file-cleanup.c: Mark it as XFAIL:*-mingw32, ppc, for now.
Modified:
cfe/trunk/test/Driver/output-file-cleanup.c
Modified: cfe/trunk/test/Driver/output-file-cleanup.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/output-file-cleanup.c?rev=173428&r1=173427&r2=173428&view=diff
==============================================================================
--- cfe/trunk/test/Driver/output-file-cleanup.c (original)
+++ cfe/trunk/test/Driver/output-file-cleanup.c Fri Jan 25 00:56:45 2013
@@ -13,6 +13,8 @@
// RUN: test ! -f %t.o
// RUN: test -f %t.d
+// FIXME: %t.o is not touched with -no-integrated-as.
+// XFAIL: mingw32,ppc
// REQUIRES: shell
// REQUIRES: crash-recovery
More information about the cfe-commits
mailing list