Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fix tests when running under Jenkins" | John Wiegley | 2013-06-08 | 1 | -1/+1 |
| | | | | This reverts commit 7183dabc84362a745bf0381cd1cceb303338565f. | ||||
* | Fix tests when running under Jenkins | John Wiegley | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | provide immediate feedback in test runner | Johann Klähn | 2012-10-22 | 1 | -0/+2 |
| | |||||
* | Fixes so that tests can run under distcheck | John Wiegley | 2012-04-25 | 1 | -3/+2 |
| | |||||
* | Resolve some issues with proof builds | John Wiegley | 2012-04-15 | 1 | -2/+2 |
| | |||||
* | Passing --verify to regression tests uses valgrind | John Wiegley | 2012-03-17 | 1 | -0/+7 |
| | |||||
* | Display file name when a regression test fails | John Wiegley | 2012-03-09 | 1 | -1/+3 |
| | |||||
* | Added a new 'python' directive | John Wiegley | 2012-03-01 | 1 | -0/+4 |
| | |||||
* | Simplify test for GuardMalloc | John Wiegley | 2012-02-17 | 1 | -7/+1 |
| | |||||
* | Remove spurious false errors when using GuardMalloc | John Wiegley | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Tests run in parallel with using acprep -jX make | John Wiegley | 2010-06-15 | 1 | -0/+21 |
| | | | | | This is done using the multiprocessing library in Python 2.6. If that's unavailable, this feature does nothing. | ||||
* | Remove redundant code in LedgerHarness.py | John Wiegley | 2010-06-02 | 1 | -2/+0 |
| | |||||
* | Only --args-only is needed in LedgerHarness.py | John Wiegley | 2009-11-02 | 1 | -4/+2 |
| | |||||
* | Make the source directory available to all tests | John Wiegley | 2009-11-02 | 1 | -10/+15 |
| | |||||
* | Setting --date-format in ~/.ledgerrc works again | John Wiegley | 2009-10-29 | 1 | -2/+4 |
| | |||||
* | The test harness needs to run without the pager | John Wiegley | 2009-10-28 | 1 | -1/+1 |
| | |||||
* | Colorization at the terminal now on by default | John Wiegley | 2009-10-28 | 1 | -3/+2 |
| | |||||
* | Disabled some tests, which were running too slowly | John Wiegley | 2009-03-08 | 1 | -2/+2 |
| | |||||
* | Added LedgerHarness.py, to simplify test creation | John Wiegley | 2009-02-28 | 1 | -0/+116 |