Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use exec. | Dan Gohman | 2010-08-29 | 1 | -1/+1 |
| | | | | llvm-svn: 112425 | ||||
* | tests: Deprecate TestRunner.sh, and have it just invoke 'llvm-lit' (which will | Daniel Dunbar | 2010-08-02 | 1 | -34/+3 |
| | | | | | | | need to be in your path). Please move to using 'llvm-lit' if you are still using TestRunner.sh. llvm-svn: 110002 | ||||
* | Fix a bashism in TestRunner.sh. | Dan Gohman | 2008-07-28 | 1 | -2/+2 |
| | | | | llvm-svn: 54134 | ||||
* | Avoid an infinite loop when TestRunner.sh is run outside of the test dir. | Reid Spencer | 2007-05-18 | 1 | -5/+7 |
| | | | | llvm-svn: 37201 | ||||
* | Fix PR1355: Only compute the SUBPATH and TESTDIR once. | Reid Spencer | 2007-05-16 | 1 | -7/+9 |
| | | | | llvm-svn: 37108 | ||||
* | For PR1355: | Reid Spencer | 2007-04-26 | 1 | -25/+25 |
| | | | | | | Make the script process multiple files and describe its usage properly. llvm-svn: 36466 | ||||
* | Make it possible to run this from within subdirectories of llvm/test | Reid Spencer | 2007-04-15 | 1 | -1/+18 |
| | | | | llvm-svn: 36052 | ||||
* | Reimplement in terms of the support for this feature in the makefiles with | Reid Spencer | 2007-04-15 | 1 | -36/+1 |
| | | | | | | | | | | the "check-one" target. This was necessitated by the change in the test harness to fully use Tcl's "exec" function and avoid shell scripts altogether. Consequently, to be accurate, TestRunner.sh needs to invoke the same environment as dejagnu would, but for just a single test. That's what the make target "check-one" does so we just invoke it here. llvm-svn: 36051 | ||||
* | make xfail info more nice | Chris Lattner | 2007-04-08 | 1 | -1/+1 |
| | | | | llvm-svn: 35764 | ||||
* | testrunner should print out xfail info. | Chris Lattner | 2007-04-08 | 1 | -0/+1 |
| | | | | llvm-svn: 35761 | ||||
* | Add some documentation about the arguments. | Reid Spencer | 2006-11-02 | 1 | -0/+3 |
| | | | | llvm-svn: 31372 | ||||
* | Just a minor tweak so you can run things like: | Chris Lattner | 2006-06-17 | 1 | -1/+2 |
| | | | | | | | | | | | | TestRunner.sh Foo/Bar/test.ll instead of just TestRunner.sh test.ll which is convenient in conjunction with find. llvm-svn: 28852 | ||||
* | Pass -emit-llvm automatically to %llvmgcc and %llvmg++ to fix regression | Chris Lattner | 2006-03-08 | 1 | -1/+1 |
| | | | | | | tests with the new f.e. llvm-svn: 26622 | ||||
* | teach TestRunner about prcontext | Chris Lattner | 2005-08-05 | 1 | -1/+1 |
| | | | | llvm-svn: 22683 | ||||
* | Fix this script to work with hyphenated llvm-gcc and friend. | Chris Lattner | 2005-01-03 | 1 | -1/+1 |
| | | | | llvm-svn: 19277 | ||||
* | Pass in llvmgxx | Chris Lattner | 2004-11-27 | 1 | -1/+1 |
| | | | | llvm-svn: 18283 | ||||
* | Create the output directory if it's not already there | Chris Lattner | 2004-04-10 | 1 | -0/+3 |
| | | | | llvm-svn: 12804 | ||||
* | Add support for %llvmgcc | Chris Lattner | 2004-01-12 | 1 | -1/+1 |
| | | | | llvm-svn: 10768 | ||||
* | Ulimit the test, and print out a more interesting output if failure occurs | Chris Lattner | 2003-05-14 | 1 | -2/+6 |
| | | | | llvm-svn: 6216 | ||||
* | Fix path problem | Chris Lattner | 2003-05-14 | 1 | -2/+2 |
| | | | | llvm-svn: 6208 | ||||
* | Generalize the script a bit | Chris Lattner | 2003-05-14 | 1 | -7/+21 |
| | | | | llvm-svn: 6206 | ||||
* | Allow multiline RUN:'s | Chris Lattner | 2002-02-11 | 1 | -3/+5 |
| | | | | llvm-svn: 1732 | ||||
* | Initial checkin | Chris Lattner | 2002-02-01 | 1 | -0/+22 |
llvm-svn: 1622 |