suppress some leaks I don't want to deal with
Change-Id: I66d39f3c4500ca75da62f023c80c8fe2851636a3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115376 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
adfd91d246
commit
c600f75663
1 changed files with 8 additions and 0 deletions
|
@ -57,3 +57,11 @@ leak:idlc/source/idlcmain.cxx
|
|||
|
||||
# deliberate leak in cppunit
|
||||
leak:sal/cppunittester/cppunittester.cxx
|
||||
|
||||
# TODO Firebird appears to be leaking like a sieve
|
||||
leak:connectivity::firebird::
|
||||
leak:Firebird::
|
||||
|
||||
# TODO leaks in basic module
|
||||
# these appears to be some kind of ref-counting cycle
|
||||
leak:MacroSnippet::Compile()
|
||||
|
|
Loading…
Reference in a new issue