summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/dependency-generation-crash.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in my last commit.Matthias Braun2015-03-031-1/+1
| | | | llvm-svn: 231039
* Improve robustness of dependency-generation-crash.c test.Matthias Braun2015-03-021-4/+1
| | | | | | | | | | | The test wants to provoke a failure when opening the output file. Using chmod 0 on the output file does not work reliably on all filesystems or when running the test as root. Change the test to use a nonexistant directory instead. Differential Revision: http://reviews.llvm.org/D7620 llvm-svn: 231009
* Fix dependency generation crash test to run clang and clean up after itself.Greg Bedwell2015-02-121-1/+5
| | | | | | | | | | Previously the test did not have a RUN: prefix for the clang command. In addition it was leaving behind a tmp file with no permissions causing issues when deleting the build directory on Windows. Differential Revision: http://reviews.llvm.org/D7534 llvm-svn: 228919
* Fixes a crash when generating dependency file stuffFariborz Jahanian2011-04-151-0/+4
and output file is not writable. // rdar://9286457. llvm-svn: 129587
OpenPOWER on IntegriCloud