Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer 'env not' over 'not env' in tests. | Nico Weber | 2019-10-14 | 1 | -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 | ||||
* | clang/test/Tooling: Remove mention to PR15590 out of a couple of tests. They ↵ | NAKAMURA Takumi | 2014-11-04 | 1 | -3/+0 |
| | | | | | | are suppressed with another issue. llvm-svn: 221267 | ||||
* | Simplify now that llvm::sys::current_path checks $PWD. | Rafael Espindola | 2013-08-10 | 1 | -1/+5 |
| | | | | llvm-svn: 188128 | ||||
* | Add 'not' to commands that are expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |
| | | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652 | ||||
* | Use 'env' in tests that set environment variables. | Jordan Rose | 2013-05-15 | 1 | -1/+1 |
| | | | | | | Patch by David Fang! llvm-svn: 181861 | ||||
* | Added PR number for failing win64 tests. | Fariborz Jahanian | 2013-03-25 | 1 | -0/+1 |
| | | | | llvm-svn: 177886 | ||||
* | These tests fail on our Window64 machine. | Fariborz Jahanian | 2013-03-22 | 1 | -0/+1 |
| | | | | | | | Feel free to revert them (or let me know and I will revert) if they shouldn't be. llvm-svn: 177743 | ||||
* | Adds support for auto-detection of compilation databases | Manuel Klimek | 2012-07-10 | 1 | -1/+1 |
| | | | | | | | | | | from a source file and changes clang-check to make use of this. This makes clang-check just work on in-tree builds, and allows easy setup via a symlink per source directory to make clang-check work without any extra configuration. llvm-svn: 159990 | ||||
* | clang/test/Tooling: Tweak 4 tests to escape the path separator s/\\/\\\\/g ↵ | NAKAMURA Takumi | 2012-05-23 | 1 | -2/+1 |
| | | | | | | in JSON. llvm-svn: 157351 | ||||
* | test/Tooling/clang-check-pwd.cpp: Mark as XFAIL:mingw for now. Fixing is ↵ | NAKAMURA Takumi | 2012-05-20 | 1 | -0/+1 |
| | | | | | | work-in-progress. llvm-svn: 157170 | ||||
* | clang/test/Tooling/clang-check-pwd.cpp: Add "REQUIRES: shell". | NAKAMURA Takumi | 2012-05-16 | 1 | -3/+1 |
| | | | | | | This passes on MSYS bash and Cygwin. llvm-svn: 156929 | ||||
* | Fix quoting to allow shell expansion to occur for shell variables | Kaelyn Uhrain | 2012-04-10 | 1 | -1/+1 |
| | | | | | | introduced by the test harness' expansion of %t. llvm-svn: 154443 | ||||
* | Fix tautological FileCheck by moving the CHECK to an extra line. | Manuel Klimek | 2012-04-10 | 1 | -1/+2 |
| | | | | llvm-svn: 154393 | ||||
* | Implementing a test for the use of PWD to base finding the | Manuel Klimek | 2012-04-09 | 1 | -0/+12 |
correct compile commands on, based on an idea by Jordan Rose. llvm-svn: 154335 |