On 22. 2. 2020 1:24, Ján Tomko wrote: > First, clean up some valgrind noise. > Then, fix some reported leaks in the test suite. > Last, refactor some touched tests. > > Ján Tomko (7): > tests: valgrind.supp: suppress g_type_register_static leaks > tests: valgrind: do not trace system binaries > qemumonitorjsontest: do not leak qapiData.schema > qemumonitorjsontest: use virCPUDefNew() > virsystemdtest: do not leak socket path > qemumonitorjsontest: GetCPUModelComparison: use g_auto > qemumonitorjsontest: GetCPUModelBaseline: use g_auto > > tests/.valgrind.supp | 13 +++++++++++++ > tests/Makefile.am | 2 +- > tests/qemumonitorjsontest.c | 29 ++++++++--------------------- > tests/virsystemdtest.c | 5 ++++- > 4 files changed, 26 insertions(+), 23 deletions(-) > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal