summaryrefslogtreecommitdiff
path: root/utils/lit
Commit message (Expand)AuthorAge
* lit: Fix a subtle resource usage bug when executing tests using the internalDaniel Dunbar2010-09-29
* Test unittests built with CMake.Michael J. Spencer2010-09-24
* Fix whitespace.Michael J. Spencer2010-09-24
* lit: Bump version to 0.2.0dev, for no apparent reason.Daniel Dunbar2010-09-18
* lit: Tweak setup.py.Daniel Dunbar2010-09-18
* lit: These TODOs are done(ish).Daniel Dunbar2010-09-18
* Some of the tests build an executable with llvm-gcc. For this to work, llvm-gccDuncan Sands2010-09-17
* lit: Expose FileBasedTest object and Test module via 'lit' object that getsDaniel Dunbar2010-09-15
* lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err,Daniel Dunbar2010-09-15
* lit/GoogleTest: Add .exe to the suffix when looking for tests.Daniel Dunbar2010-08-19
* Expand uses of python 2.6's "A if B else C" syntax into regularDan Gohman2010-08-10
* Print a message when a test failure is due to stderr outputDan Gohman2010-08-04
* Change the logic which interprets output on stderr as an error so thatDan Gohman2010-08-04
* Don't print "Command output (stdout):" when the command has no output,Dan Gohman2010-08-04
* Use the regular conditional operator syntax instead of a clever hack.Dan Gohman2010-08-04
* lit: Allow clients to define predefined parameters.Daniel Dunbar2010-08-02
* lit: Add some example tests for previous commit.Daniel Dunbar2010-07-22
* lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in theDaniel Dunbar2010-07-21
* lit: Replace /dev/null in scripts with temporary files on Windows.Daniel Dunbar2010-06-12
* lit: Add a forgotten default argument.Daniel Dunbar2010-06-11
* lit: When running Tcl style tests on Windows, substitute slashes to avoid TclDaniel Dunbar2010-06-11
* lit: Add another place to look for bash.Daniel Dunbar2010-05-19
* lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with theDaniel Dunbar2010-05-12
* lit: Fix OneCommandPerFileTest format when tests are specified directly.Daniel Dunbar2010-05-12
* lit: Add support for 'lit ... @foo', which reads a list of tests to run fromDaniel Dunbar2010-05-12
* lit: Allow test_format to be None.Daniel Dunbar2010-05-05
* lit: Add support to OneCommandPerFileTest format to take input directory from...Daniel Dunbar2010-04-09
* add newlines at end of files.Chris Lattner2010-04-07
* Add a FIXME.Daniel Dunbar2010-03-31
* lit: Make sure to close any files we open as part of redirection.Daniel Dunbar2010-03-31
* lit: Add LitTestCase and lit.load_test_suite, for adapting lit based suites forDaniel Dunbar2010-03-25
* When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind.Jeffrey Yasskin2010-03-21
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-20
* Test commit (removed extra blank line)Ben Holt2010-03-19
* Set numThreads to 1 by default when Python is older than 2.5.2.Torok Edwin2010-03-19
* lit: Tweak example tests config.Daniel Dunbar2010-03-18
* Avoid a problem in libc_freeres() seen on a linux-i686 buildbot when runningJeffrey Yasskin2010-03-18
* Make lit pay attention to --vg for tcl tests too, which makes it work on LLVM'sJeffrey Yasskin2010-03-17
* Make lit pay attention to --vg for unittests too.Jeffrey Yasskin2010-03-13
* Revert r97726 and r97728 at ddunbar's request; we want to solve thisJohn McCall2010-03-08
* If LD_LIBRARY_PATH is set in the system environment, use it.Duncan Sands2010-03-05
* Simplify the condition-checking logic and hopefully clear up a build failureJohn McCall2010-03-04
* Teach lit to honor conditional directives. The syntax is:John McCall2010-03-04
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-23
* Kill unused llvmgccmajvers testing variable.Daniel Dunbar2010-02-23
* lit: Ignore dot files when scanning for tests (e.g., editor temprary files,Daniel Dunbar2010-02-10
* Remove stray DOS newline.Daniel Dunbar2010-02-10
* Make lit's gtest support honor config.environment.Jeffrey Yasskin2010-02-05
* lit: Separate test suite from test name with spaces, to make it easier to cut...Daniel Dunbar2010-01-22
* lit: Add setuptools support.Daniel Dunbar2009-12-26