summaryrefslogtreecommitdiffstats
path: root/tests/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* tests/valgrind: add suppression of all leaks related to initialisation of ↵Benjamin Dauvergne2014-06-081-0/+6
| | | | the GLib type system
* [leakcheck] fix leaks seen by the unit testsBenjamin Dauvergne2011-11-221-0/+39
| | | | | This commit also improved valgrind suppression file to hide static allocations done by the GLib type system.
* [Tests] remove a valgrind suppression on g_log_default_handlerBenjamin Dauvergne2010-09-171-10/+0
|
* Tests: in valgrind suppressions file add more GLib suppressionsBenjamin Dauvergne2010-02-041-0/+117
|
* Add new valgrind memleak suppression filesBenjamin Dauvergne2009-04-302-0/+468
| | | | | | | | | | * tests/valgrind/glib.supp: suppress all "static" allocation by glib, usually for the type system. * tests/valgrind/lasso.supp: suppress allocations from lasso that we cannot actually remove, they are all from "called only once" code, so it should not really be a problem for embedded codes.
* Initial commitValery Febvre2004-08-042-0/+283