[cfe-commits] r173435 - /cfe/trunk/test/Driver/output-file-cleanup.c
NAKAMURA Takumi
geek4civic at gmail.com
Fri Jan 25 01:43:17 PST 2013
Author: chapuni
Date: Fri Jan 25 03:43:17 2013
New Revision: 173435
URL: http://llvm.org/viewvc/llvm-project?rev=173435&view=rev
Log:
clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL.
..."ppc" was not recognized here.
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=173435&r1=173434&r2=173435&view=diff
==============================================================================
--- cfe/trunk/test/Driver/output-file-cleanup.c (original)
+++ cfe/trunk/test/Driver/output-file-cleanup.c Fri Jan 25 03:43:17 2013
@@ -14,7 +14,7 @@
// RUN: test -f %t.d
// FIXME: %t.o is not touched with -no-integrated-as.
-// XFAIL: mingw32,ppc
+// XFAIL: mingw32,powerpc,arm
// REQUIRES: shell
// REQUIRES: crash-recovery
More information about the cfe-commits
mailing list