aboutsummaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)Author
2007-04-16Change ne into !=.Duncan Sands
2007-04-15Two changes:Reid Spencer
2007-04-15Some tests have really long RUN line sets. Read the first 4096 bytes insteadReid Spencer
2007-04-15Allow lines that have \ and end in \ to be recognized as ending in \Reid Spencer
2007-04-15Two improvements:Reid Spencer
2007-04-15No, don't cancel all remaining tests, just the one that failed!Reid Spencer
2007-04-15Abandone the entire test case on the first error.Reid Spencer
2007-04-15Allow replacement of %% with %Reid Spencer
2007-04-14Changes to fix problems with "make check". Apparently you can redefineReid Spencer
2007-04-14For PR1319:Reid Spencer
2007-04-141. Don't generate redundant copy of stderrReid Spencer
2007-04-14Print full errorInfo when a failure occurs.Reid Spencer
2007-04-14Add the line number where the script failed to the error output.Reid Spencer
2007-04-14Initial version of a re-write of llvm-runtest that doesn't write theReid Spencer
2007-04-12Make the shlibext and llvmlibsdir variables accessible.Reid Spencer
2007-04-11Make new variables available: compile_c, compile_cxx, link to handle testsReid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-04-11Update the way llvm2cpp tests are done:Reid Spencer
2006-06-01No, libLLVMbzip2 does not have a .a suffix.Reid Spencer
2006-06-01Fix gcc command line options after LLVMCore and LLVMbzip2 became archiveReid Spencer
2006-05-301. No need to thwart this test with an environment variable. Turning it offReid Spencer
2006-05-29Fix a bug with diffing the wrong files. Make output more readable.Reid Spencer
2006-05-28Fix a problem where dejagnu won't accept the value of global tcl variableReid Spencer
2006-05-28Provide an infrastructure for testing the llvm2cpp program (yet to beReid Spencer
2006-05-18Improve error output. Use the third parameter of the "catch" command toReid Spencer
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-08Automatically pass -emit-llvm to llvmgcc when using %llvmgccChris Lattner
2004-11-30Adding timeout for a test.Tanya Lattner
2004-11-19Forgot to join srcdir and subdir for complete path for input files.Tanya Lattner
2004-11-19Adding srcdir arg. Added ability to specify the path to an input file. This i...Tanya Lattner
2004-11-13setting path to prcontext.tcl script. Right now it searches for tclsh in your...Tanya Lattner
2004-11-13Run prcontext.tcl with tclsh and let it be found in the path. This should be ...Tanya Lattner
2004-11-13Changed to use tcl script.Tanya Lattner
2004-11-08Now using path to python found by configure.Tanya Lattner
2004-11-07More srcdir != objdir changes.Tanya Lattner
2004-11-07Made changes to support objdir!=srcdir.Tanya Lattner
2004-11-07With the changes to these files, the Regression test suite should be tested b...Tanya Lattner
2004-11-06First crack at support to run tests using dejagnu. This file contains a proce...Tanya Lattner