index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
TestRunner.sh
Age
Commit message (
Expand
)
Author
2010-08-29
Use exec.
Dan Gohman
2010-08-02
tests: Deprecate TestRunner.sh, and have it just invoke 'llvm-lit' (which will
Daniel Dunbar
2008-07-28
Fix a bashism in TestRunner.sh.
Dan Gohman
2007-05-18
Avoid an infinite loop when TestRunner.sh is run outside of the test dir.
Reid Spencer
2007-05-16
Fix PR1355: Only compute the SUBPATH and TESTDIR once.
Reid Spencer
2007-04-26
For PR1355:
Reid Spencer
2007-04-15
Make it possible to run this from within subdirectories of llvm/test
Reid Spencer
2007-04-15
Reimplement in terms of the support for this feature in the makefiles with
Reid Spencer
2007-04-08
make xfail info more nice
Chris Lattner
2007-04-08
testrunner should print out xfail info.
Chris Lattner
2006-11-02
Add some documentation about the arguments.
Reid Spencer
2006-06-17
Just a minor tweak so you can run things like:
Chris Lattner
2006-03-08
Pass -emit-llvm automatically to %llvmgcc and %llvmg++ to fix regression
Chris Lattner
2005-08-05
teach TestRunner about prcontext
Chris Lattner
2005-01-03
Fix this script to work with hyphenated llvm-gcc and friend.
Chris Lattner
2004-11-27
Pass in llvmgxx
Chris Lattner
2004-04-10
Create the output directory if it's not already there
Chris Lattner
2004-01-12
Add support for %llvmgcc
Chris Lattner
2003-05-14
Ulimit the test, and print out a more interesting output if failure occurs
Chris Lattner
2003-05-14
Fix path problem
Chris Lattner
2003-05-14
Generalize the script a bit
Chris Lattner
2002-02-11
Allow multiline RUN:'s
Chris Lattner
2002-02-01
Initial checkin
Chris Lattner