index
:
emscripten-fastcomp-clang
master
emscripten clang
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
2009-09-20
Switch TestRunner.sh to just use 'lit'.
Daniel Dunbar
2009-09-10
Don't substitute prcontext.
Daniel Dunbar
2009-07-06
Having tests that depend on previously created files is bad idea. Fix them to...
Argyrios Kyrtzidis
2009-07-05
Make use of the Index library through the index-test tool.
Argyrios Kyrtzidis
2009-05-06
If stderr isn't a terminal, don't try to guess the terminal width or
Daniel Dunbar
2009-05-04
Set COLUMNS=0 to disable wrapping instead of a random large number.
Daniel Dunbar
2009-05-03
Make diagnostic printing more deterministic when running tests.
Daniel Dunbar
2009-05-02
Use clang to find clang-cc, if it isn't in path.
Daniel Dunbar
2009-04-09
Implementation of pre-compiled headers (PCH) based on lazy
Douglas Gregor
2009-03-24
Update TestRunner.sh for renaming.
Daniel Dunbar
2008-10-15
Test commit.
Daniel Dunbar
2008-09-27
Remove automagic substitution of %llvmgcc
Daniel Dunbar
2008-09-06
skip test if llvm-gcc is requires but not found on the path.
Nuno Lopes
2008-09-04
fix running tests with valgrind (there were a lot of bogus failures and warni...
Nuno Lopes
2008-09-04
Update TestRunner to not report failure for XFAIL tests
Daniel Dunbar
2008-07-27
Remove bashism; sh != bash on Ubuntu.
Eli Friedman
2008-07-25
Allow CLANG env variable to override "clang" command in TestRunner.sh
Daniel Dunbar
2008-03-23
The newest version of valgrind, 3.3.0, no longer appends PIDs to log filenames
Sam Bishop
2008-03-20
Add ability to run clang tests under valgrind. Patch by Sam Bishop.
Gabor Greif
2008-03-18
let the %t magic happen, thanks Chris!
Gabor Greif
2008-03-17
Actually expand the %t1 patterns (in RUN: lines) to a unique
Gabor Greif
2008-03-17
Second round of review feedback.
Gabor Greif
2007-12-12
verify that tests contain RUN lines.
Chris Lattner
2007-11-28
Changed TestRunner.sh to dump the output and generated script files in
Ted Kremenek
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer