summaryrefslogtreecommitdiff
path: root/utils/lit
Commit message (Expand)AuthorAge
* 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
* lit: Sink code into a 'lit' package.Daniel Dunbar2009-12-26
* lit: Improve error when gtest discovery fails.Daniel Dunbar2009-12-15
* lit: Prevent crash-on-invalid (when run on directory which has no test suite).Daniel Dunbar2009-12-08
* lit: Fix exclude dirs functionality.Daniel Dunbar2009-11-18
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-16
* lit: Factor a new OneCommandPerFileTest out of SyntaxCheckTest.Daniel Dunbar2009-11-15
* Remove duplicate implementation of excludes functionality, and support excludingDaniel Dunbar2009-11-15
* lit: Add --repeat=N option, for running each test N times.Daniel Dunbar2009-11-15
* lit: Add ExampleTests, for testing lit and demonstrating test suite features.Daniel Dunbar2009-11-10
* lit: Fix bug in --show-suites which accidentally override the list of tests.Daniel Dunbar2009-11-10
* lit: Hardcode whence seek value, os.SEEK_END isn't always available.Daniel Dunbar2009-11-08
* lit: Warn when a test suite contains no tests.Daniel Dunbar2009-11-08
* lit: Drop require_and_and support.Daniel Dunbar2009-11-08
* lit: Workaround a Win32/subprocess bug when appending.Daniel Dunbar2009-11-08
* lit: Preserve the PATHEXT variable when running subcommands, this is importan...Daniel Dunbar2009-11-08
* Teach lit's SyntaxCheckTest two new tricks:Douglas Gregor2009-11-05
* lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar2009-11-05
* lit: Update Clang's test style to use XFAIL: and XTARGET: lines that matchDaniel Dunbar2009-11-03
* lit: Add --config-prefix option, to override default config file names.Daniel Dunbar2009-10-25
* lit: Allow use of /dev/null in redirects on Windows (replace by a temporaryDaniel Dunbar2009-10-25
* Delete a spurious semicolon.Dan Gohman2009-10-24
* lit: Support '>>' redirections when executing scripts internally.Daniel Dunbar2009-10-24
* lit: When running Tcl scripts via shell, try harder to find 'bash', but fallDaniel Dunbar2009-10-19
* Support GoogleTest's "typed tests"Jeffrey Yasskin2009-10-18
* Don't traverse into .svn directories.Daniel Dunbar2009-09-28
* lit: When executing shell scripts internally, don't allow piped stderr on anyDaniel Dunbar2009-09-22
* Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...Daniel Dunbar2009-09-22
* Actually use the arguments with the resolved executable path.Daniel Dunbar2009-09-22
* lit: Don't use close_fds=True on Windows.Daniel Dunbar2009-09-22
* lit: When executing commands internally, perform PATH resolution ourselves.Daniel Dunbar2009-09-22
* lit: Add a custom test format for use in clang.Daniel Dunbar2009-09-16
* lit: When finding nested test suites, check first in the execpath in case thereDaniel Dunbar2009-09-15
* lit: Give test formats control over test discovery.Daniel Dunbar2009-09-14
* tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar2009-09-13
* Count test correctly with -q.Daniel Dunbar2009-09-09
* Fix another refactoro.Daniel Dunbar2009-09-09
* lit needs bash for tcl-as-sh execution, we use set -o pipefail.Daniel Dunbar2009-09-08
* Fix typo that worked on python 2.6.Daniel Dunbar2009-09-08
* Fix a refactoro.Daniel Dunbar2009-09-08
* Add 'lit' testing tool.Daniel Dunbar2009-09-08