]> git.ozlabs.org Git - ccan/commit
talloc: use failtest to test failure paths.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 10 Jan 2011 03:31:47 +0000 (14:01 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 10 Jan 2011 03:31:47 +0000 (14:01 +1030)
commit87aba1fa2abc28ff06f82e30cde3fa3d991e8e18
treea13e7bd2686afcd1f34ba9d2706928ad50540bd7
parentf0002cb9e4f6f403a25ad50252c06694439900f0
talloc: use failtest to test failure paths.
18 files changed:
ccan/talloc/_info
ccan/talloc/test/run-corruption1.c [new file with mode: 0644]
ccan/talloc/test/run-external-alloc.c
ccan/talloc/test/run-test_autofree.c [new file with mode: 0644]
ccan/talloc/test/run-test_free_in_destructor.c [new file with mode: 0644]
ccan/talloc/test/run-test_free_parent_deny_child.c [new file with mode: 0644]
ccan/talloc/test/run-test_loop.c [new file with mode: 0644]
ccan/talloc/test/run-test_misc.c [new file with mode: 0644]
ccan/talloc/test/run-test_move.c [new file with mode: 0644]
ccan/talloc/test/run-test_realloc.c [new file with mode: 0644]
ccan/talloc/test/run-test_realloc_fn.c [new file with mode: 0644]
ccan/talloc/test/run-test_ref.c [new file with mode: 0644]
ccan/talloc/test/run-test_steal.c [new file with mode: 0644]
ccan/talloc/test/run-test_talloc_ptrtype.c [new file with mode: 0644]
ccan/talloc/test/run-test_type.c [new file with mode: 0644]
ccan/talloc/test/run-test_unlink.c [new file with mode: 0644]
ccan/talloc/test/run-test_unref_reparent.c [new file with mode: 0644]
ccan/talloc/test/run.c