From: NAKAMURA Takumi Date: Fri, 25 Jan 2013 09:43:17 +0000 (+0000) Subject: clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=643728a4f1b71cd35118e53640361a1d28bbdb70;p=clang clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL. ..."ppc" was not recognized here. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173435 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/output-file-cleanup.c b/test/Driver/output-file-cleanup.c index 41fa5829c8..10a813465d 100644 --- a/test/Driver/output-file-cleanup.c +++ b/test/Driver/output-file-cleanup.c @@ -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