Re: [PATCH 1/6] test-lib: enable MALLOC_* for the actual tests

2013-05-16 Thread Junio C Hamano
Thomas Rast writes: > 1b3185f (MALLOC_CHECK: various clean-ups, 2012-09-14) moved around the > MALLOC_CHECK_ and MALLOC_PERTURB_ assignments, intending to limit > their effect to only the test runs. However, they were actually > enabled only during test cleanup. Call setup/teardown_malloc_check

Re: [PATCH 1/6] test-lib: enable MALLOC_* for the actual tests

2013-05-16 Thread Elia Pinto
2013/5/16 Thomas Rast : > 1b3185f (MALLOC_CHECK: various clean-ups, 2012-09-14) moved around the > MALLOC_CHECK_ and MALLOC_PERTURB_ assignments, intending to limit > their effect to only the test runs. However, they were actually > enabled only during test cleanup. Call setup/teardown_malloc_che

[PATCH 1/6] test-lib: enable MALLOC_* for the actual tests

2013-05-16 Thread Thomas Rast
1b3185f (MALLOC_CHECK: various clean-ups, 2012-09-14) moved around the MALLOC_CHECK_ and MALLOC_PERTURB_ assignments, intending to limit their effect to only the test runs. However, they were actually enabled only during test cleanup. Call setup/teardown_malloc_check also around the evaluation of