summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/crash-cleanup.c
Commit message (Collapse)AuthorAgeFilesLines
* Teach the driver about failure result files, which are compilationPeter Collingbourne2011-11-211-9/+0
| | | | | | | | output files that are valid regardless of whether the compilation succeeded or failed (but not if we crash). Add depfiles to the failure result file list. llvm-svn: 145018
* Don't track depfiles as result files which need to be cleaned up on failure.Matt Beaumont-Gay2011-11-141-1/+1
| | | | | | | | | This is a partial revert of r143846. While cleaning up after a crash is probably a good idea, we were also deleting .d files if the compilation failed due to invalid input, which is not the desired behavior. The test is XFAIL'd until the cleanup code can be reworked to do the right thing. llvm-svn: 144590
* test/Driver/crash-cleanup.c: Remove "XFAIL: mingw32" corresponding to r143876.NAKAMURA Takumi2011-11-061-1/+1
| | | | llvm-svn: 143877
* test/Driver/crash-cleanup.c: Mark as XFAIL: mingw32, for investigating.NAKAMURA Takumi2011-11-061-1/+1
| | | | | | "XFAIL: msys" has no effect, due to XFAIL inspects triplet, and msys build does not use *-msys-* but *-mingw32. llvm-svn: 143868
* XFAIL crash-cleanup.c only on Darwin and msys.Peter Collingbourne2011-11-061-2/+1
| | | | llvm-svn: 143858
* XFAIL test until Peter has a chance to investigate.Chad Rosier2011-11-061-0/+3
| | | | llvm-svn: 143857
* Add the depfile as a result file so that it is deleted if we crash,Peter Collingbourne2011-11-061-0/+7
and prevent the diagnostic preprocessor run from writing a depfile. llvm-svn: 143846
OpenPOWER on IntegriCloud