summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/crash-report-null.test
Commit message (Collapse)AuthorAgeFilesLines
* Prefer 'env not' over 'not env' in tests.Nico Weber2019-10-141-1/+1
| | | | | | | | | That way, lit's builtin 'env' command can be used for the 'env' bit. Also it's clearer that way that the 'not' shouldn't cover 'env' failures. llvm-svn: 374749
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-1/+1
| | | | | | | | | | | Changes the default Windows target triple returned by GetHostTriple.cmake from the old environment names (which we wanted to move away from) to newer, normalized ones. This also requires updating all tests to use the new systems names in constraints. Differential Revision: https://reviews.llvm.org/D47381 llvm-svn: 339307
* Driver: Tighten up crash report testsJustin Bogner2014-10-211-0/+7
These tests were a little bit too flexible in terms of filenames. llvm-svn: 220265
OpenPOWER on IntegriCloud