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 | 2a99463b0f5ca048187345a64b6ac0f334ba6a05 (patch) | |
tree | 5aaeaeb52c669398e217673ca3b1804fa7620425 | |
parent | 646eeb6675b198f27a275d520292804b84e9663e (diff) | |
download | llvm-2a99463b0f5ca048187345a64b6ac0f334ba6a05.zip llvm-2a99463b0f5ca048187345a64b6ac0f334ba6a05.tar.gz llvm-2a99463b0f5ca048187345a64b6ac0f334ba6a05.tar.bz2 |
clang/test/Driver/output-file-cleanup.c: Mark it as XFAIL:*-mingw32, ppc, for now.
llvm-svn: 173428
-rw-r--r-- | clang/test/Driver/output-file-cleanup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Driver/output-file-cleanup.c b/clang/test/Driver/output-file-cleanup.c index 19c0bad..41fa582 100644 --- a/clang/test/Driver/output-file-cleanup.c +++ b/clang/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 |