aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit/lit
Commit message (Expand)AuthorAgeFilesLines
* lit: Add another place to look for bash.Daniel Dunbar2010-05-191-1/+1
* lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with theDaniel Dunbar2010-05-121-0/+7
* lit: Fix OneCommandPerFileTest format when tests are specified directly.Daniel Dunbar2010-05-121-1/+3
* lit: Add support for 'lit ... @foo', which reads a list of tests to run fromDaniel Dunbar2010-05-121-1/+17
* lit: Allow test_format to be None.Daniel Dunbar2010-05-051-3/+4
* lit: Add support to OneCommandPerFileTest format to take input directory from...Daniel Dunbar2010-04-091-3/+9
* add newlines at end of files.Chris Lattner2010-04-071-1/+1
* Add a FIXME.Daniel Dunbar2010-03-311-0/+2
* lit: Make sure to close any files we open as part of redirection.Daniel Dunbar2010-03-311-1/+7
* lit: Add LitTestCase and lit.load_test_suite, for adapting lit based suites forDaniel Dunbar2010-03-253-2/+75
* When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind.Jeffrey Yasskin2010-03-211-0/+3
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-204-19/+23
* Test commit (removed extra blank line)Ben Holt2010-03-191-1/+0
* Set numThreads to 1 by default when Python is older than 2.5.2.Torok Edwin2010-03-191-1/+8
* lit: Tweak example tests config.Daniel Dunbar2010-03-181-33/+0
* Avoid a problem in libc_freeres() seen on a linux-i686 buildbot when runningJeffrey Yasskin2010-03-182-3/+3
* Make lit pay attention to --vg for tcl tests too, which makes it work on LLVM'sJeffrey Yasskin2010-03-171-0/+12
* Make lit pay attention to --vg for unittests too.Jeffrey Yasskin2010-03-131-0/+8
* Revert r97726 and r97728 at ddunbar's request; we want to solve thisJohn McCall2010-03-082-23/+3
* If LD_LIBRARY_PATH is set in the system environment, use it.Duncan Sands2010-03-051-0/+1
* Simplify the condition-checking logic and hopefully clear up a build failureJohn McCall2010-03-041-14/+7
* Teach lit to honor conditional directives. The syntax is:John McCall2010-03-042-3/+30
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-232-2/+0
* Kill unused llvmgccmajvers testing variable.Daniel Dunbar2010-02-232-2/+0
* lit: Ignore dot files when scanning for tests (e.g., editor temprary files,Daniel Dunbar2010-02-101-1/+6
* Remove stray DOS newline.Daniel Dunbar2010-02-101-1/+1
* Make lit's gtest support honor config.environment.Jeffrey Yasskin2010-02-052-8/+17
* lit: Separate test suite from test name with spaces, to make it easier to cut...Daniel Dunbar2010-01-221-1/+1
* lit: Sink code into a 'lit' package.Daniel Dunbar2009-12-2639-0/+3268