summaryrefslogtreecommitdiffstats
path: root/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* Don't traverse into .svn directories.Daniel Dunbar2009-09-281-1/+1
* lit: When executing shell scripts internally, don't allow piped stderr on anyDaniel Dunbar2009-09-221-3/+21
* Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...Daniel Dunbar2009-09-221-0/+1
* Actually use the arguments with the resolved executable path.Daniel Dunbar2009-09-221-1/+1
* lit: Don't use close_fds=True on Windows.Daniel Dunbar2009-09-221-1/+5
* lit: When executing commands internally, perform PATH resolution ourselves.Daniel Dunbar2009-09-221-2/+23
* lit: Add a custom test format for use in clang.Daniel Dunbar2009-09-162-1/+54
* lit: When finding nested test suites, check first in the execpath in case thereDaniel Dunbar2009-09-151-13/+22
* lit: Give test formats control over test discovery.Daniel Dunbar2009-09-145-26/+100
* tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar2009-09-131-0/+2
* Count test correctly with -q.Daniel Dunbar2009-09-091-0/+1
* Fix another refactoro.Daniel Dunbar2009-09-091-1/+1
* lit needs bash for tcl-as-sh execution, we use set -o pipefail.Daniel Dunbar2009-09-081-1/+1
* Fix typo that worked on python 2.6.Daniel Dunbar2009-09-082-6/+5
* Fix a refactoro.Daniel Dunbar2009-09-081-1/+1
* Add 'lit' testing tool.Daniel Dunbar2009-09-0814-0/+2401