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