aboutsummaryrefslogtreecommitdiff
path: root/utils/test
AgeCommit message (Expand)Author
2009-09-22Remove old test runner, this has moved to LLVM/utils/lit and all known clientsDaniel Dunbar
2009-09-04Add --vg-arg option to clang test runner.Daniel Dunbar
2009-08-14lit: flush stdout in no-fancy-progress-bar mode as well.Benjamin Kramer
2009-08-06Fix locating the 'lit.cfg' file when running on only a single file in theDaniel Dunbar
2009-08-04lit: Some sample tests, for testing the testerDaniel Dunbar
2009-08-03lit: Don't treat '\' as an escape in unquoted strings, on Win32. This turns outDaniel Dunbar
2009-08-01lit: Catch (internal) exceptions when using --no-sh.Daniel Dunbar
2009-08-01lit: Fix thinko in finding config file.Daniel Dunbar
2009-08-01lit: Add internal script execution.Daniel Dunbar
2009-08-01lit: Two more sh lex/parse bugs (but its so simple!)Daniel Dunbar
2009-08-01lit: Fix two sh lexing bugs.Daniel Dunbar
2009-08-01lit: Fix a name lookup problem, which only occurred on a race condition. This isDaniel Dunbar
2009-08-01lit: Pull a few more variables into the TestingConfig object.Daniel Dunbar
2009-08-01lit: Don't use threads when only running one test, or with -j 1.Daniel Dunbar
2009-08-01MultiTestRunner: Add 'sh' parsing to ShUtil.Daniel Dunbar
2009-07-31MultiTestRunner: Fix invalid warning when pointing 'lit' directly at a test.Daniel Dunbar
2009-07-31MultiTestRunner: Add module for lexing 'sh' commands.Daniel Dunbar
2009-07-31MultiTestRunner: Simplify, cleanup, and rename!Daniel Dunbar
2009-07-30MultiTestRunner: Stop printing XFAILs on every run, this doesn't really have anyDaniel Dunbar
2009-07-29Make the Python TestRunner work for individual testsDouglas Gregor
2009-07-29MultiTestRunner: Reenable --vg option.Daniel Dunbar
2009-07-27Tweak MultiTestRunner --path argument.Daniel Dunbar
2009-07-25MultiTestRunner: Make sure to point at src dir, for out of tree builds.Daniel Dunbar
2009-07-25MultiTestRunner: Cleanup test execution & output.Daniel Dunbar
2009-07-25MultiTestRunner: Drop external script and DejaGNU compatibility options for now.Daniel Dunbar
2009-07-25MultiTestRunner: Disable valgrind support for now, I don't feel like maintainingDaniel Dunbar
2009-07-25MultiTestRunner/Win32: Add SYSTEMROOT to environment, replace '&&' in .batDaniel Dunbar
2009-07-25Make having no RUN line a failure.Daniel Dunbar
2009-07-25Remove this Makefile, it is unused.Daniel Dunbar
2009-07-25MultiTestRunner: Oops, clang wasn't being substituted properly. This is why theDaniel Dunbar
2009-07-25MultiTestRunner: Always use absolute path names for tests.Daniel Dunbar
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar
2009-07-25MultiTestRunner: Explicitly define child environment, the only variable we needDaniel Dunbar
2009-07-25MultiTestRunner.py improvements.Daniel Dunbar
2009-07-25MultiTestRunner.py improvements.Daniel Dunbar
2009-07-16Add extra print for --time-tests output.Daniel Dunbar
2009-07-13Make stdin for test scripts empty, so that tests don't accidentally hang waitingDaniel Dunbar
2009-07-11Add --time-tests option to test runner, for profiling 'make test'.Daniel Dunbar
2009-07-11restore proper valgrind support.Nuno Lopes
2009-07-10Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman
2009-07-06Having tests that depend on previously created files is bad idea. Fix them to...Argyrios Kyrtzidis
2009-07-05Make use of the Index library through the index-test tool.Argyrios Kyrtzidis
2009-07-02Revert prev commit, we have much bigger problems because 2.3 is missingDaniel Dunbar
2009-07-02Avoid @staticmethod to allow use with Python 2.3.Daniel Dunbar
2009-06-17Testing improvements:Daniel Dunbar
2009-06-16If any tests fail, the test runner returns a status code of 1Douglas Gregor
2009-06-16Update Clang to include the InitializeAllTargets andDouglas Gregor
2009-06-05Switch CMake testing over to use Daniels new(er) Python-based infrastructure.Douglas Gregor
2009-04-26Make this code a little more generic.Daniel Dunbar
2009-04-23Don't build error/warning/assertion detection in the testing script.Daniel Dunbar