| Commit message (Expand) | Author | Age | Files | Lines |
* | lit: Replace /dev/null in scripts with temporary files on Windows. | Daniel Dunbar | 2010-06-12 | 1 | -0/+17 |
* | lit: Add a forgotten default argument. | Daniel Dunbar | 2010-06-11 | 1 | -1/+1 |
* | lit: When running Tcl style tests on Windows, substitute slashes to avoid Tcl | Daniel Dunbar | 2010-06-11 | 1 | -6/+17 |
* | lit: Add another place to look for bash. | Daniel Dunbar | 2010-05-19 | 1 | -1/+1 |
* | lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with the | Daniel Dunbar | 2010-05-12 | 1 | -0/+7 |
* | lit: Fix OneCommandPerFileTest format when tests are specified directly. | Daniel Dunbar | 2010-05-12 | 1 | -1/+3 |
* | lit: Add support for 'lit ... @foo', which reads a list of tests to run from | Daniel Dunbar | 2010-05-12 | 1 | -1/+17 |
* | lit: Allow test_format to be None. | Daniel Dunbar | 2010-05-05 | 1 | -3/+4 |
* | lit: Add support to OneCommandPerFileTest format to take input directory from... | Daniel Dunbar | 2010-04-09 | 1 | -3/+9 |
* | add newlines at end of files. | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Add a FIXME. | Daniel Dunbar | 2010-03-31 | 1 | -0/+2 |
* | lit: Make sure to close any files we open as part of redirection. | Daniel Dunbar | 2010-03-31 | 1 | -1/+7 |
* | lit: Add LitTestCase and lit.load_test_suite, for adapting lit based suites for | Daniel Dunbar | 2010-03-25 | 3 | -2/+75 |
* | When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind. | Jeffrey Yasskin | 2010-03-21 | 1 | -0/+3 |
* | Add support for XFAILing valgrind runs with memory leak checking independently | Jeffrey Yasskin | 2010-03-20 | 4 | -19/+23 |
* | Test commit (removed extra blank line) | Ben Holt | 2010-03-19 | 1 | -1/+0 |
* | Set numThreads to 1 by default when Python is older than 2.5.2. | Torok Edwin | 2010-03-19 | 1 | -1/+8 |
* | lit: Tweak example tests config. | Daniel Dunbar | 2010-03-18 | 1 | -33/+0 |
* | Avoid a problem in libc_freeres() seen on a linux-i686 buildbot when running | Jeffrey Yasskin | 2010-03-18 | 2 | -3/+3 |
* | Make lit pay attention to --vg for tcl tests too, which makes it work on LLVM's | Jeffrey Yasskin | 2010-03-17 | 1 | -0/+12 |
* | Make lit pay attention to --vg for unittests too. | Jeffrey Yasskin | 2010-03-13 | 1 | -0/+8 |
* | Revert r97726 and r97728 at ddunbar's request; we want to solve this | John McCall | 2010-03-08 | 2 | -23/+3 |
* | If LD_LIBRARY_PATH is set in the system environment, use it. | Duncan Sands | 2010-03-05 | 1 | -0/+1 |
* | Simplify the condition-checking logic and hopefully clear up a build failure | John McCall | 2010-03-04 | 1 | -14/+7 |
* | Teach lit to honor conditional directives. The syntax is: | John McCall | 2010-03-04 | 2 | -3/+30 |
* | 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 |