aboutsummaryrefslogtreecommitdiff
path: root/utils/test/TestRunner.py
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-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: Add internal script execution.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-07-31MultiTestRunner: Simplify, cleanup, and rename!Daniel 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-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-13Make stdin for test scripts empty, so that tests don't accidentally hang waitingDaniel 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-04-10Support %S in Python TestRunnerDaniel Dunbar
2009-03-06Add my "clang compatible" test runner. Sorry for keeping this to myself... Daniel Dunbar