From d7e87b251cb1f17a80e97c332e3df6124480dfde Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 25 Jan 2013 06:56:45 +0000 Subject: [PATCH] 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 --- test/Driver/output-file-cleanup.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0