| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate llvmgcc_version testing variable. | Daniel Dunbar | 2010-02-23 | 2 | -2/+0 |
* | Kill unused llvmgccmajvers testing variable. | Daniel Dunbar | 2010-02-23 | 2 | -2/+0 |
* | lit: Ignore dot files when scanning for tests (e.g., editor temprary files, | Daniel Dunbar | 2010-02-10 | 1 | -1/+6 |
* | Remove stray DOS newline. | Daniel Dunbar | 2010-02-10 | 1 | -1/+1 |
* | Make lit's gtest support honor config.environment. | Jeffrey Yasskin | 2010-02-05 | 2 | -8/+17 |
* | lit: Separate test suite from test name with spaces, to make it easier to cut... | Daniel Dunbar | 2010-01-22 | 1 | -1/+1 |
* | lit: Add setuptools support. | Daniel Dunbar | 2009-12-26 | 1 | -0/+69 |
* | lit: Sink code into a 'lit' package. | Daniel Dunbar | 2009-12-26 | 40 | -573/+591 |
* | lit: Improve error when gtest discovery fails. | Daniel Dunbar | 2009-12-15 | 1 | -3/+8 |
* | lit: Prevent crash-on-invalid (when run on directory which has no test suite). | Daniel Dunbar | 2009-12-08 | 1 | -1/+1 |
* | lit: Fix exclude dirs functionality. | Daniel Dunbar | 2009-11-18 | 1 | -2/+3 |
* | Make X86-64 in the Large model always emit 64-bit calls. | Jeffrey Yasskin | 2009-11-16 | 1 | -2/+3 |
* | lit: Factor a new OneCommandPerFileTest out of SyntaxCheckTest. | Daniel Dunbar | 2009-11-15 | 2 | -12/+42 |
* | Remove duplicate implementation of excludes functionality, and support excluding | Daniel Dunbar | 2009-11-15 | 1 | -14/+6 |
* | lit: Add --repeat=N option, for running each test N times. | Daniel Dunbar | 2009-11-15 | 3 | -4/+27 |
* | lit: Add ExampleTests, for testing lit and demonstrating test suite features. | Daniel Dunbar | 2009-11-10 | 26 | -0/+555 |
* | lit: Fix bug in --show-suites which accidentally override the list of tests. | Daniel Dunbar | 2009-11-10 | 1 | -2/+2 |
* | lit: Hardcode whence seek value, os.SEEK_END isn't always available. | Daniel Dunbar | 2009-11-08 | 1 | -1/+1 |
* | lit: Warn when a test suite contains no tests. | Daniel Dunbar | 2009-11-08 | 1 | -7/+12 |
* | lit: Drop require_and_and support. | Daniel Dunbar | 2009-11-08 | 2 | -21/+6 |
* | lit: Workaround a Win32/subprocess bug when appending. | Daniel Dunbar | 2009-11-08 | 1 | -0/+3 |
* | lit: Preserve the PATHEXT variable when running subcommands, this is importan... | Daniel Dunbar | 2009-11-08 | 1 | -0/+1 |
* | Teach lit's SyntaxCheckTest two new tricks: | Douglas Gregor | 2009-11-05 | 1 | -1/+16 |
* | lit: Add --param NAME=VALUE option, for test suite specific use (to communicate | Daniel Dunbar | 2009-11-05 | 2 | -2/+18 |
* | lit: Update Clang's test style to use XFAIL: and XTARGET: lines that match | Daniel Dunbar | 2009-11-03 | 1 | -24/+26 |
* | lit: Add --config-prefix option, to override default config file names. | Daniel Dunbar | 2009-10-25 | 1 | -7/+20 |
* | lit: Allow use of /dev/null in redirects on Windows (replace by a temporary | Daniel Dunbar | 2009-10-25 | 1 | -1/+8 |
* | Delete a spurious semicolon. | Dan Gohman | 2009-10-24 | 1 | -1/+1 |
* | lit: Support '>>' redirections when executing scripts internally. | Daniel Dunbar | 2009-10-24 | 1 | -0/+9 |
* | lit: When running Tcl scripts via shell, try harder to find 'bash', but fall | Daniel Dunbar | 2009-10-19 | 2 | -2/+26 |
* | Support GoogleTest's "typed tests" | Jeffrey Yasskin | 2009-10-18 | 1 | -0/+4 |
* | Don't traverse into .svn directories. | Daniel Dunbar | 2009-09-28 | 1 | -1/+1 |
* | lit: When executing shell scripts internally, don't allow piped stderr on any | Daniel Dunbar | 2009-09-22 | 1 | -3/+21 |
* | Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg... | Daniel Dunbar | 2009-09-22 | 1 | -0/+1 |
* | Actually use the arguments with the resolved executable path. | Daniel Dunbar | 2009-09-22 | 1 | -1/+1 |
* | lit: Don't use close_fds=True on Windows. | Daniel Dunbar | 2009-09-22 | 1 | -1/+5 |
* | lit: When executing commands internally, perform PATH resolution ourselves. | Daniel Dunbar | 2009-09-22 | 1 | -2/+23 |
* | lit: Add a custom test format for use in clang. | Daniel Dunbar | 2009-09-16 | 2 | -1/+54 |
* | lit: When finding nested test suites, check first in the execpath in case there | Daniel Dunbar | 2009-09-15 | 1 | -13/+22 |
* | lit: Give test formats control over test discovery. | Daniel Dunbar | 2009-09-14 | 5 | -26/+100 |
* | tests: Add a %abs_tmp substitution which is guaranteed to be a full path. | Daniel Dunbar | 2009-09-13 | 1 | -0/+2 |
* | Count test correctly with -q. | Daniel Dunbar | 2009-09-09 | 1 | -0/+1 |
* | Fix another refactoro. | Daniel Dunbar | 2009-09-09 | 1 | -1/+1 |
* | lit needs bash for tcl-as-sh execution, we use set -o pipefail. | Daniel Dunbar | 2009-09-08 | 1 | -1/+1 |
* | Fix typo that worked on python 2.6. | Daniel Dunbar | 2009-09-08 | 2 | -6/+5 |
* | Fix a refactoro. | Daniel Dunbar | 2009-09-08 | 1 | -1/+1 |
* | Add 'lit' testing tool. | Daniel Dunbar | 2009-09-08 | 14 | -0/+2401 |