f4bcfcb1b91bfa6a568c4c99c2b3d16cd86090c6 |
|
11-Nov-2015 |
Lukas Slebodnik <lslebodn@redhat.com> |
TESTS: Make check_leaks static function
Reviewed-by: Petr Cech <pcech@redhat.com> |
20a2be57d764f58c4a6532310331e26a3273ada8 |
|
11-Nov-2015 |
Lukas Slebodnik <lslebodn@redhat.com> |
TESTS: Check return value of check_leaks_pop
Reviewed-by: Petr Cech <pcech@redhat.com> |
e36226da4d7d0e8000a25ab310383318e00d58d1 |
|
02-Dec-2014 |
Sumit Bose <sbose@redhat.com> |
test: avoid leaks in leak tests
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
24000ed5b08499b49595436b8a3b348fcd4012de |
|
22-Aug-2014 |
Lukas Slebodnik <lslebodn@redhat.com> |
TESTS: leak_check functions shouldn't be called with NULL context
Memory leaks will not be detected if talloc context is NULL.
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
d65f692d7b7639ed8ba0f5cffa4f88b68056739a |
|
30-May-2013 |
Lukas Slebodnik <lslebodn@redhat.com> |
Making order in tests.
--removed duplicated test-io
--reusing library libsss_test_common in other tests
--cmocka test sss_nss_idmap-tests was moved to cmocka dir
--moved leak_check.c to libsss_test_common
--moved common_tev.c,common_dom.c to libsss_test_common
(leak_check.c,common_tev.c,common_dom.c) are test framework independent |
4139a7a731f2831963a42b26aac111422be28792 |
|
17-Apr-2013 |
Jakub Hrozek <jhrozek@redhat.com> |
Make leak checks usable in tests that do not utilize check
* Remove check-specific failure reporting from common_check.c
* Check-specific abstraction over memleak checks
* Rename common_check.c to leak_check.c |