stasis-aries-wal/test
Sears Russell c413203ec8 Talloc() now reuses space when possible. It still needs to call slottedCompact() intelligentally. Also, allocationPolicy should support an extra tier
of pages, so it doesn't suggest ones that aren't already in the buffer pool unless it has to.
2006-07-29 00:56:54 +00:00
..
2pc No more PBL. 2006-06-20 21:44:17 +00:00
cht No more PBL. 2006-06-20 21:44:17 +00:00
dfa Removed pbl header; fixed makefile bugs and the compilation warnings 2006-06-20 22:05:45 +00:00
lladd Talloc() now reuses space when possible. It still needs to call slottedCompact() intelligentally. Also, allocationPolicy should support an extra tier 2006-07-29 00:56:54 +00:00
lladd-old Ported LLADD to Fedora, cleaned up autoconf setup, and numerouse #includes that were problematic. 2004-07-06 01:22:18 +00:00
messages Initial revision 2004-06-24 21:10:31 +00:00
monotree No more PBL. 2006-06-20 21:44:17 +00:00
pobj No more PBL. 2006-06-20 21:44:17 +00:00
check_check.c Fixed unit tests, added iterator interface, and generic (almost) iterator test harness. 2005-03-10 03:19:04 +00:00
check_includes.h No more PBL. 2006-06-20 21:44:17 +00:00
check_setup.h 2006-05-24 02:19:04 +00:00
Makefile.am Portability fixes for FreeBSD and Mac OS. Check broke compatibility w/ 2005-03-13 02:24:01 +00:00
README.coredumps Initial revision 2004-06-24 21:10:31 +00:00

To obtain a coredump from a test that crashes, run this command:

export CK_FORK=no

This will prevent check from forking on each test, so that you can obtain a normal core dump.