Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run: Set MALLOC_PERTURB_ to a random value. | Richard W.M. Jones | 2012-06-28 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | MALLOC_PERTURB_ is a glibc feature which causes malloc to wipe memory before and after it is used, allowing both use-after-free and uninitialized reads to be detected with relatively little performance penalty: http://udrepper.livejournal.com/11429.html?nojs=1 Modify the ./run script so that it always sets this. We were already using MALLOC_PERTURB_ in most tests. Since ./run is now setting this, we can remove it from individual Makefiles. Most TESTS_ENVIRONMENT will now simply look like this: TESTS_ENVIRONMENT = $(top_builddir)/run --test | ||||
* | tests: Add ./run --test option. | Richard W.M. Jones | 2012-06-26 | 1 | -1/+1 |
| | | | | | | | This option, when added via TESTS_ENVIRONMENT = [...] $(top_builddir)/run --test allows us to run the tests and only print the full output (including debugging etc) when the test fails. | ||||
* | tests: Replace truncate command with 'guestfish sparse'. | Richard W.M. Jones | 2012-06-18 | 2 | -3/+3 |
| | | | | | | | | | | RHEL 5 didn't have the truncate command, but we can replace: truncate -s SIZE FILE with the roughly equivalent command: guestfish sparse FILE SIZE | ||||
* | Replace setting of environment variables with usage of local run script | Hilko Bengen | 2012-01-23 | 1 | -3/+1 |
| | | | | (Includes fix by RWMJ) | ||||
* | tests: Add a simple liveness tests for qemu. | Richard W.M. Jones | 2011-12-22 | 2 | -0/+53 |
| | |||||
* | tests: Finalize the order we run the tests. | Richard W.M. Jones | 2011-12-22 | 1 | -0/+1 |
| | |||||
* | tests: Split regressions -> various subdirectories of tests/ | Richard W.M. Jones | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | tests: Rename capitests -> tests/c-api. | Richard W.M. Jones | 2011-12-22 | 1 | -2/+0 |
| | |||||
* | tests: Rename caution -> tests/qemu. | Richard W.M. Jones | 2011-12-22 | 2 | -0/+131 |