summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/TestRunner.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar2009-09-131-0/+2
| | | | llvm-svn: 81662
* lit needs bash for tcl-as-sh execution, we use set -o pipefail.Daniel Dunbar2009-09-081-1/+1
| | | | llvm-svn: 81197
* Fix a refactoro.Daniel Dunbar2009-09-081-1/+1
| | | | llvm-svn: 81192
* Add 'lit' testing tool.Daniel Dunbar2009-09-081-0/+460
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. llvm-svn: 81190
OpenPOWER on IntegriCloud