glibc/malloc
Florian Weimer c23de0aacb support: Introduce new subdirectory for test infrastructure
The new test driver in <support/test-driver.c> has feature parity with
the old one.  The main difference is that its hooking mechanism is
based on functions and function pointers instead of macros.  This
commit also implements a new environment variable, TEST_COREDUMPS,
which disables the code which disables coredumps (that is, it enables
them if the invocation environment has not disabled them).

<test-skeleton.c> defines wrapper functions so that it is possible to
use existing macros with the new-style hook functionality.

This commit changes only a few test cases to the new test driver, to
make sure that it works as expected.
2016-12-09 08:18:27 +01:00
..
arena.c malloc: Use accessors for chunk metadata access 2016-10-28 16:45:45 +02:00
Depend
hooks.c malloc: Use accessors for chunk metadata access 2016-10-28 16:45:45 +02:00
Makefile malloc: Remove malloc_get_state, malloc_set_state [BZ #19473] 2016-10-26 13:28:28 +02:00
malloc-hooks.h
malloc-internal.h
malloc.c malloc: Update comments about chunk layout 2016-10-28 22:36:58 +02:00
malloc.h malloc: Remove malloc_get_state, malloc_set_state [BZ #19473] 2016-10-26 13:28:28 +02:00
mallocbug.c
mcheck-init.c
mcheck.c
mcheck.h
memusage.c
memusage.sh
memusagestat.c
morecore.c
mtrace.c
mtrace.pl
obstack.c
obstack.h
scratch_buffer_grow_preserve.c
scratch_buffer_grow.c
scratch_buffer_set_array_size.c
set-freeres.c
thread-freeres.c
tst-calloc.c
tst-interpose-aux-nothread.c
tst-interpose-aux-thread.c
tst-interpose-aux.c
tst-interpose-aux.h
tst-interpose-nothread.c
tst-interpose-skeleton.c
tst-interpose-static-nothread.c
tst-interpose-static-thread.c
tst-interpose-thread.c
tst-malloc-backtrace.c support: Introduce new subdirectory for test infrastructure 2016-12-09 08:18:27 +01:00
tst-malloc-fork-deadlock.c support: Introduce new subdirectory for test infrastructure 2016-12-09 08:18:27 +01:00
tst-malloc-thread-exit.c support: Introduce new subdirectory for test infrastructure 2016-12-09 08:18:27 +01:00
tst-malloc-thread-fail.c
tst-malloc-usable.c
tst-malloc.c
tst-mallocfork2.c
tst-mallocfork.c
tst-mallocstate.c malloc: Remove malloc_get_state, malloc_set_state [BZ #19473] 2016-10-26 13:28:28 +02:00
tst-mallopt.c
tst-mcheck.c
tst-memalign.c
tst-mtrace.c
tst-mtrace.sh
tst-obstack.c
tst-posix_memalign.c
tst-pvalloc.c
tst-realloc.c
tst-scratch_buffer.c
tst-trim1.c
tst-valloc.c
Versions