aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Two improvements:Reid Spencer2007-04-151-2/+2
* No, don't cancel all remaining tests, just the one that failed!Reid Spencer2007-04-151-1/+1
* Abandone the entire test case on the first error.Reid Spencer2007-04-151-4/+7
* Allow replacement of %% with %Reid Spencer2007-04-151-0/+2
* Changes to fix problems with "make check". Apparently you can redefineReid Spencer2007-04-141-3/+5
* For PR1319:Reid Spencer2007-04-141-6/+27
* 1. Don't generate redundant copy of stderrReid Spencer2007-04-141-2/+2
* Print full errorInfo when a failure occurs.Reid Spencer2007-04-141-1/+1
* Add the line number where the script failed to the error output.Reid Spencer2007-04-141-4/+6
* Initial version of a re-write of llvm-runtest that doesn't write theReid Spencer2007-04-141-0/+159
* Make the shlibext and llvmlibsdir variables accessible.Reid Spencer2007-04-121-1/+5
* Make new variables available: compile_c, compile_cxx, link to handle testsReid Spencer2007-04-111-20/+16
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-4/+9
* Update the way llvm2cpp tests are done:Reid Spencer2007-04-111-7/+39
* No, libLLVMbzip2 does not have a .a suffix.Reid Spencer2006-06-011-1/+1
* Fix gcc command line options after LLVMCore and LLVMbzip2 became archiveReid Spencer2006-06-011-1/+1
* 1. No need to thwart this test with an environment variable. Turning it offReid Spencer2006-05-301-57/+60
* Fix a bug with diffing the wrong files. Make output more readable.Reid Spencer2006-05-291-7/+7
* Fix a problem where dejagnu won't accept the value of global tcl variableReid Spencer2006-05-281-6/+5
* Provide an infrastructure for testing the llvm2cpp program (yet to beReid Spencer2006-05-281-0/+79
* Improve error output. Use the third parameter of the "catch" command toReid Spencer2006-05-181-3/+3
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-2/+6
* Automatically pass -emit-llvm to llvmgcc when using %llvmgccChris Lattner2006-03-081-2/+2
* Adding timeout for a test.Tanya Lattner2004-11-301-0/+2
* Forgot to join srcdir and subdir for complete path for input files.Tanya Lattner2004-11-191-1/+1
* Adding srcdir arg. Added ability to specify the path to an input file. This i...Tanya Lattner2004-11-191-5/+10
* setting path to prcontext.tcl script. Right now it searches for tclsh in your...Tanya Lattner2004-11-131-1/+1
* Run prcontext.tcl with tclsh and let it be found in the path. This should be ...Tanya Lattner2004-11-131-1/+1
* Changed to use tcl script.Tanya Lattner2004-11-131-2/+2
* Now using path to python found by configure.Tanya Lattner2004-11-081-1/+1
* More srcdir != objdir changes.Tanya Lattner2004-11-071-1/+6
* Made changes to support objdir!=srcdir.Tanya Lattner2004-11-071-4/+6
* With the changes to these files, the Regression test suite should be tested b...Tanya Lattner2004-11-071-3/+13
* First crack at support to run tests using dejagnu. This file contains a proce...Tanya Lattner2004-11-061-0/+103