diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-25 06:56:45 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-25 06:56:45 +0000 |
commit | d7e87b251cb1f17a80e97c332e3df6124480dfde (patch) | |
tree | 053eea4d3db46da106ad9d87f7d3a389a723f196 | |
parent | dddcc57fe73c568520250f48d33a1ad856015644 (diff) |
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
-rw-r--r-- | test/Driver/output-file-cleanup.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |