index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lib
Age
Commit message (
Expand
)
Author
2007-04-16
Change ne into !=.
Duncan Sands
2007-04-15
Two changes:
Reid Spencer
2007-04-15
Some tests have really long RUN line sets. Read the first 4096 bytes instead
Reid Spencer
2007-04-15
Allow lines that have \ and end in \ to be recognized as ending in \
Reid Spencer
2007-04-15
Two improvements:
Reid Spencer
2007-04-15
No, don't cancel all remaining tests, just the one that failed!
Reid Spencer
2007-04-15
Abandone the entire test case on the first error.
Reid Spencer
2007-04-15
Allow replacement of %% with %
Reid Spencer
2007-04-14
Changes to fix problems with "make check". Apparently you can redefine
Reid Spencer
2007-04-14
For PR1319:
Reid Spencer
2007-04-14
1. Don't generate redundant copy of stderr
Reid Spencer
2007-04-14
Print full errorInfo when a failure occurs.
Reid Spencer
2007-04-14
Add the line number where the script failed to the error output.
Reid Spencer
2007-04-14
Initial version of a re-write of llvm-runtest that doesn't write the
Reid Spencer
2007-04-12
Make the shlibext and llvmlibsdir variables accessible.
Reid Spencer
2007-04-11
Make new variables available: compile_c, compile_cxx, link to handle tests
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-04-11
Update the way llvm2cpp tests are done:
Reid Spencer
2006-06-01
No, libLLVMbzip2 does not have a .a suffix.
Reid Spencer
2006-06-01
Fix gcc command line options after LLVMCore and LLVMbzip2 became archive
Reid Spencer
2006-05-30
1. No need to thwart this test with an environment variable. Turning it off
Reid Spencer
2006-05-29
Fix a bug with diffing the wrong files. Make output more readable.
Reid Spencer
2006-05-28
Fix a problem where dejagnu won't accept the value of global tcl variable
Reid Spencer
2006-05-28
Provide an infrastructure for testing the llvm2cpp program (yet to be
Reid Spencer
2006-05-18
Improve error output. Use the third parameter of the "catch" command to
Reid Spencer
2006-04-12
Added the ability to xfail based on llvmgcc version
Tanya Lattner
2006-03-08
Automatically pass -emit-llvm to llvmgcc when using %llvmgcc
Chris Lattner
2004-11-30
Adding timeout for a test.
Tanya Lattner
2004-11-19
Forgot to join srcdir and subdir for complete path for input files.
Tanya Lattner
2004-11-19
Adding srcdir arg. Added ability to specify the path to an input file. This i...
Tanya Lattner
2004-11-13
setting path to prcontext.tcl script. Right now it searches for tclsh in your...
Tanya Lattner
2004-11-13
Run prcontext.tcl with tclsh and let it be found in the path. This should be ...
Tanya Lattner
2004-11-13
Changed to use tcl script.
Tanya Lattner
2004-11-08
Now using path to python found by configure.
Tanya Lattner
2004-11-07
More srcdir != objdir changes.
Tanya Lattner
2004-11-07
Made changes to support objdir!=srcdir.
Tanya Lattner
2004-11-07
With the changes to these files, the Regression test suite should be tested b...
Tanya Lattner
2004-11-06
First crack at support to run tests using dejagnu. This file contains a proce...
Tanya Lattner