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