stasis-aries-wal/test
2005-02-14 02:49:59 +00:00
..
2pc CHT is starting to work. 2005-01-19 00:47:55 +00:00
cht Fixed some cht bugs. Abort is flakey. 2005-02-06 03:48:12 +00:00
dfa CHT is starting to work. 2005-01-19 00:47:55 +00:00
lladd Implemented 'compensations' for C. They're not proper compensations, but they're more flexible than pthread's mechanisms, as they allow the stack to be partially rolled up. (Although calling functions need to either check for errors and return manually, or wrap calls to error-producing callees in a begin_action{ }end_action block. 2005-02-14 02:49:59 +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 Ported LLADD to Fedora, cleaned up autoconf setup, and numerouse #includes that were problematic. 2004-07-06 01:22:18 +00:00
pobj - some further API improvements (?). 2005-02-08 23:56:47 +00:00
check_check.c Initial revision 2004-06-24 21:10:31 +00:00
check_includes.h Starting to rip the old jbhash implementation out, and replace it with a 2005-01-10 03:02:02 +00:00
check_setup.h Ported LLADD to Fedora, cleaned up autoconf setup, and numerouse #includes that were problematic. 2004-07-06 01:22:18 +00:00
Makefile.am Last change to make test/pobj be built with the project. 2004-12-14 01:51:25 +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.