From: NAKAMURA Takumi Date: Fri, 25 Jan 2013 06:56:45 +0000 (+0000) Subject: clang/test/Driver/output-file-cleanup.c: Mark it as XFAIL:*-mingw32, ppc, for now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7e87b251cb1f17a80e97c332e3df6124480dfde;p=clang clang/test/Driver/output-file-cleanup.c: Mark it as XFAIL:*-mingw32, ppc, for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173428 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/output-file-cleanup.c b/test/Driver/output-file-cleanup.c index 19c0badfdb..41fa5829c8 100644 --- a/test/Driver/output-file-cleanup.c +++ b/test/Driver/output-file-cleanup.c @@ -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