aboutsummaryrefslogtreecommitdiff
path: root/utils/lit
AgeCommit message (Expand)Author
2011-01-08On Windows, replace each occurrence of '\' by '\\' on the replacement string....Francois Pichet
2011-01-04Disable r122754 on Windows: was causing all lit tests to fail.Francois Pichet
2011-01-03Reapply 122341 to fix PR8199 now that clang changes are in.David Greene
2010-12-21Revert 122341. It breaks some darwin tests.David Greene
2010-12-21Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene
2010-12-07utils/lit/lit/TestFormats.py: [PR8438] unittests: Seek *Tests (not BUILD_MODE...NAKAMURA Takumi
2010-11-19lit.GoogleTest: On case-insensitive filesystem, matching should be case-insen...NAKAMURA Takumi
2010-09-29lit: Fix a subtle resource usage bug when executing tests using the internalDaniel Dunbar
2010-09-24Test unittests built with CMake.Michael J. Spencer
2010-09-24Fix whitespace.Michael J. Spencer
2010-09-18lit: Bump version to 0.2.0dev, for no apparent reason.Daniel Dunbar
2010-09-18lit: Tweak setup.py.Daniel Dunbar
2010-09-18lit: These TODOs are done(ish).Daniel Dunbar
2010-09-17Some of the tests build an executable with llvm-gcc. For this to work, llvm-gccDuncan Sands
2010-09-15lit: Expose FileBasedTest object and Test module via 'lit' object that getsDaniel Dunbar
2010-09-15lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err,Daniel Dunbar
2010-08-19lit/GoogleTest: Add .exe to the suffix when looking for tests.Daniel Dunbar
2010-08-10Expand uses of python 2.6's "A if B else C" syntax into regularDan Gohman
2010-08-04Print a message when a test failure is due to stderr outputDan Gohman
2010-08-04Change the logic which interprets output on stderr as an error so thatDan Gohman
2010-08-04Don't print "Command output (stdout):" when the command has no output,Dan Gohman
2010-08-04Use the regular conditional operator syntax instead of a clever hack.Dan Gohman
2010-08-02lit: Allow clients to define predefined parameters.Daniel Dunbar
2010-07-22lit: Add some example tests for previous commit.Daniel Dunbar
2010-07-21lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in theDaniel Dunbar
2010-06-12lit: Replace /dev/null in scripts with temporary files on Windows.Daniel Dunbar
2010-06-11lit: Add a forgotten default argument.Daniel Dunbar
2010-06-11lit: When running Tcl style tests on Windows, substitute slashes to avoid TclDaniel Dunbar
2010-05-19lit: Add another place to look for bash.Daniel Dunbar
2010-05-12lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with theDaniel Dunbar
2010-05-12lit: Fix OneCommandPerFileTest format when tests are specified directly.Daniel Dunbar
2010-05-12lit: Add support for 'lit ... @foo', which reads a list of tests to run fromDaniel Dunbar
2010-05-05lit: Allow test_format to be None.Daniel Dunbar
2010-04-09lit: Add support to OneCommandPerFileTest format to take input directory from...Daniel Dunbar
2010-04-07add newlines at end of files.Chris Lattner
2010-03-31Add a FIXME.Daniel Dunbar
2010-03-31lit: Make sure to close any files we open as part of redirection.Daniel Dunbar
2010-03-25lit: Add LitTestCase and lit.load_test_suite, for adapting lit based suites forDaniel Dunbar
2010-03-21When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind.Jeffrey Yasskin
2010-03-20Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin
2010-03-19Test commit (removed extra blank line)Ben Holt
2010-03-19Set numThreads to 1 by default when Python is older than 2.5.2.Torok Edwin
2010-03-18lit: Tweak example tests config.Daniel Dunbar
2010-03-18Avoid a problem in libc_freeres() seen on a linux-i686 buildbot when runningJeffrey Yasskin
2010-03-17Make lit pay attention to --vg for tcl tests too, which makes it work on LLVM'sJeffrey Yasskin
2010-03-13Make lit pay attention to --vg for unittests too.Jeffrey Yasskin
2010-03-08Revert r97726 and r97728 at ddunbar's request; we want to solve thisJohn McCall
2010-03-05If LD_LIBRARY_PATH is set in the system environment, use it.Duncan Sands
2010-03-04Simplify the condition-checking logic and hopefully clear up a build failureJohn McCall
2010-03-04Teach lit to honor conditional directives. The syntax is:John McCall