summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
Commit message (Collapse)AuthorAgeFilesLines
* Don't traverse into .svn directories.Daniel Dunbar2009-09-281-1/+1
| | | | llvm-svn: 82978
* lit: When executing shell scripts internally, don't allow piped stderr on anyDaniel Dunbar2009-09-221-3/+21
| | | | | | | commands except the last one, instead redirect the stderr to a temporary file. This sidesteps a potential deadlocking issue. llvm-svn: 82538
* Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in ↵Daniel Dunbar2009-09-221-0/+1
| | | | | | | | RegisterHandler and use to disable the Win32 crash dialogs. These are a major blocker to any kind of automated testing. Also, tweak the 'lit' test runner to set this variable unconditionally. llvm-svn: 82537
* Actually use the arguments with the resolved executable path.Daniel Dunbar2009-09-221-1/+1
| | | | llvm-svn: 82527
* lit: Don't use close_fds=True on Windows.Daniel Dunbar2009-09-221-1/+5
| | | | llvm-svn: 82521
* lit: When executing commands internally, perform PATH resolution ourselves.Daniel Dunbar2009-09-221-2/+23
| | | | llvm-svn: 82520
* lit: Add a custom test format for use in clang.Daniel Dunbar2009-09-162-1/+54
| | | | llvm-svn: 81987
* lit: When finding nested test suites, check first in the execpath in case thereDaniel Dunbar2009-09-151-13/+22
| | | | | | is a site configuration. llvm-svn: 81902
* lit: Give test formats control over test discovery.Daniel Dunbar2009-09-145-26/+100
| | | | llvm-svn: 81751
* tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar2009-09-131-0/+2
| | | | llvm-svn: 81662
* Count test correctly with -q.Daniel Dunbar2009-09-091-0/+1
| | | | llvm-svn: 81313
* Fix another refactoro.Daniel Dunbar2009-09-091-1/+1
| | | | llvm-svn: 81312
* lit needs bash for tcl-as-sh execution, we use set -o pipefail.Daniel Dunbar2009-09-081-1/+1
| | | | llvm-svn: 81197
* Fix typo that worked on python 2.6.Daniel Dunbar2009-09-082-6/+5
| | | | | | Also, fix unit tests. llvm-svn: 81194
* Fix a refactoro.Daniel Dunbar2009-09-081-1/+1
| | | | llvm-svn: 81192
* Add 'lit' testing tool.Daniel Dunbar2009-09-0814-0/+2401
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. llvm-svn: 81190
OpenPOWER on IntegriCloud